Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.31 KB

My Python 3 Cookbook

This repo contains interesting recipes, code snippets, exercises, and other useful (and not-so-useful) Python 3 programs.

I'll do my best to make sure that all of my cribbed and copied material is properly attributed, but if you poach anything from this site, find the original source or just don't make any money off of it.

Sources that I have used:

Automate the Boring Stuff with Python -- Creative Commons License
Automate The Boring Stuff with Python: Practical Programming for Total Beginners by Al Sweigart (No Starch Press).
April 2015, 504 pp. ISBN-13: 978-1-59327-599-0
I am here

Python Cookbook Third Edition
Python Cookbook, 3rd edition, by David Beazley and Brian K. Jones (O’Reilly).
Copyright 2013 David Beazley and Brian Jones, 978-1-449-34037-7.
The online version can be found here.
Code samples can be found on Github.
Chapter 8 -- Classes and Objects

Python Problems and Solutions.