Cargando…

Foundations of Python network programming /

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 t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Rhodes, Brandon (Autor), Goerzen, John (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2014.
Edición:Third edition.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn894116307
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 141031s2014 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d N$T  |d YDXCP  |d COO  |d UMI  |d B24X7  |d OCLCF  |d IDEBK  |d DEBBG  |d EBLCP  |d OCLCQ  |d Z5A  |d LIV  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d REB  |d VLB  |d CEF  |d DEHBZ  |d OCLCQ  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d UAB  |d AU@  |d UKAHL  |d LEAUB  |d CNCEN  |d OCLCQ  |d DCT  |d ERF  |d OCLCQ  |d OCLCO  |d HS0  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 898036683  |a 907303163  |a 907559576  |a 908082656  |a 988811055  |a 1005798413  |a 1026466085  |a 1041501680  |a 1048160001  |a 1058820466  |a 1066478938  |a 1066617147  |a 1086519411  |a 1097139994  |a 1105796149  |a 1110989142  |a 1112530138  |a 1112885581  |a 1126460547  |a 1129350108  |a 1152972184  |a 1160068273  |a 1162686349  |a 1192346729  |a 1204022472  |a 1227645479  |a 1240524982 
020 |a 9781430258551  |q (electronic bk.) 
020 |a 1430258551  |q (electronic bk.) 
020 |a 1430258543  |q (print) 
020 |a 9781430258544  |q (print) 
020 |z 9781430258544 
024 7 |a 10.1007/978-1-4302-5855-1  |2 doi 
024 8 |a 9781430258551 
029 1 |a AU@  |b 000056027373 
029 1 |a CHNEW  |b 000890433 
029 1 |a CHVBK  |b 37449150X 
029 1 |a DEBBG  |b BV042490387 
029 1 |a DEBBG  |b BV043617604 
029 1 |a DEBSZ  |b 434835668 
029 1 |a GBVCP  |b 882843036 
029 1 |a AU@  |b 000067104513 
035 |a (OCoLC)894116307  |z (OCoLC)898036683  |z (OCoLC)907303163  |z (OCoLC)907559576  |z (OCoLC)908082656  |z (OCoLC)988811055  |z (OCoLC)1005798413  |z (OCoLC)1026466085  |z (OCoLC)1041501680  |z (OCoLC)1048160001  |z (OCoLC)1058820466  |z (OCoLC)1066478938  |z (OCoLC)1066617147  |z (OCoLC)1086519411  |z (OCoLC)1097139994  |z (OCoLC)1105796149  |z (OCoLC)1110989142  |z (OCoLC)1112530138  |z (OCoLC)1112885581  |z (OCoLC)1126460547  |z (OCoLC)1129350108  |z (OCoLC)1152972184  |z (OCoLC)1160068273  |z (OCoLC)1162686349  |z (OCoLC)1192346729  |z (OCoLC)1204022472  |z (OCoLC)1227645479  |z (OCoLC)1240524982 
037 |a CL0500000511  |b Safari Books Online 
050 4 |a QA76.73.P98 
072 7 |a UY  |2 bicssc 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a COM  |2 ukslc 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Rhodes, Brandon,  |e author. 
245 1 0 |a Foundations of Python network programming /  |c Brandon Rhodes, John Goerzen. 
250 |a Third edition. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2014 
300 |a 1 online resource (xxi, 388 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 1 |a Expert's voice in open source 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed October 31, 2014). 
520 |a 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. 
505 0 |a At a Glance; Introduction; Chapter 1: Introduction to Client-Server Networking; The Building Blocks: Stacks and Libraries; Application Layers; Speaking a Protocol; A Raw Network Conversation; Turtles All the Way Down; Encoding and Decoding; The Internet Protocol; IP Addresses; Routing; Packet Fragmentation; Learning More About IP; Summary; Chapter 2: UDP; Port Numbers; Sockets; Promiscuous Clients and Unwelcome Replies; Unreliability, Backoff, Blocking, and Timeouts; Connecting UDP Sockets; Request IDs: A Good Idea; Binding to Interfaces; UDP Fragmentation; Socket Options; Broadcast. 
505 8 |a When to Use UDPSummary; Chapter 3: TCP; How TCP Works; When to Use TCP; What TCP Sockets Mean; A Simple TCP Client and Server; One Socket per Conversation; Address Already in Use; Binding to Interfaces; Deadlock; Closed Connections, Half-Open Connections; Using TCP Streams Like Files; Summary; Chapter 4: Socket Names and DNS; Hostnames and Sockets; Five Socket Coordinates; IPv6; Modern Address Resolution; Using getaddrinfo() to Bind Your Server to a Port; Using getaddrinfo() to Connect to a Service; Asking getaddrinfo() for a Canonical Hostname; Other getaddrinfo() Flags. 
505 8 |a Primitive Name Service RoutinesUsing getsockaddr() in Your Own Code; The DNS Protocol; Why Not to Use Raw DNS; Making a DNS Query from Python; Resolving Mail Domains; Summary; Chapter 5: Network Data and Network Errors; Bytes and Strings; Character Strings; Binary Numbers and Network Byte Order; Framing and Quoting; Pickles and Self-delimiting Formats; XML and JSON; Compression; Network Exceptions; Raising More Specific Exceptions; Catching and Reporting Network Exceptions; Summary; Chapter 6: TLS/SSL; What TLS Fails to Protect; What Could Possibly Go Wrong?; Generating Certificates. 
505 8 |a Offloading TLSPython 3.4 Default Contexts; Variations on Socket Wrapping; Hand-Picked Ciphers and Perfect Forward Security; Protocol Support for TLS; Learning Details; Summary; Chapter 7: Server Architecture; A Few Words About Deployment; A Simple Protocol; A Single-Threaded Server; Threaded and Multiprocess Servers; The Legacy SocketServer Framework; Async Servers; Callback-Style asyncio; Coroutine-Style asyncio; The Legacy Module asyncore; The Best of Both Worlds; Running Under inetd; Summary; Chapter 8: Caches and Message Queues; Using Memcached; Hashing and Sharding; Message Queues. 
505 8 |a Using Message Queues from PythonSummary; Chapter 9: HTTP Clients; Python Client Libraries; Ports, Encryption, and Framing; Methods; Paths and Hosts; Status Codes; Caching and Validation; Content Encoding; Content Negotiation; Content Type; HTTP Authentication; Cookies; Connections, Keep-Alive, and httplib; Summary; Chapter 10: HTTP Servers; WSGI; Asynchronous Server- Frameworks; Forward and Reverse Proxies; Four Architectures; Running Python Under Apache; The Rise of Pure-Python HTTP Servers; The Benefits of Reverse Proxies; Platforms as a Service. 
542 |f Copyright © 2014 Brandon Rhodes and John Goerzen  |g 2014 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 6 |a Python (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Python (Computer program language)  |2 fast 
700 1 |a Goerzen, John,  |e author. 
773 0 |t Springer eBooks 
776 0 8 |i Printed edition:  |z 9781430258544 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430258551/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a YBP Library Services  |b YANK  |n 12143230 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29981508 
938 |a EBSCOhost  |b EBSC  |n 876006 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1964698 
938 |a Books 24x7  |b B247  |n bks00075730 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29395590 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6230016 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29482854 
994 |a 92  |b IZTAP