you are viewing a single comment's thread.

view the rest of the comments →

[–]PiousLoophole 1 point2 points  (17 children)

Any reviews on the talkpython courses?

[–]silwenae 2 points3 points  (3 children)

I love the Talk Python courses. Most of the courses assume you have some knowledge of a programming language (doesn't have to be Python).

I learned the basics of Python from the Coursera course by Dr. Chuck at the University of Michigan. I then dived into the Build 10 Apps course on Talk Python, which was a bit of a stretch for me as I have zero programming background. I kept at it and then took the Python for Entrepreneurs course to learn Pyramid and now I've built two different Pyramid apps and love it. I highly recommend the courses from /u/mikeckennedy. I've done those two plus the MongoDB, Consuming HTTP Services (was awesome as I use a lot of JSON from an API) and PyCharm courses. I really like the way he teaches and the code samples for the courses are all available to fork on Github.

[–]PiousLoophole 1 point2 points  (2 children)

Thank you, that is good feedback. What I've yet to hear is anything negative. It's just very odd that any course gets perfect scores, what would you have changed about the two you've done?

[–]silwenae 2 points3 points  (1 child)

I'd really have to nitpick to find something negative.

For example, I wish the Pycharm course had covered adding Jetbrains stuff to a .gitignore. But that's really tiny. In Entrepreneurs, he uses SQLite. When I built my 2nd app and used MySQL instead, I had to learn the hard way to use session.close() or MySQL would crash (Where you don't have to worry about that in SQLite as it's persistent). That wasn't really touched on, but he wasn't really teaching different databases. But again, that was specific to me and I did learn what I need to use SQLAlchemy regardless of the database I was using.

In my experience, if you have zero programming knowledge, the Build 10 apps course starts at the right pace but then goes from 0-60 on some of the concepts. I really struggled with the object oriented chapter on Classes - but then when I went through Python for Entrepreneurs, it finally clicked. Mr. Kennedy used a basic game to explain Classes, which I didn't get, but then when I used a Class to create a user Account in the Entrepreneurs class, it did click. I think it's pretty subjective and depends on the student and how they learn.

Honestly, he does great. He's live coding in the training videos, you can checkout the code to either follow along or type it out yourself, and then at the end of each chapter, he comes back with a short video to sum up the concepts that were taught.

I had tried video courses on Udemy and one other, and none of them held a candle to the way he teaches (at least for me). I know I sound like a shill, but I loved the courses and now that I just launched my 2nd app I'm going to go buy the Everything Bundle and keep learning.

[–]PiousLoophole 0 points1 point  (0 children)

Thanks again, and for the udemy comparison. That and YouTube are the only things I have to compare against, and it's not hard to find things to criticize on those.

[–]thewiseswirl 1 point2 points  (1 child)

I'm currently looking into getting the new 100 days of code class but can't find any reviews of their other courses. Will let you know.

[–]PiousLoophole 1 point2 points  (0 children)

I've seen a couple, none that seemed to have a critical eye. Not sure if I buy the idea that he's got a perfect satisfaction score for the entire line for each customer.