Getting Back into Python After a Break

0
7
Asked By CharmingNinja99 On

I'm a 13-year-old from India who started learning Python through Programming with Mosh when I was 11. Lately, I've been focused on chess and have reached a rating of 1900 on chess.com. However, I've been stuck at this rating for over three months, which has led me to want to shift my focus back to programming. I'm not super skilled in Python—while I can make some decent programs, I don't have experience with GUI development. Where should I start to reignite my Python journey?

4 Answers

Answered By MoshFan84 On

Programming with Mosh is a great foundation! I suggest you come up with an idea for a project and dive into it. You'll learn much more by researching and building rather than just going through tutorials. Plus, make sure to read the documentation for any libraries you decide to use; it'll save you from a lot of headaches later on!

Answered By ProjectPeeker22 On

Check out some projects on GitHub. Studying what others have done can give you a lot of insight into how programs are structured and how various features are implemented.

Answered By CuriousCoder56 On

You might want to start by picking a project that excites you! Once you have your idea, work backwards to identify what skills or knowledge you need to complete it. This way, you can focus on both learning and creating at the same time.

Answered By HelpfulHacker99 On

Just a heads up, it's better not to share your age on public forums. Safety first!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.