Python 201: (Slightly) Advanced Python Topics
by Dave Kuhlman
2003
Number of pages: 321
Description:
This document is a syllabus for a second course in Python programming. This course contains discussions of several advanced topics that are of interest to Python programmers: regular expressions, unit tests, extending and embedding Python, parsing, GUI applications, guidance on packages and modules.
Download or read it online for free here:
Read online
(online html)
Similar books

by Rahul Verma, Chetan Giridhar - Testing Perspective
This book is about learning design patterns with Python language. If you are new to design patterns, this text provides the first building blocks. If you are interested in design of test automation frameworks, this book will be very useful.
(17867 views)

by Kenneth Reitz - O'Reilly Media
This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. You'll find a nice concise list of highly recommended options.
(9077 views)

by Josh Cogliati - Wikibooks
This free tutorial is designed to be an introduction to the Python programming language. The guide is for someone with no programming experience. The author attempts to teach programming by reading code and writing code.
(23661 views)

by Lennart Regebro
Porting to Python 3 doesn't have to be daunting. This book guides you through the process of porting your Python 2 code to Python 3. Using plenty of code examples is takes you cross the hurdles and shows you the new Python features.
(18119 views)