my cisco Introduction to IoT certification badge
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 PDF
Accessing files in Python Word (download) PDF
Dictionaries in Python Word (download) PDF
Exceptions in Python Word (download) PDF
Functions in Python Word (download) PDF
Gererators and lambda function in Python Word (download) PDF
Lists in Python Word (download) PDF
Modules in Python Word (download) PDF
Object oriented programming in Python Word (download) PDF
Package Installer in Python Word (download) PDF
Packages in Python Word (download) PDF
Strings and Characters in Python Word (download) PDF
The calendar module Word (download) PDF
The datetime module Word (download) PDF
The OS module Word (download) PDF
Tuples in Python Word (download) PDF
Some of my projects:
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