Foundations of Python Network Programming: The comprehensive guide to building network applications with Python
Autor John Goerzen, Tim Bower, Brandon Rhodesen Limba Engleză Paperback – 21 dec 2010
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.
Preț: 372.98 lei
Preț vechi: 466.22 lei
-20% Nou
Puncte Express: 559
Preț estimativ în valută:
71.38€ • 74.15$ • 59.29£
71.38€ • 74.15$ • 59.29£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Livrare express 27 decembrie 24 - 02 ianuarie 25 pentru 37.71 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430230038
ISBN-10: 1430230037
Pagini: 345
Ilustrații: XX, 368 p.
Dimensiuni: 191 x 235 x 18 mm
Greutate: 0.63 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430230037
Pagini: 345
Ilustrații: XX, 368 p.
Dimensiuni: 191 x 235 x 18 mm
Greutate: 0.63 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
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.
Notă biografică
John Goerzen is an accomplished author, system administrator, and Python programmer. He has been a Debian developer since 1996 and is currently president of Software in the Public Interest, Inc. His previously published books include the Linux Programming Bible, Debian Unleashed, and Linux Unleashed.
Caracteristici
Classic book updated to Python 3 the latest version of Python Python is the go to glue language for a wide variety of programmers Encyclopaedic coverage of how to deal with network issues using Python Handles all the new developments in Python Network Programming, such as WSGI, FastCGI, etc