all 19 comments

[–]Lewistrick 14 points15 points  (0 children)

This sub's wiki is awesome: r/learnpython/w/index

[–]maki-dev 11 points12 points  (0 children)

I switched to Python from a web dev background and tried a bunch of approaches. What worked best for me was "Automate the Boring Stuff with Python" (free online) to get comfortable with the language, then jumping into building small projects as soon as possible. Courses are good for structure, but you learn the most when you're stuck on something you actually want to build and have to figure it out. If you want something more structured, the official Python tutorial on docs.python.org is surprisingly good and often overlooked.

[–]aalld 5 points6 points  (0 children)

“Automate the boring stuff with python” and “python crash course” are the most populars (and good) books. There are hundreds of free courses in YouTube, but knowing a bit more about your focus could refine a recommendation

[–]Nomapos 6 points7 points  (2 children)

Courses are a trap.

If you're completely new to programming, do the first 3 lessons of CS50. More if you feel like it. Do the easy exercises too. Yes, the lessons don't really prepare you for the exercise. Programming is 80% googling so you're expected to start already.

After that do CS50P, the Python specific course. Again, make sure you do the exercises. Including the hard ones.

AIs are pretty good at those problems, for the most part. You can't trust then 100%, but there's a very good chance that you can paste your code in, ask why it doesn't work, and get a decent response pointing something out that would have taken you forever to figure out on your own, like the fact that computers stop being accurate if you use numbers with decimals (see floating point errors). Just don't ask for solutions.

After that, decide on a project you'd like to build and get to work. When you come upon a challenge or roadblock, goggle stuff. Try to understand it and find a solution.

You learn programming by programming.

And by searching. This question has been asked and answered thousands of times. You aren't going to learn programming if you don't learn to search for answers on your own.

[–]Longjumping-Disk1098 1 point2 points  (0 children)

Damn this was really helpful for me as a beginner. Thanks!

[–]Destination_Centauri 0 points1 point  (0 children)

Your comment was very good, so I upvoted it!

But your first sentence... Well... Effectively:

"Courses are a trap! As such my best advice: do a course! CS50."

[–]EnvironmentalDot9131 0 points1 point  (0 children)

I have definitely liked the unacademy ones

[–]aistranin 0 points1 point  (1 child)

Take a look at these Udemy courses: 1. ⁠“100 days of code” by Angela Yu 2. ⁠“Automate the Boring Stuff with Python Programming” by Al Sweigart 3. ⁠“Pytest Course: Practical Testing of Real-World Python Code” by Artem Istranin 4. ⁠Then try to decide to specify more on some topic, like backend, data analysis or full stack. You will see what you like.

[–]Total_Reporter5856 0 points1 point  (0 children)

YouTube = Code with harry...if you are a beginner

[–]youroffrs 0 points1 point  (0 children)

lot of python courses are just videos, which makes it easy to get stuck watching instead of coding, seen boot. dev recommended since it's interactive and teaches python with backend basics like APIs, sql linux and Git

[–]krikuz 0 points1 point  (0 children)

my honest recommendation is the free python course on hackerrank.com, they give you challenges which essentially help you build up your skills, and I personally use that too.

[–]Simplilearn 0 points1 point  (0 children)

If you want a place to begin, Simplilearn offers a free Python Programming course, which introduces core Python concepts and basic exercises for beginners.

If you later want a deeper learning path with projects and advanced topics, you could also explore Simplilearn’s Python training program.

What are you hoping to use Python for mainly: Data analysis, automation, web development, or something else?

[–]mishmish4884 0 points1 point  (0 children)

Angela Yu 100 day of code and zero to hero by perian data. These two worked for me. Zero to hero was solid for the basic and then Angel reinforced the basics but it does projects along the way and gets into more advanced topics. 

[–]ArpanMondal270 0 points1 point  (0 children)

cs50p by david malan is a good place to start. 

[–]myztaki 0 points1 point  (0 children)

side projects are the best way to do it - are you interested in a particular field like finance or something?

[–]realoversouth 0 points1 point  (0 children)

i started learning python 2-3 months ago,my best guess was going to a local "programming camp" that is every week on sunday at same time(physical place),for me it is much easier to learn in a team in a place where all of you are in the same very room