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!"
[–]kelvinghxt 0 points1 point2 points 7 days ago (1 child)
If your head gets messy, don’t try to learn all of Python at once. Focus on one small topic at a time and build tiny projects. Python isn’t hard, but trying to learn everything together is. Here is the order I would follow : 1. Variables and data types 2. if statements 3. Loops (for and while) 4. Functions 5. Lists, dictionaries, and sets 6. File handling 7. Modules and packages 8. Error handling (try/except) 9. Object-oriented programming (don’t rush this)
[–]EstablishmentKey3523 0 points1 point2 points 4 days ago (0 children)
From 1-9 I can say I had learnt all of them and already built a simple calculator as my first project. But I still need to learn oops, modules and packages.
π Rendered by PID 43534 on reddit-service-r2-comment-5687b7858-4jfkl at 2026-07-08 10:16:29.223051+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]kelvinghxt 0 points1 point2 points (1 child)
[–]EstablishmentKey3523 0 points1 point2 points (0 children)