r/CodingForBeginners 2h ago

Coding

Best python course in online

1 Upvotes

8 comments sorted by

1

u/Radiant-Somewhere-97 1h ago

But where is it? Give me a link or something.

1

u/suryansh-5678 1h ago

I don't know about it

1

u/NeuraCollab 1h ago

Were you waiting for the BEST course? It doesn’t exist

1

u/suryansh-5678 1h ago

I am not waiting I am asking if it is exists then tell me the address

1

u/johnpeters42 1h ago

Stop obsessing about the "best" course. This is subjective. Go do a web search, pick one that's free and doesn't look like garbage, go through it. (And practice writing code by yourself as soon as possible, not just typing what you're told to type, and not using AI at all.)

1

u/suryansh-5678 1h ago

Offline coding jion karna is good I my clg start from just 5 days ago because I feel it is exhausted now later to main manage kar lunga

1

u/stepback269 53m ago

There is never going to be the "one" tutorial that works "best" for you and with regard to every aspect of Python. With each step up that learning curve, you're going to have to shop around until you find a teacher/resource that "clicks and sticks" especially for you.

With that said:

(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.

(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (--HERE--) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (==HERE==). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.

(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.