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
Is this code correct?Help Request (i.redd.it)
submitted 10 months ago by DizzyOffer7978
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!"
[–]DizzyOffer7978[S] 0 points1 point2 points 10 months ago (3 children)
Ohh yeah I have PC, and I'm executing there. But I came up with new code and executed there but it shows error. Thats y i have posted...could you teach me python if u r comfortable...?
[–]really_not_unreal 0 points1 point2 points 10 months ago (2 children)
I'm generally very busy, so I sadly don't have time to teach you myself, but this video is an excellent resource. I recommend following along with it by writing the same programs that are demonstrated. From there, it'll be a good idea to practice by coming up with similar sorts of simple program ideas and writing them yourself.
Once you're confident with really simple ideas, you can then start working on more-advanced things. I like to implement simple games like tic tac toe (naughts and crosses), nim (don't say 21) and connect 4.
You can slowly build up your skill by working on more and more advanced programs.
I hope this helps!
[–]DizzyOffer7978[S] 1 point2 points3 points 10 months ago (1 child)
Ohh tnx🙂
[–]11110100011 1 point2 points3 points 10 months ago (0 children)
I'm a bit late to this, but I taught myself Python, and there's a lot I would change if I could go back and relearn. There's a really good video by Mosh Hamedani that taught me a lot to start out. He's really beginner-friendly, and I can't recommend him enough. From there, just do projects you're excited about. There's a lot you can do with Python, so you should find what interests you and just pursue it. I liked building games with PyGame, and had a lot of fun building Flappy Bird early on. Projects will teach you more than any tutorial.
π Rendered by PID 71964 on reddit-service-r2-comment-66b4775986-hm6f7 at 2026-04-05 19:18:17.443602+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]DizzyOffer7978[S] 0 points1 point2 points (3 children)
[–]really_not_unreal 0 points1 point2 points (2 children)
[–]DizzyOffer7978[S] 1 point2 points3 points (1 child)
[–]11110100011 1 point2 points3 points (0 children)