From The Well-Grounded Python Developer by Doug Farrell
This article, excerpted from chapter 10, covers
§ Persisting Data
§ Database Systems
§ Database Structures
§ Modeling Data with SQLAlchemy
From Tiny Python Projects by Ken Youens-Clark
This article delves into how to make really memorable and secure passwords—with Python!
From Tiny Python Projects by Ken Youens-Clark
Everyone loves Mad Libs! And everyone loves Python. This article shows you how to have fun with both and learn some programming skills along the way.
From The Well-Grounded Python Developer by Doug Farrell
This article delves into using the OOP coding paradigm in the Python language.
From Tiny Python Projects by Ken Youens-Clark
In this article, the author tries to convince a sysadmin who might know bash to transfer systems-level tasks to Python.