Python Refresher 1 (Basic Iteration)

Learning Objective

To refresh and practice on Python codes, starting from the real basic! I have done a few Python courses and projects in 2019 & 2020 but ever since then I didn’t touch any of those codes. It’s time to revisit them!

Result

I revisited some of the Python basics, did some exercises and collated a reference note in Jupyter Notebook.

Basic Operations

Python1

String Slicing

Python2 Python3

List Operation

Python4 Python5

Dictionary

Python6

If, elif, else

Python7 Python8

Revisiting the basic is more interesting that I thought. It definitely helps me to build a strong foundation and get used to the codes again after so long. Gonna find more time to practise!

Python
Written on July 11, 2021