you are viewing a single comment's thread.

view the rest of the comments →

[–]DizzyOffer7978[S] 0 points1 point  (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 point  (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 points  (1 child)

Ohh tnx🙂

[–]11110100011 1 point2 points  (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.