Here you can find:
- Basic lessons in Python
- a profanity filter
- Erathostene's Sieve algorithm
- a simple Hash class implementation
- various zero approximation finder algorithms (regula falsi, bisection)
- a GUI example code mapping data in a plot (full raw implementation)
- a Graph implementation with Minimum Spanning Tree algorithm
- Simple Deep Learning algo to recognize languages
- A monovariate clustering algorithm for JSON/dict objects
- A multivariate K-Nearest Neighbours classifying algorithm