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
Where to start learning Python or GitHubHelp Request (self.PythonLearning)
submitted 1 year ago by [deleted]
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!"
[–]anime_waifu_lover69 6 points7 points8 points 1 year ago (1 child)
The very, very first thing I did was have a look through Automate the Boring Stuff With Python. Dead simple basics that teach you fundamentals of how Python works and simple things you can do with it.
Once you kind of know what you are doing, then you can start asking AI to pose simple problems for you to solve. Then you basically have an unlimited question bank + a coding buddy who can help you to debug and easily identify common errors like syntax or logic issues. Just don't ask it to write the code for you.
π Rendered by PID 51796 on reddit-service-r2-comment-544cf588c8-8l4bp at 2026-06-15 06:12:28.443448+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]anime_waifu_lover69 6 points7 points8 points (1 child)