Module 1 - Python Language
References
- A Byte of Python (Learn Python)
- Awesome Python (List of Python Resources)
- Project Setup (Correct way to install python)
Timeline
Day 1
Setup your project environment by following this guide.
Then get familiar with the language:
- Basics
- Operators and Expressions
- Control Flow
- Functions
- Modules
- Data Structures
- Object Oriented Programming
- Input and Output
- Exceptions
- More
Challenge yourself 💪. Do a code challenge in Python3.