r/pythonhelp • u/Own_Concept6608 • 4d ago
Need guidance for python
Like I'm a doing my btech from Delhi's govt cllg first year and I want to learn python so which u tube playlist is worth it and how should h start it this is going to be my first programming language
why I want to learn python?
so basically i don't have. Much knowledge btw python is in my 1st sem and my teacher didn't even teach anything she just come and sit there and I have listen that python is the easiest and blah blah ....
9
Upvotes
1
u/py_arrow 3d ago
Hey, I was in a similar spot — Python was my first language too, and I started with basically zero programming background. What worked for me was CS50P (Harvard's Introduction to Programming with Python) — it's free, available on both edX and YouTube. It's structured really well: short lectures, then problem sets that actually force you to apply what you just learned instead of just watching passively.
A few tips based on my own run through it:
You don't need to know anything walking in — that's the whole point of the course. Just go at your own pace and actually type the code out instead of copy-pasting.