In my path to learning Python, I'll be collecting my notes and example code here for reference and review purposes. Filenames reflect the topic as much as possible. The data directory contains resources for some of the examples. To date, my training is self-guided through the use of text books and online resources.
Some examples and comments may come from the following:
- Introducing Python - Bill Lubanovic
- Python Crash Course - Eric Matthes
- Python Playground - Mahesh Venkitachalam
- The Python 3 Standard Library by Example - Doug Hellmann
- The Flask Mega-Tutorial - Miguel Grinberg
- Flask Web Development - Miguel Grinberg
- Python Cookbook - David Beazley & Brian K. Jones
- Python: Master the Art of Design Patterns - Phillips, Girighar, Kasampalis
- Effective Python - Brett Slatkin
- Complete Python Masterclass - Udemy course
- The Python Mega Course: Build 10 Real World Applications - Udemy course
- REST APIs with Flask and Python - Udemy course
- Think Python - Allen B. Downey
- Learn Python the Hard Way - Zed Shaw
- Python documentation - Python Software Foundation
Very special thanks to aleph2c for the unending explanations, knowledge and support. Check out his epic python statechart library; Miros here.
From bokeh_example.py
From folium_webmaps.py
From matplotlib_intro.py
From matplotlib_csv_example.py
From pygal_intro.py
From tkinter_module.py
From tkinter_example.py