Database Development
Being able to program a database interface is a critical skill for every Python programmer. Here is how to work with PostgreSQL and MySQL databases in Python.
Web Development
While some programming languages are better known for web development than Python, many major endeavours use Python for mission-critical web-based tasks. These include Google, YouTube, and the New York Stock Exchange, to name a few.
Network Applications
Network programming is not as hard as it seems. As these guides show, it is just a matter of treating a socket like a file object and interacting with it.

