Need to add:
- Git and VSCode Tutorial First
- Then add Basic Syntax
- Control Flow
- Functions and Scope
- DS & A part I
- DS & A part II
- Concurrency and Parallelism in Python Part I
- Advanced String Manipulation
- File Handling
- Iterators and Generators
- Lambda Functions and Functional Programming
- OOP Part I
- Metaprogramming and Decorators
- DS & A part III
- Pandas, NumPy, Numba for optimisation and data presentation.
- How to install Python.
- How to setup VSCode.
- Setup interpreter path.
- Test program.
- Git installation.
- Basic Git commands (clone, push, pull, commit, branching)
- Mathematics for ML: Statistics, Vectors/Matrices and probability.
- Linear Regression Models
- Logistic Regression
- SVMs
- Random Forests, Gradient Boosting.
- Clustering methods.
- Neural Networks (Feed-Forward, Convolutional, Recurrent)
- Reinforcement Learning.