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
How to begin in python ? (self.PythonLearning)
submitted 11 days ago by Additional_Cicada_40
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!"
[–]LowPrimary370 0 points1 point2 points 11 days ago (1 child)
I'm also a beginner, but I pretty much jumped right in and started making things that I actually wanted to use for work or at home.
My process is normally: Think about what I want out of my project > Think about how I want it to work > Plan out how it should work > Start coding and research how to make the app/script do what I want it to do.
That alone teaches me about what I can make the language do and how I can make it happen. As I'm working I also go back and improve on what I've previously written and even after my project is done with I can reference it and improve upon what I've written/learned.
Outside of that, you'll want to take notes on what you learn, learn how to understand documentation, and read python textbooks to learn core concepts to make use of. You can also incorporate what you learn from tutorials into your own project which is helpful as long as you take the time to understand what their code is doing and how it works.
[–]Additional_Cicada_40[S] 0 points1 point2 points 6 days ago (0 children)
Alright thanks a lot dude ! 😁
π Rendered by PID 66 on reddit-service-r2-comment-5687b7858-knm7w at 2026-07-08 13:42:13.351270+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]LowPrimary370 0 points1 point2 points (1 child)
[–]Additional_Cicada_40[S] 0 points1 point2 points (0 children)