Logo

Python 201: (Slightly) Advanced Python Topics

Python 201: (Slightly) Advanced Python Topics
by


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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: GUI Programming with Python: QT EditionGUI Programming with Python: QT Edition
by - OpenDocs, LLC
This book covers application development using the library extension PyQt, which forms the basis for GUI programming. First part explains concepts using small examples, in the second part the author develops a complete, complex application.
(23767 views)
Book cover: Snake Wrangling for KidsSnake Wrangling for Kids
by
Snake Wrangling for Kids is a printable electronic book, for children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python 3 programming language to teach the concepts.
(18860 views)
Book cover: Python for FunPython for Fun
by
This collection is a presentation of several small Python programs. They are aimed at intermediate programmers - people who have studied Python and are fairly comfortable with basic recursion and object oriented techniques.
(24610 views)
Book cover: Python Scientific Lecture NotesPython Scientific Lecture Notes
by
Teaching material on the scientific Python ecosystem, a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert.
(13773 views)