Should I Learn Python by Practicing or Jumping Straight into a Project?

0
2
Asked By CuriousCoder99 On

I'm excited to start learning Python and I came across a two-hour crash course on YouTube. I tend to forget things unless I learn by making stuff, so I'm wondering about the best approach. Should I spend some time practicing coding concepts before diving into a project, or should I just pick a simple project, like creating a website, and learn as I go? Sorry if this seems like a silly question!

4 Answers

Answered By PracticalPete23 On

Honestly, learning by doing is the best way! You can practice coding while working on a project. Just find something simple to create, and tackle it piece by piece. It's all about how you learn best. If you hit a snag, feel free to watch tutorials or read docs for help.

Answered By TechieTammy42 On

I think choosing a simple project to work on is a great idea! You'll learn a ton as you try things out. Whenever you get stuck, you can always look for tutorials or explanations online. It's a hands-on approach that's super effective!

Answered By WebDevWanderer31 On

Start with the basics through a video or resource, then think of a small project you can create. Google the specific challenges you face while building. This way, you learn the concepts as you integrate them into your project!

Answered By DjangoDude88 On

Just a heads up: Python is great for backend development with frameworks like Django, but most websites also need HTML, CSS, and JavaScript for a full build. It's a mix of skills for web projects, so keep that in mind while planning your learning!

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.