Python Forum
Start at python Networkin - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Start at python Networkin (/thread-1221.html)



Start at python Networkin - Grean - Dec-14-2016

Hi, I'm a beginner in python networking..What is the best starting point


RE: Start at python Networkin - micseydel - Dec-14-2016

Do you already know Python, and want to get into networking with it? If not, start with learning Python, and then once you have a bit of familiarity with the language itself, you can dive into networking with it. Also, "networking" can mean lots of different things, so feel free to elaborate :)


RE: Start at python Networkin - nilamo - Dec-14-2016

(Dec-14-2016, 02:09 PM)Grean Wrote: Hi, I'm a beginner in python networking..What is the best starting point

The docs.  Twisted.  BeautifulSoup.  requests.  Kind of depends on what you want to do.


RE: Start at python Networkin - hsunteik - Feb-09-2017

PodSixNet, good and easy server ,client and networking library.
Twisted is another good one.


RE: Start at python Networkin - Larz60+ - Feb-09-2017

As Micseydel suggests, start with the basics, then you need to qualify which part of networking you want to know about.
It's probably the most complicated, most interesting, and most dangerous part of computer technology, and many spend their entire career
doing nothing else.


RE: Start at python Networkin - wavic - Feb-09-2017

What kind of networking? Starting with urllib there are also Requests, Twisted, Tornado, Scapy, pyzmq. Perhaps many more...


RE: Start at python Networkin - Gaurav_Kumar - Aug-14-2023

Here's a recommended starting point for beginners in Python networking:

1.> Basics of Networking Concepts
2.> Python Socket Programming
3.> Requests Library
4.> Network Libraries
5.> Networking Frameworks
6.> Security and Cryptography
7.> Online Resources and Tutorials
8.> Practice Projects