Does anyone know good tutorials to learn network programming in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does anyone know good tutorials to learn network programming in Python

Would like to get started with network programming in python. Need some guide/tutorials/projects (basically any help) to get started.

24th Mar 2018, 5:51 AM
Pallav Gurung
3 Answers
+ 3
You can learn Networking without python. Just learning what are the protocols and so on.. Have not found any which include python in them.
24th Mar 2018, 6:08 AM
Tomer Sim
Tomer Sim - avatar
+ 2
Network programming, step 1: understand wat is data communication first, sender-receiver, topologies, OSI and IP model, a basic idea of wat happens at h/w level ( byte streaming, modem, etc ) any good book on data communication will be good start step2: now time to unpack Computer networking concepts like, routing, subnetting, Packet, protocols, domain names , etc any good book on computer networks will do step 3: Real deal , NETWORK PROGRAMMING, now time to implement those protocols u learned using , sockets in C , or any language with built in libraries for networking, ( btw this step is also done at basic levels in step 1, step2) step4: goto step1 or step2, if in doubt
24th Mar 2018, 6:10 PM
Morpheus
Morpheus - avatar
0
@Tomer Sim: I meant programming in Python to connect to sockets or make some speed test applications, things like that, not networking separately.
24th Mar 2018, 8:12 AM
Pallav Gurung