.
.

Thursday, October 15, 2015

Foundations of Python Network Programming 3rd edition



  • Author: Brandon Rhodes and John Goerzen
  • Language: English
  • Publisher: Apress; 3rd ed. 2014 edition (October 22, 2014)
  • Pages: 388
  • Size:  4 MB
  • Format: pdf
  • ISBN-10: 1430258543
  • ISBN-13: 978-1430258544
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 code.
• How cross-site scripting and cross-site request forgery can be used to attack your web site, and how to protect against them.
• How a full-stack web framework like Django can automate the round trip from your database to the screen and back.
If you're a Python programmer who needs a deep understanding of how to use Python for network-related tasks and applications, this is the book for you. From web application developers, to systems integrators, to system administrators—this book has everything that you need to know.

What you’ll learn

• 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 code.
• How cross-site scripting and cross-site request forgery can be used to attack your web site, and how to protect against them.
• How a full-stack web framework like Django can automate the round trip from your database to the screen and back.
• Updated coverage of network protocol layers and data encodings
• How Python 3 works with network exception handling
• How to use the requests library instead of urllib2
• Expanded coverage of Python web frameworks
• How to work with web applications and email

Who this book is for

If you're a Python programmer who needs a deep understanding of how to use Python for network-related tasks and applications, this is the book for you. From web application developers, to systems integrators, to system administrators—this book has everything that you need to know.

http://adf.ly/1Q0S86

No comments:

Post a Comment