What’s Next After Learning Basic Python?

0
1
Asked By CuriousCoder99 On

I'm currently in class 11 (with physics, chemistry, math, and computer science) and I'm learning Python using Harvard's CS50 course on YouTube. It's about 16 hours long, and I aim to finish it in 60 days. I'm on day 1 now and taking notes. What should I focus on after I grasp the basics?

4 Answers

Answered By CuriousCoder99 On
Answered By ProjectGuru88 On

Work on your own proof of concept (POC) projects. Try building APIs, connecting databases, or creating batch scripts. Hands-on experience through practical projects will solidify your skills.

Answered By DevDude21 On

Don’t just watch the course; make sure to put your knowledge into practice. Start writing small programs right away and keep challenging yourself with bigger projects. While CS50 is great for learning, consider also trying a more hands-on course like the Python Programming from the University of Helsinki, which encourages you to actively code and think about your projects.

Answered By CreativeNinja7 On

Try to create something fun or useful! Dive into different libraries, experiment with them, and build cool apps or games. A good goal is to make tools that improve things you do regularly, whether it's automating tasks on your computer or creating a game for practice.

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.