Foundations of Python Network Programming
Rhodes Goerzen Shelve in Programming Languages/General User level: Intermediate–Advanced http://www.apress.com SOURCE CODE ONLIN ...
For your convenience Apress has placed some of the front matter material after the index. Please use the Bookmarks and Contents ...
v Contents at a Glance About the Authors ��������������������������������������������������������������������������������������� ...
■ Contents at a GlanCe vi ■ Chapter 16: Telnet and SSH ������������������������������������������������������������������������� ...
xxiii Introduction It is an exciting moment for the Python community. After two decades of careful innovation that saw the langu ...
■ IntroduCtIon xxiv Improvements in This Edition There are several improvements by which this book attempts to update the previo ...
■ IntroduCtIon xxv • Representing the typical situation of a client in a home or coffee shop are the client machines behind m ...
■ IntroduCtIon xxvi • example.com and its associated machines represent the configuration of a simple service-oriented machin ...
1 Chapter 1 Introduction to Client-Server Networking This book explores network programming in the Python language. It covers th ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 2 In many cases, network programming simply involves selecting and using a ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 3 Careful Python programmers do not suffer from this situation any longer. ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 4 Listing 1-1. Fetching a Longitude and Latitude !/usr/bin/env python Found ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 5 answer = response.json() print(answer['results'][0]['geometry']['location ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 6 Listing 1-3. Making a Raw HTTP Connection to Google Maps !/usr/bin/env py ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 7 Listing 1-4. Talking to Google Maps Through a Bare Socket !/usr/bin/env p ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 8 The reply, which will print as the script’s output if you run search4.py, ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 9 Turtles All the Way Down I hope you have enjoyed these initial examples o ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 10 Finally, we have reached the topic that will occupy you for the rest of ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 11 input_characters = input_bytes.decode('utf-16') print(repr(input_charact ...
Chapter 1 ■ IntroduCtIon to ClIent-Server networkIng 12 IP Addresses The original version of the Internet Protocol assigns a 4-b ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf