Foundations of Python Network Programming, Third Edition, covers all of the classic topics found in the second edition of this book, including network protocols, network data and errors, email, server architecture, and HTTP and web applications, plus updates for Python 3.
Some of the new topics in this edition include:
- Extensive coverage of the updated SSL support in Python 3
- How to write your own asynchronous I/O loop.
- An overview of the "asyncio" framework that comes with Python 3.4.
- How the Flask web framework connects URLs to your Python...
Foundations of Python Network Programming, Third Edition, covers all of the classic topics found in the second edition of this bo...