What Should I Do After Starting to Learn Python?

0
0
Asked By CuriousCoder92 On

I've just started learning Python and I'm really excited about it, but I'm feeling a bit lost on what to do next. My friend was super enthusiastic about it and said that once I learn Python, I'll be set for life. However, I don't have a tech career or business yet. I've completed half of a four-hour coding video on YouTube, but I'm unsure where to apply what I've learned. My friend suggested that I learn Selenium for web scraping and related tasks. I'd love to hear your thoughts and any advice on how to proceed with my Python journey!

4 Answers

Answered By RealisticRalph On

Just keep in mind that four hours is only the beginning! Becoming proficient in programming takes time and practice, just like any other profession. If you enjoy Python, immerse yourself in it. Try to create simple programs first—understanding concepts like variables, functions, and loops is foundational before jumping into frameworks like Flask or Django. If you don’t feel passionate about it, you might find it hard to stick with it long-term, so focus on what motivates you!

Answered By PragmaticPete On

Your friend's advice is solid but remember to tailor it to your own goals. Python is a fantastic start, but switching to another language down the road can improve your skills even more. As for learning Selenium—it's a bit advanced for a beginner. Focus on Python fundamentals first! You could check out some free courses like the ones from Harvard or try 'Automate the Boring Stuff' if you want more structured learning. It will take time, but patience is key!

CuriousCoder92 -

This is a big help, thank you!

Answered By NoobToPro56 On

I also started with Python and felt the same way! For me, it really stands out in AI and machine learning, like using TensorFlow or PyTorch. If you're looking into web development, though, JavaScript and React are must-learns as well! Python is powerful but for web UIs, those languages are super handy.

Answered By TechSavvy123 On

I recommend checking out 'Automate the Boring Stuff'—it’s a great resource to start with! Once you grasp the basics, consider where you want to take your skills. If web development excites you, dive into HTML, CSS, JavaScript, and Flask. For gaming, Pygame or Godot could be great. The key is to work on projects that genuinely interest you; that’s where the real learning happens!

CuriousCoder92 -

Thanks for the guidance! I'll definitely look into that.

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.