Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a
Foundations of Python Network Programming
โ Scribed by John Goerzen, Brandon Rhodes
- Publisher
- Apress : Imprint: Apress
- Year
- 2014
- Tongue
- English
- Leaves
- 369
- Series
- Expert's voice in open source
- Edition
- Third edition
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 ย Read more...
Abstract: 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
โฆ Subjects
Python (Computer program language);Software engineering.;Python.;Software Engineering/Programming and Operating Systems.
๐ SIMILAR VOLUMES
To guide readers through the new scripting language, Python, this book discusses every aspect of client and server programming. And as Python begins to replace Perl as a favorite programming language, this book will benefit scripters and serious application developers who want a feature-rich, yet si
To guide readers through the new scripting language, Python, this book discusses every aspect of client and server programming. And as Python begins to replace Perl as a favorite programming language, this book will benefit scripters and serious application developers who want a feature-rich, yet si
This second edition of Foundations of Python Network Programming targets Python 2.5 through Python 2.7, the most popular production versions of the language. Python has made great strides since Apress released the first edition of this book back in the days of Python 2.3. The advances required