Collection of python files that include general programming topics and some cpecefic concepts related to Python. The purpose is to learn programming by example. Some files include extra comments to exaplin certain code blocks.
Python version used: 3.7.3
Course Description:
https://docs.google.com/document/d/1JcKvo0MrV6fzEfsyt6GZUp16LB2Lyj2XZB6YtVUjWPM/edit?usp=sharing
- Data types
- Arethmetic operators
- Comparison operators
- Logical operators
- If conditions
- Loops
- Functions
- Objects
- Classes
- Globals
- Loops with else
- Dynamic Strong Typing
- Tuples unpacking
- Lambda