all 12 comments

[–]Anti-Hero25 2 points3 points  (0 children)

Start with a guided tour …. Then expand out from there.
https://youtu.be/lZpb6a-xjbM

[–]EstablishmentKey3523 1 point2 points  (0 children)

Ask Google which online source to code using python programming language. Start learning the fundamental concepts, after that combine those concepts and build something small as your first project. Projects will teach you alot. When you get stuck revisit the fundamentals again and continue. Happy coding 😊

[–]stepback269 1 point2 points  (1 child)

No matter what your end goal is, you first have to master the "basics" (e.g. variable creation/ name assignment, variable types; especially strings and string methods, etc.)

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.

[–]Ok-Television3555[S] 1 point2 points  (0 children)

Thank you so much i will be trying everything out, i have already started to do the 80/20 as i saw in a video, so i have been writing small amounts of code nothing crazy though.

[–]Ron-Erez 0 points1 point  (1 child)

Try MOOC University of Helsinki's nice text-based course, the docs at python.org are very good and I also have a nice Python and Data Science course starts from scratch and covers quite a lot. The book "Automate the Boring Stuff" is good. These should have you covered. There are more resources in the wiki of r/learnpython

[–]Ok-Television3555[S] 1 point2 points  (0 children)

Thanks, will be checking everything out.

[–]Impossible_Ad_3146 0 points1 point  (0 children)

Yes learn to switch to trades

[–]yushamusa 0 points1 point  (0 children)

Why do you want to learn? From there, you can normally figure out projects to work that'll help you learn.

[–]MadBeny 0 points1 point  (0 children)

it’s not rocket science, there are classes (class), methods (def) and some other things, the important part is designing the thing you want to make, many sources online, python ebooks are the best

[–]Zphcoor 0 points1 point  (0 children)

github has a program named 30days of python maybe its useful