Python projects from books, tutorials, and my own creativity.
First off, I have a website hosted on Pythonanywhere.com that is purely Python. Operating under Python version 3.6 running on Bottle, the Python web framework. A micro framework such as this allows for finer control of the web interface. It is a very interesting way to setup a web site.
Planned listing of projects completed (and to be completed) from books.
Surprisingly, many programming books are available in some formats for free online.
-
Python for Everybody by Charles Severance
- Professor Charles Severance on Github where he has courseware and programming code for many of his classes and books.
-
- The Big Book of Small Python Projects (source code) by Al Sweigart on Github
-
written by Massimo Di Pierro in English
Planned listing of completed (or works in progress) from tutorials.