My Python Notes.

Started learning Python recently by following this tutorial. Here is a link to my notes, which you may or may not find helpful if you are new to Python. The notes are based on the W3 Schools tutorial that I am doing, and I include my own notes and experiments along with them.


https://github.com/pereiradaniel/w3_python/blob/master/notes.md


Popular posts from this blog

C programming and relevancy

C++ Crash Course: Solutions to Exercises in Part 1, Chapter 1.