Learning Python
If you are new to Python, here is where you should start. It is for absolute beginners
Video Analysis using OpenCV-Python
You will not believe it until you try on your own. Super fun basic video analysis
SVM in Python
Use scikit-learn for Support Vector Machine to do Machine Learning. It's simply amazing...
Automatic Theorem Prover
Interactive way to use Python in solving first order proposition logic. Absolutely free.
Automatic Geocoding
Convert your tons of street, locations and cities into latitude and longitude coordinates
Practices Neural Network in Python
Use Perceptron and Multi-Linear Preceptron to train and predict the data
Displaying Locations using Heatmap
Visualize the geocoded latitude and longitude coordinates into heatmap
Premagic Game in Python
Use PySimpleGUI and numpy to create simple board game of premagic matrix where the layout is auto-generated at run time.
Handling Files in Python
Learn about read and write your data into text file, CSV, or JSN and its conversion to Pandas data frame.
Object Oriented Programming in Python
Learn about Encapsulation, Polymorphism, Inheritance, Aggregation, Composition.