python fundamentals

[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

[PY]Function(1) in Python

In Python, you can unpack dictionary to pass its value to a function parameter. In order to take value out of a dictionary

Read

[Py]Import datetime

In order to use a date in Python, you first need to import a module named `datetime`. The `datetime` module has various class types,

Read