This repository provides basic knowledge about python, including if statement, function, for-loop, list, dictionary, class, bitwise operators, file I/O etc.
In order to make things clear, it also provides some examples and comments. Hope these help.
Lesson_1-4: Python Syntax, including comment, string, print, if statement, function methods
Lesson_5: Lists & Dictionaries
Lesson_6: Student Becomes the Teacher exercise
Lesson_7: Lists and Functions