Cargando…

Foundations of Python network programming : the comprehensive guide to building network applications with Python /

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 new c...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Rhodes, Brandon
Otros Autores: Goerzen, John
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : New York : Apress ; Distributed to the Book trade worldwide by Springer Science+Business Media, ©2010.
Edición:2nd ed.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn710061646
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 110331s2010 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d CDX  |d OCLCQ  |d HNK  |d STF  |d B24X7  |d E7B  |d UMI  |d COO  |d N$T  |d HEBIS  |d OCLCQ  |d DEBSZ  |d OCLCF  |d BEDGE  |d NLGGC  |d YDXCP  |d A7U  |d NUI  |d OCLCQ  |d AZK  |d Z5A  |d ESU  |d VT2  |d OCLCQ  |d IOG  |d CEF  |d U3W  |d AU@  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d LEAUB  |d UKAHL  |d OCLCQ  |d CNCEN  |d DCT  |d ERF  |d UKBTH  |d BRF  |d EYM  |d TOH  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 708034049  |a 715158244  |a 741519575  |a 750173161  |a 765143896  |a 900603862  |a 961594513  |a 1005808759  |a 1044271125  |a 1056418296  |a 1058060533  |a 1060183728  |a 1060930611  |a 1063834931  |a 1064767869  |a 1071435013  |a 1074208221  |a 1086949801  |a 1105806574  |a 1110945123  |a 1112602206  |a 1153015011  |a 1192347186  |a 1194795763  |a 1228511637  |a 1240512024 
020 |a 9781430230038  |q (pbk.) 
020 |a 1430230037  |q (pbk.) 
020 |a 9781430230045  |q (electronic bk.) 
020 |a 1430230045  |q (electronic bk.) 
024 7 |a 10.1007/978-1-4302-3004-5  |2 doi 
024 8 |a 9781430230038 
029 1 |a AU@  |b 000048775184 
029 1 |a AU@  |b 000053262024 
029 1 |a AU@  |b 000060365244 
029 1 |a AU@  |b 000067104514 
029 1 |a DEBSZ  |b 368472779 
029 1 |a GBVCP  |b 785355855 
029 1 |a HEBIS  |b 291539874 
029 1 |a NZ1  |b 13787144 
035 |a (OCoLC)710061646  |z (OCoLC)708034049  |z (OCoLC)715158244  |z (OCoLC)741519575  |z (OCoLC)750173161  |z (OCoLC)765143896  |z (OCoLC)900603862  |z (OCoLC)961594513  |z (OCoLC)1005808759  |z (OCoLC)1044271125  |z (OCoLC)1056418296  |z (OCoLC)1058060533  |z (OCoLC)1060183728  |z (OCoLC)1060930611  |z (OCoLC)1063834931  |z (OCoLC)1064767869  |z (OCoLC)1071435013  |z (OCoLC)1074208221  |z (OCoLC)1086949801  |z (OCoLC)1105806574  |z (OCoLC)1110945123  |z (OCoLC)1112602206  |z (OCoLC)1153015011  |z (OCoLC)1192347186  |z (OCoLC)1194795763  |z (OCoLC)1228511637  |z (OCoLC)1240512024 
037 |a 978-1-4302-3003-8  |b Springer  |n http://www.springerlink.com 
050 4 |a QA76.73.P98  |b G64 2010eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.133  |2 22 
049 |a UAMI 
100 1 |a Rhodes, Brandon. 
245 1 0 |a Foundations of Python network programming :  |b the comprehensive guide to building network applications with Python /  |c Brandon Rhodes, John Goerzen. 
246 3 0 |a Python network programming 
250 |a 2nd ed. 
260 |a [Berkeley, Calif.] :  |b Apress ;  |a New York :  |b Distributed to the Book trade worldwide by Springer Science+Business Media,  |c ©2010. 
300 |a 1 online resource (xx, 345 pages) :  |b illustrations (some color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 1 |a The expert's voice in open source 
588 0 |a Print version record. 
520 |a 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 new chapters to be written from the ground up, and others to be extensively revised. You will learn fundamentals like IP, TCP, DNS and SSL by using working Python programs; you will also be able to familiarize yourself with infrastructure components like memcached and message queues. You can also delve into network server designs, and compare threaded approaches with asynchronous event-based solutions. But the biggest change is this edition's expanded treatment of the web. The HTTP protocol is covered in extensive detail, with each feature accompanied by sample Python code. You can use your HTTP protocol expertise by studying an entire chapter on screen scraping and you can then test lxml and BeautifulSoup against a real-world web site. The chapter on web application programming now covers both the WSGI standard for component interoperability, as well as modern web frameworks like Django. Finally, all of the old favorites from the first edition are back: E-mail protocols like SMTP, POP, and IMAP get full treatment, as does XML-RPC. You can still learn how to code Python network programs using the Telnet and FTP protocols, but you are likely to appreciate the power of more modern alternatives like the paramiko SSH2 library. If you are a Python programmer who needs to learn the network, this is the book that you want by your side. 
505 0 |a 1 Introduction to Client/Server Networking -- 2 UDP -- 3 TCP -- 4 Socket Names and DNS -- 5 Network Data and Network Errors -- 6 TLS and SSL -- 7 Server Architecture -- 8 Caches, Message Queues, and Map-Reduce -- 9 HTTP -- 10 Screen Scraping -- 11 Web Applications -- 12 E-mail Composition and Decoding -- 14 SMTP -- 14 POP -- 15 IMAP -- 16 Telnet and SSH -- 17 FTP -- 18 RPC. 
542 |f Copyright © Apress  |g 2010 
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 C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Python (Computer program language)  |2 fast  |0 (OCoLC)fst01084736 
653 |a Python 
700 1 |a Goerzen, John. 
776 0 8 |i Print version:  |a Rhodes, Brandon.  |t Foundations of Python network programming.  |b 2nd ed.  |d [Berkeley, Calif.] : Apress ; New York : Distributed to the book trade worldwide by Springer Science+Business Media, ©2010  |z 9781430230038  |w (OCoLC)500824091 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430230038/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26905517 
938 |a Books 24x7  |b B247  |n bks00040216 
938 |a Coutts Information Services  |b COUT  |n 17852043 
938 |a ebrary  |b EBRY  |n ebr10449567 
938 |a EBSCOhost  |b EBSC  |n 371477 
938 |a YBP Library Services  |b YANK  |n 3640533 
994 |a 92  |b IZTAP