
Some (probably) useful Python notes that I wrote:
However, they are not really for people who doesn't know Python at all, these notes are dedicated to beginners or people who knew a different programming language before (like me).
There are no particular orders as which to read first (they are sorted by lexicographic order)! Also all the codes inside are text, not images, meaning that you can copy them!
Title | MS Word | |
---|---|---|
Accessing files in Python | Word (download) | |
Dictionaries in Python | Word (download) | |
Exceptions in Python | Word (download) | |
Functions in Python | Word (download) | |
Gererators and lambda function in Python | Word (download) | |
Lists in Python | Word (download) | |
Modules in Python | Word (download) | |
Object oriented programming in Python | Word (download) | |
Package Installer in Python | Word (download) | |
Packages in Python | Word (download) | |
Strings and Characters in Python | Word (download) | |
The calendar module | Word (download) | |
The datetime module | Word (download) | |
The OS module | Word (download) | |
Tuples in Python | Word (download) |
Projects | Source code | Additional materials / notes |
---|---|---|
Python Digit Recognition | .py (github) | Slides, collaborator: MPT, LLL |
Updated Digit Recogntion (>97%) | .ipynb (download) | to be opened with Jupyter notebook / Google colab |
GEO-FS B777-9 Aircraft | Under development | Further readings, collaborator: AL |
LEGO EV3 Sumo robot code | .lmsp (download) | to be opened by EV3 Classroom app |
A filter I made (IG compatible) | .arproj (download) | to be opened with Spark AR by FB |
Python spammer | .py (github) | PLEASE handle with care |
C++ ML for robotic car auto-piloting | Restricted | Ask me for the code if you'd want |
Arduino lunar-vehicle | see -> | Further readings |