Python Forum

Full Version: Start at python Networkin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm a beginner in python networking..What is the best starting point
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 :)
(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.
PodSixNet, good and easy server ,client and networking library.
Twisted is another good one.
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.
What kind of networking? Starting with urllib there are also Requests, Twisted, Tornado, Scapy, pyzmq. Perhaps many more...
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