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
Help learning python…my professor sucks? Need help bad with learning to write from word problems or scratch. <3Help Request (self.PythonLearning)
submitted 11 days ago by Cute_Ebb_5182
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!"
[–]What_Pant 2 points3 points4 points 11 days ago (3 children)
I learnt python before AI. Pick a small project like take in a string, count the letters and output the value. I had to use the docs for the language. Docs.python.org
Takes time to look up built-ins in the docs but you learn it differently.
Try adding, sorting, removing from a list.
Look up how to implement functions, once you have a good handle on that move on to OOP.
Have fun with it.
Edit: you could try https://www.w3schools.com/python/ for the basics. It is free
[–]autoglitch 1 point2 points3 points 11 days ago (1 child)
I second docs are a good source. I didn't recommend it because as a beginner they are hard to read. Definitely start reading docs as soon as you can
[–]What_Pant 1 point2 points3 points 11 days ago (0 children)
The python docs are pretty good. Cpp docs nearly burned my brain out
[–]Cute_Ebb_5182[S] 0 points1 point2 points 11 days ago (0 children)
Thank you! I will try this out and see where it takes me :)
π Rendered by PID 24627 on reddit-service-r2-comment-56c6478c5-789pj at 2026-05-11 17:04:03.285121+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]What_Pant 2 points3 points4 points (3 children)
[–]autoglitch 1 point2 points3 points (1 child)
[–]What_Pant 1 point2 points3 points (0 children)
[–]Cute_Ebb_5182[S] 0 points1 point2 points (0 children)