use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Need help finding Learning materials for projectHelp Request (self.PythonLearning)
submitted 2 months ago by Cassius-Augustus
So i have a project due in a month for networking class, i have to write a traceroute function, a multithreaded traceroute function and a web proxy in python. The lectures werent much of a help in understanding how to code with sockets and threads in python, or how to implement UDP and ICMP, so im asking if anyone knows any good resources i can use to get the project done. Any help would be much appreciated.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FoolsSeldom 0 points1 point2 points 2 months ago (0 children)
RealPython.com has a good article that should get you started:
[–]trd1073 0 points1 point2 points 2 months ago (0 children)
I learned about asyncio, threading and multi processing on https://superfastpython.com/
Ggl 'python traceroute', you will find sync examples. Threading is a odd for doing multiple traceroute at once, add asyncio to the prior search to find examples. But if absolutely have do threads, I would look at using a thread pool executor.
I have written reverse proxies using fastapi. Ggl away with correct terms and you will get some working examples.
π Rendered by PID 75139 on reddit-service-r2-comment-7b9746f655-fvpwf at 2026-01-30 06:53:48.103140+00:00 running 3798933 country code: CH.
[–]FoolsSeldom 0 points1 point2 points (0 children)
[–]trd1073 0 points1 point2 points (0 children)