Python

MySQL

[MySQL] mysql access denied eror and set new password

ERROR 1054 (42S22): Unknown column 'password' in 'field list'

Read
Python-scrapping

[Python Scraping] SSL: CERTIFICATE_VERIFY_FAILED Error Solved

[URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:

Read

[Py] For Loop

For iterator makes life easier. Let's see how you can make your life easier.

Read

[PY]Removing an element from List

You should think twice when removing items from a list while iterating over it

Read