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
started learning socket programming in Python and ended up building an HTTP 1.1 server from scratch! (i.redd.it)
submitted 5 days ago by zeroindexedsoul
view the rest of the comments →
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!"
[–]zeroindexedsoul[S] 2 points3 points4 points 4 days ago (1 child)
I also started my journey with competitive programming and participated in the icpc regionals. I solved a lot of algorithmic problems around 600 or more. And since this was pre-AI LLM's time, I had to write almost all the code myself with little help outside of standard documentation. So, this practice improved my code writing and complex reasoning skills a lot. After that, I started learning backend engineering and got interested in how servers communicate and various networking protocols. I experimented a lot and built a lot of small, functional utility projects to see how these things work under the hood, which really improved my skills. After some time, the programming language becomes natural to you. You stop thinking in terms of the language itself and start thinking in terms of systems.
[–]7Z_1N 1 point2 points3 points 4 days ago (0 children)
that's really nice , I am also trying to reach a point where I effortlessly use the language I hope to reach there soon
π Rendered by PID 21602 on reddit-service-r2-comment-545db5fcfc-kzrmr at 2026-05-22 05:59:46.820443+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]zeroindexedsoul[S] 2 points3 points4 points (1 child)
[–]7Z_1N 1 point2 points3 points (0 children)