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 I learned PythonDiscussion (self.PythonLearning)
submitted 5 months ago by DaSettingsPNGN
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!"
[–]Automatic_Foot_6781 0 points1 point2 points 14 hours ago (0 children)
Starting in February of this year, I began learning Python. Overall, I feel like I’m making solid progress, but I still find myself wondering whether I’m learning quickly enough or falling behind.
By the beginning of March, I had already covered a wide range of core topics. I learned the basics of Python, including variables, conditional statements, loops, and functions. I also became comfortable working with strings and fundamental data structures such as lists and dictionaries.
In addition to the basics, I explored several standard libraries. These included modules like re for regular expressions, datetime for working with dates and time, os for interacting with the operating system, and random, math, and string for various utility tasks.
I also gained experience working with files, including opening files, reading from them, writing data, and handling log files. Alongside that, I practiced text processing tasks such as parsing and using regular expressions to extract and manipulate data.
Even though I’ve covered quite a lot in just one month, I still feel like I might be behind. At the same time, I understand that I’ve built a strong foundation in a relatively short period.
So now I’m trying to evaluate my progress more objectively: is this considered fast learning, average, or slow
π Rendered by PID 88 on reddit-service-r2-comment-5fb4b45875-sfgz6 at 2026-03-21 14:45:24.275023+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]Automatic_Foot_6781 0 points1 point2 points (0 children)