python --version
pip install --upgrade pip
pip install jupyter
- Open terminal/cmd.
- Enter the startup folder by changing folder/directory. cd /some_folder_name.
- Type 'jupyter notebook' to launch the Jupyter Notebook App The notebook interface will appear
jupyter notebook
- Day 1: Python basic
- Day 2: Control Structures and List
- Day 3: Function and Module
- Day 4: Exception Handling
- Day 5: Reading and Writing Files
- Day 6: Dict, Tuple & List comprehensions
- Day 7: Functional Programming - lambda, map, filter
- Day 8: Functional Programming - Generators and Decorators
- Day 9: Object-Oriented Programming - Object, Method and Class