jagomart
digital resources
picture1_Python Network Programming Pdf 198498 | Python Network Programming


 172x       Filetype PDF       File size 0.85 MB       Source: www.uv.mx


File: Python Network Programming Pdf 198498 | Python Network Programming
python network programming 1 network fundamentals 2 client programming slide title index 0 introduction introduction 0 1 support files 0 2 python networking 0 3 this course 0 4 standard ...

icon picture PDF Filetype PDF | Posted on 08 Feb 2023 | 2 years ago
Partial capture of text on file.
                Python Network Programming 
                   1. Network Fundamentals                                 
                   2. Client Programming                                   
              
              Slide Title Index 
              
              0. Introduction 
              
              Introduction                  0-1 
              Support Files                 0-2 
              Python Networking             0-3 
              This Course                   0-4 
              Standard Library              0-5 
              Prerequisites                 0-6 
              1. Network Fundamentals                                          
                                                                               
           Network Fundamentals          1-1                                   
           The Problem                   1-2                                   
           Two Main Issues               1-3                                   
           Network Addressing            1-4                                   
           Standard Ports                1-5                                   
           Using netstat                 1-6                                   
           Connections                   1-7                                   
           Client/Server Concept         1-8                                   
           Request/Response Cycle        1-9                                   
           Using Telnet                  1-10                                  
           Data Transport                1-11                                  
           Sockets                       1-12                                  
           Socket Basics                 1-13                                  
           Socket Types                  1-14                                  
           Using a Socket                1-15                                  
           TCP Client                    1-16                                  
           Exercise 1.1                  1-17                                  
           Server Implementation         1-18                                  
           TCP Server                    1-19                                  
           Exercise 1.2                  1-27                                  
           Advanced Sockets              1-28                                  
           Partial Reads/Writes          1-29                                  
           Sending All Data              1-31                                  
           End of Data                   1-32                                  
           Data Reassembly               1-33 
                                                                           
           Timeouts                      1-34    
           Non-blocking Sockets          1-35 
           Socket Options                1-36 
           Sockets as Files              1-37                                  
           Exercise 1.3                  1-39                                  
           Odds and Ends                 1-40                                  
           UDP : Datagrams               1-41                                  
           UDP Server                    1-42                                  
           UDP Client                    1-43                                  
           Unix Domain Sockets           1-44                                  
           Raw Sockets                   1-45                                  
           Sockets and Concurrency       1-46  1 SAX Parsing                  3-11 
              
            
                    
                    
                    
                    
                    
                                                       Section 0 
                                            Introduction 
                                                                                                          
                  
                  
                  
                                  Python Networking 
                             Network programming is a major use of Python 
                          • 
                             Python standard library has wide support for 
                          • 
                             network protocols, data encoding/decoding, and 
                           
                             other things you need to make it work 
                             Writing network programs in Python tends to be 
                          • 
                             substantially easier than in C/C++ 
                                                                                                          
                  
                                                              2 
                  
                  
                  
                  
                                            This Course 
                             This course focuses on the essential details of 
                          • 
                             network programming that all Python 
                             programmers should probably know 
                                      Low-level programming with sockets 
                                  • 
                                      High-level client modules 
                                  • 
                                      How to deal with common data encodings 
                                  • 
                                      Simple web programming (HTTP) 
                                  • 
                                      Simple distributed computing 
                                  • 
                                                                                                        
                                                              3 
                                      Standard Library 
                               We will only cover modules supported by the 
                           • 
                               Python standard library 
                               These come with Python by default 
                           • 
                               Keep in mind, much more functionality can be 
                           • 
                               found in third-party modules 
                               Will give links to notable third-party libraries as 
                           • 
                               appropriate 
                                                                                                          
                  
                  
                  
                  
                  
                                           Prerequisites 
                              You should already know Python basics 
                           • 
                              However, you don't need to be an expert on all 
                           • 
                              of its advanced features (in fact, none of the code 
                            
                              to be written is highly sophisticated) 
                              You should have some prior knowledge of 
                           • 
                              systems programming and network concepts 
                                                                                                        
                                                              4 
The words contained in this file might help you see if this file matches what you are looking for:

...Python network programming fundamentals client slide title index introduction support files networking this course standard library prerequisites the problem two main issues addressing ports using netstat connections server concept request response cycle telnet data transport sockets socket basics types a tcp exercise implementation advanced partial reads writes sending all end of reassembly timeouts non blocking options as odds and ends udp datagrams unix domain raw concurrency sax parsing section is major use has wide for protocols encoding decoding other things you need to make it work writing programs in tends be substantially easier than c focuses on essential details that programmers should probably know low level with high modules how deal common encodings simple web http distributed computing we will only cover supported by these come default keep mind much more functionality can found third party give links notable libraries appropriate already however don t an expert its feat...

no reviews yet
Please Login to review.