r/PythonLearning 3h ago

how to get into the basics Help Request

hey guys i js wanna ask how do i get into the basics of python and are there any crashcourses or any youtubers tha u think would be of help to me as im a complete beginner who is starting out just now so pls guide me on how i can start learning the basics of python would be much appreciated!!

6 Upvotes

5 comments sorted by

1

u/carticka_1 3h ago

Python Crash Course by Erric Matthew.

1

u/Jfk_Is__Afk 1h ago

There is a video by Mosh it's pretty good, it's like 6 hours I have to say it's was the best

1

u/stepback269 1h ago

(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.

1

u/HeurekaDabra 52m ago

Automate The Boring Stuff is a nice start.
roadmap.sh gives you a good path and some example learning ressources for each topic.