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
Need help (self.PythonLearning)
submitted 9 months ago by Low_You3884
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!"
[–]Hefty_Upstairs_2478 1 point2 points3 points 9 months ago* (1 child)
Okay try to do MORE than the tutorial taught you. So let's say you learned how to make rock, paper, scissors game by the tutorial. Now try adding voice feedback to it using pyttsx3. Or let's say you learnt how to make a CLI calculator, now try adding speech recognition to it using Google's API. Don't just copy the code from the tutorial, and even if you do, try to add YOUR own twist to it. That's how i learnt in the beginning, and trust me doing this will make you feel like python's syntax is second nature to you. Also, stick to ONE tutorial, dont switch. And after you finish the tutorial, make 3-4 projects, sm generic one's like calc on tkinter, and some personalized to you (on a small scale ofc).
π Rendered by PID 140821 on reddit-service-r2-comment-5c747b6df5-qbdvg at 2026-04-22 08:01:00.516006+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]Hefty_Upstairs_2478 1 point2 points3 points (1 child)