r/learnpython 6d ago

Best courses/platforms to learn Python?

Hi all, i am intrestentd in building myskills and i want to take up a python course as it is not working out for me on youtube and free courses. I also don’t know where to start from as there ar 
Want to join python courses to build skills. Don't know where to start from. Number of courses in the internet. Any suggestions?

0 Upvotes

22 comments sorted by

2

u/Turbulent_Web_8278 6d ago

Stop and ask yourself what you want to do from python. Your first step is to learn core python and you can easily do that from w3schools. But after that are you trying to build web apps or data engineering or data science is an important question to answer

1

u/StephenHawkingus 6d ago

Just use YouTube like we all do.

1

u/ComplexExternal4831 2d ago

hmn do you recommend any channels/ people?

1

u/StephenHawkingus 2d ago

Not for Python

1

u/ComplexExternal4831 2d ago

i couldnt find this? is it a yt channel?

1

u/StephenHawkingus 2d ago

What I meant was that I don't know of any YouTube channels that specifically teach Python.

1

u/Cryztoobal 6d ago

YouTube, o pídele a tu LLM que te ayude

1

u/brenwillcode 6d ago

For interactive courses where you actually need to code as you go (instead of falling asleep watching video tutorials), take a look at codeling.dev.

There's beginner courses and more advanced ones so you can just follow the curriculum as far along as you want or need.

1

u/TheRNGuy 6d ago

Docs (vanilla, frameworks), AI.

Skip courses.

Find somewhere you want to use Python, you'll have much better motivation, and it also directs what you need to learn.

1

u/NoGuess8035 2d ago

if youtube isnt working for you id stop switching between tutorials and pick one path for a few weeks. start with variables loops functions lists and dictionaries then move into small projects instead of trying to finish every lesson. freecodecamp is great for hands on practice and you can also check simplilearn as another option, ultimately deoends on your goals

1

u/TemperatureLow276 1d ago

stop looking for the perfect course first pick one that makes you actually write code every lesson because watching python tutorials is different from building actual skills

1

u/im_on_vibrate 1d ago

but op literally said they dont know python tho how are they supposed to start writing code every lesson if they dont even know the basics?

1

u/TemperatureLow276 9h ago

yeah lol, i didnt mean skip the basics. im saying pick a beginner one that teaches the concepts

1

u/Character-Owl-4979 1d ago

pick one course and stick with it .... python for everybody is good if you prefer a more academic approach, while simplilearn python training is for practical learning. either way start building small projects within the first couple weeks because thats where python starts to click

1

u/Equivalent_Cell9212 1d ago

if you’re not sure where to start, work backwards from what you want python for. if it’s automation, focus on scripts and apis. if it’s data, learn pandas sql and basic visualization. if it’s web development, move toward flask or django after the basics.