Other Advanced Topics
After spending some time learning the basics of Python, you will soon face the need for implementing more advanced programs; programs that need to perform very specific tasks, such as converting image file formats or handling regular expressions. This chapter provides a general overview of some important advanced Python topics that you might need to use.
-
Image manipulation
-
Sounds
-
Restricted environment
-
Numeric Python
-
Regular expressions
-
Threads
Each one of these items is discussed, and a brief explanation is provided along with syntax formats and examples.
As you already know, this book presents many links to resources that have proven to be of great help in allowing users to use Python in their day-to-day work.