Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning Python Network Programming

Posted By: AlenMiler
Learning Python Network Programming

Learning Python Network Programming by Dr. M. Omar Faruque Sarker
English | 20 Jun. 2015 | ISBN: 1784396001 | 320 Pages | EPUB/MOBI/PDF (True) | 37.98 MB

If you're a Python developer or a system administrator with Python experience and you're looking to take your first steps in network programming, then this book is for you. Basic knowledge of Python is assumed.

Utilize Python 3 to get network applications up and running quickly and easily

About This Book

Leverage your Python programming skills to build powerful network applications
Explore steps to interact with a wide range of network services
Design multithreaded and event-driven architectures for echo and chat servers

What You Will Learn

Develop an understanding of network stacks and the power of encapsulation
Design high-performance network server applications
Implement socket-based network applications using asynchronous models
Build client applications for major web APIs, including Amazon S3 and Twitter
Interact with e-mail servers using SMTP, POP3, and IMAP protocols
Deal with remote network servers using SSH, FTP, SNMP, SMB/CIFS, and LDAP protocols
Work with IP addresses including Geo-IP lookups
Download objects from the Web and craft custom HTTP requests with urllib and the Requests library
In Detail

Network programming has always been a demanding task. With full-featured and well documented libraries all the way up the stack, Python makes network programming the enjoyable experience it should be.

Starting with a walkthrough of today's major networking protocols, with this book you'll learn how to employ Python for network programming, how to request and retrieve web resources, and how to extract data in major formats over the Web. You'll utilize Python for e-mailing using different protocols and you'll interact with remote systems and IP and DNS networking.

As the book progresses, socket programming will be covered, followed by how to design servers and the pros and cons of multithreaded and event-driven architectures. You'll develop practical client-side applications, including web API clients, e-mail clients, SSH, and FTP. These applications will also be implemented through existing web application frameworks.