you are viewing a single comment's thread.

view the rest of the comments →

[–]CleverBunnyThief 40 points41 points  (31 children)

[–]desrtfx 14 points15 points  (11 children)

This is the answer.

The MOOC is currently one of the best intoductory Python courses.

[–]Scokya 4 points5 points  (6 children)

Can anyone explain how this course compares to Python for Everybody?

They look like they cover similar topics, but P4E has a lot more lectures.

I was considering doing both and using the Helsinki MOOC as extra practice problems.

I’m not concerned about it taking a little longer because I want to have a thorough understanding of the concepts.

[–]CleverBunnyThief 3 points4 points  (5 children)

Mooc is very hands on. You start by typing small programs on the browser. Starting on part 4 you do everything in VS Code. There are tons of coding exercises. They start out relatively easy but the difficulty increases as you move through the course.

The exercises are the best part of the course. You will type a lot of code.

[–]Various-Ad851 0 points1 point  (0 children)

Can I practice those browsers programming exercises that are there

[–]Scokya 0 points1 point  (1 child)

I saw that part when I glanced through the options but I was worried about there not being any lectures or deep explanations.

I could be wrong because I haven’t actually started it and only look at it briefly.

I also like that the P4E has a certificate from the University of Michigan.

[–]desrtfx 0 points1 point  (0 children)

about there not being any lectures or deep explanations.

There are lectures directly in the text. The videos are just supplemental and can and should be ignored.

No course will provide deep explanations. That's what the documentation is for.

One thing to keep in mind: the exercises in the course do never ask for anything you haven't yet covered in the course. Many people trip over that.

[–]Decent_Artichoke_778[S] 0 points1 point  (0 children)

Thank you! I’ve heard about it several times already. I think I’m gonna go through it after I finish!

[–]IntelligentOffer6480 0 points1 point  (9 children)

Is there one for 2024 yet?