This repository will provide a way to learn python and Machine Learning through doing.
- Setting up the Environment
- Input and Output
- Data Structures
- Control Statements
- Functions
- Class
- Class Inheritance
- Exception Handling
- Basic File Operations
- Into to Machine Learning
- Intro to Neural Networks
- Pandas
- Numpy
- Clone this repository
- run each of the .ipynb by running jupyter notebook
- You can install jupyter notebook by
$ pip install jupyter - start the tutorial from 1_environment_setup.ipynb and advance accordingly.
For detailed information do check this post: https://medium.com/the-renaissance-developer/python-101-the-basics-441136fb7cc3