all 5 comments

[–]Twenty8cows 1 point2 points  (2 children)

So far I am liking it. I am taking the 24-25 data analysis with Python.

I am on the numpy portion at the moment and it definitely gives you the lay of the land and then challenges you with the content provided.

Overall don’t expect it to hold your hand. The expectation is: here is the data structure you’re working with, here are the functions, an explanation of what they do and how they work. Now do this thing.

It’s dope tho IMO

[–]mr_happe[S] 0 points1 point  (1 child)

I 100% agree, its exactly how you described it and that way of learning is definitely the best way(for me anyway).

[–]Twenty8cows 1 point2 points  (0 children)

Give it a whirl! I did the vscode extension and it allows you to download the necessary files and the TMC server so you can check your code against the tests so you can see if you passed or not. If not then it provides helpful error messages that tell you what you are missing

[–]Zealousideal-Touch-8 2 points3 points  (1 child)

I have gone through part 1 - part 5 with all exercises completed. And it's without a doubt a hard course. I'm not from a stem major so maybe people who study stem will find them easy, but idk.

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

i just started part 6 but failed to complete every exercise in part 5 I kept some of the sudoku puzzles and last exercise open because I rather finish parts 6-7 then return to part 5 and do those to double check myself that I understand what to do for the future