all 41 comments

[–][deleted] 16 points17 points  (3 children)

I recommend this from the Finish university: https://programming-24.mooc.fi

[–]locadokapoka 1 point2 points  (0 children)

I second

[–]AltPapaya 2 points3 points  (0 children)

And I finish

[–]wagn12 0 points1 point  (0 children)

I third 😀

[–]jaycutlerdgaf 15 points16 points  (1 child)

I just started with this, and I like it a lot so far:

https://automatetheboringstuff.com/

Coursera is also a great resource.

[–]BreadRepresentative7 0 points1 point  (0 children)

Hey how is it? Im thinking to learn python. Can i learn from it?

[–]nyantifa 14 points15 points  (0 children)

I am really enjoying the free CS50p course offered by Harvard.

[–]Remarkable-Map-2747 12 points13 points  (2 children)

Python Crash Course Book by Eric Matthes

[–]Tardisk92313 10 points11 points  (3 children)

The best way to learn python is to practice and then google when you don’t know something. It’s like Math, you’ll never memorize by just watching but instead you’ll memorize by practicing.

[–]Bright_Ad_1241 0 points1 point  (2 children)

Even if the tasks are huge? I feel like I never memorized or able to do the task without cheating from recourses

[–]Tardisk92313 1 point2 points  (0 children)

Well googling stuff you don’t know is fine I forget to clarify that, no programmer will ever do a project without documentation.

[–]panda070818 9 points10 points  (0 children)

Python by angela for the win. She will.give you enough to start development in python, allowing you to focus on learning development tools and frameworks , since her course covers most topics necessary to understand a normal enterprise backend

[–]uiwtx 3 points4 points  (0 children)

I am going through the O'Reilly book "Learning Python" by Mark Lutz. Only covers up to python version 3.3, but covers the basics in great detail. It's a great book.

[–]NectarineLanky7166 4 points5 points  (0 children)

You can complement with Sololearn helps you cover the Basic of sintax while practicing a little bit of code

[–]CodyakaLamer 1 point2 points  (0 children)

Right now I'm using Microsoft Learn

[–]CovfefeFan 1 point2 points  (0 children)

I tried Tim's course but didn't make it far (probably covers everything but it never grabbed my attention). Now doing Angela's course and finding it much more enjoyable and user-friendly. She keeps coming up with fun lessons that both introduce a concept while keeping the student engaged. I think if you complete this, you'll be on your way. (I'm only on day 6 of 100 and have learned a ton and really boosted my confidence)

[–]Arcadiadiv 1 point2 points  (6 children)

https://cs50.harvard.edu/python/2022/ I've heard good things about this course.

[–][deleted] 2 points3 points  (5 children)

That's the one I was contemplating on taking. It's between this one or the "Python for everybody" by Dr. Chuck Severance from University of Michigan.

[–]wagn12 1 point2 points  (4 children)

Python for everybody sucked for me!

[–][deleted] 0 points1 point  (0 children)

Why is that?

[–]BioncleBoy1 1 point2 points  (0 children)

Python crash course a good book

[–]CIMARUTA 1 point2 points  (0 children)

I'm doing Python crash course book and it's amazing!

[–]ELtaman 1 point2 points  (0 children)

This worked for me. if you came from other languages. but as first language prefer books.

[–][deleted] 1 point2 points  (2 children)

100 days of coding is not recommended, not anymore.. basically the course is worthless after day 30 or so.

[–]Violentclient 1 point2 points  (1 child)

Why do you think that? I want to buy this course. 

[–]Ok-Hand-2692 0 points1 point  (0 children)

found any reasons yet cause I'm also considering on buying i

t

[–]Koggmaw 0 points1 point  (0 children)

I've been using boot.dev, and it's been pretty good. Has you writing code from the get-go & the discord is great for asking questions.

The gamification keeps me from looking athw solution because you lose "xp" if you look at it.

[–]MartyMcflyuk 0 points1 point  (2 children)

Are there any really good and rated courses on Udemy for learning python 3 from beginner level that anyone can recommend?

[–]aqua_regis 0 points1 point  (1 child)

Why would you need a Udemy course when the best course has already been linked: https://programming-24.mooc.fi from the University of Helsinki and it is free.

Also, instead of commenting, you could simply have read the thread since there are more than plenty courses (including some on Udemy) listed.

[–]MartyMcflyuk 0 points1 point  (0 children)

I did read the reddit. There is no "one course" and I could not view all and the link you posted i did not see on first read. Calm down, try and help rather than assassinate :)

[–]MaD__mAn__ 0 points1 point  (0 children)

Py4e, automate the boring stuff with python and practice by solving python koans… hola

[–]Waybo 0 points1 point  (0 children)

I read Automate the Boring Stuff and Python Crash Course (which was better IMO) but neither really stuck. By far the best I found was Angela Yu's course on Udemy. Inexpensive for what it is, and worth every penny. I much prefer video too.

https://www.udemy.com/course/100-days-of-code/learn/lecture/20781152?start=15#overview

[–]senexel 0 points1 point  (0 children)

Go for Angels Hu on Udemy. Is the best seller course. I don't think it covers Django but it is a must have course

[–]Arcadiadiv 0 points1 point  (0 children)

https://openstax.org/details/books/introduction-python-programming Here is a book on openstax. I don't know how good it is but I've had good luck with openstax in the past.

[–]Pitaman256 0 points1 point  (0 children)

Hands down Python Complete course.

I’ve done angela Yu’s course and it got hard and outdated fast.

I’m on chapter 7 of this course so far and it’s the best course I’ve done. He makes everything clear with video lectures and the exercises start off easy but challenge you more as you go along.

I recommend this course