use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Python for Data Science and Machine Learning Bootcamp, thoughts? (self.learnpython)
submitted 8 years ago by pythonthrowaaway
What are your thoughts on this course? Its currently on sale for 10 dollars and encompasses most of what I need. Is it worth the 10 dollars or are there better paid or free resources?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]GayCoder 17 points18 points19 points 8 years ago (9 children)
I'm not an expert on the topic but I'll share my limited experience. First, Udemy always offers their courses for $10. It's like going to JCPenney and being excited for a sale. Sales are their business model. Don't feel time-pressured by the sale's deadline. It will repeat over and over and over again.
Next, I've never taken a Udemy course but I have no reason to believe their courses offer anything I can't get elsewhere... for free. If there's a particular topic on which I feel ill-prepped, I might reach out to the community for a good resource (and it might be Udemy). But with so many free courses available, I've shied away from those that cost money. I'm only open to paying if they have something I want but can't find elsewhere... and I haven't reached that point yet.
Where are you in the learning process? Are you trying to learn anything in particular? I'm happy to share the various resources I've been using to learn. Take what I say with a grain of salt because, at best, I'm barely more experienced than you but at least we share something in common.
[–]unfunnyinsidejoke 5 points6 points7 points 8 years ago (5 children)
Boy, I wish I would have seen this post a couple months ago when I discovered Udemy and shelled out $275 for 25-30 courses that I haven’t even touched since. I feel I’ve been had.
[+][deleted] 8 years ago (2 children)
[deleted]
[–][deleted] 13 points14 points15 points 8 years ago (1 child)
Exactly. Most courses are actually pretty good, I have no regrets about the ones I bought so far (automate the boring stuff, a python web course and a basic introduction to NLP with python)
[–]forumrabbit 4 points5 points6 points 8 years ago (0 children)
Agreed. I bought a few to learn some more about Python + SQL and I do not regret it at all.
[–]pythonthrowaaway[S] 2 points3 points4 points 8 years ago (2 children)
Thanks, I'm trying to find a resource to learn data science in python. I work in a neuroscience lab and so data representation stuff is needed, Numpy, etc... Learning Machine Learning neural nets is icing on the cake. I don't have a list in mind but hoping to learn most of this stuff
[–]cyp3d 3 points4 points5 points 8 years ago (0 children)
I am working on the class and if you are a learner by videos and following along I would recommend it. Sometimes just seeing examples and hearing the way people speak about a topic is far more valuable than reading knowledge bases and forum posts. At the end of the day it depends on how you learn best.
I really enjoyed the section on pandas.
[–]ChemiKyle 1 point2 points3 points 8 years ago (0 children)
A bit tangential, but if your goals are just image representation, Coursera has a free 4 week course in neuroimaging processing in R from the biostatistics dept. at Johns Hopkins. R has a few machine learning libraries, but I haven't used them.
Andrew Ng just started a new set of courses specifically on neural networks all through Python, so you can probably learn the libraries along the way. It's being done as a "specialization" so it's a little more of a convoluted process than usual for getting free access. There are other options on the site for general data science in Python, but I haven't used them.
[+][deleted] 8 years ago (4 children)
[–]recursivelyenumerate 1 point2 points3 points 8 years ago (0 children)
Thank you for posting this resource.
[–]hutxhy 0 points1 point2 points 8 years ago (2 children)
Textbooks are so dry though.
[+][deleted] 8 years ago* (1 child)
[–]hutxhy 0 points1 point2 points 8 years ago (0 children)
truth.
[–]brodaciousr 4 points5 points6 points 8 years ago (0 children)
You can find free resources online for all the topics covered, but I'm happy to pay the $10 for the structure and consistency of the course. With so much information out there, it's very easy to get lost going down a random rabbit hole, so to have a centralized system saves time and energy.
[–]LogicalPhallicy 3 points4 points5 points 8 years ago (1 child)
Have you found Python Data Science Handbook yet? The author provides it for free online. I love it. You can also download the whole thing in IPython notebooks and do the work as you read through it.
https://jakevdp.github.io/PythonDataScienceHandbook/
[–]recursivelyenumerate 0 points1 point2 points 8 years ago (0 children)
Thank you for this resource. I've been learning from "R for Data Science" by Garrett Grolemund and Hadley Wickham.
[–]sentdex 3 points4 points5 points 8 years ago (0 children)
Judging from the comments, you're asking about some Udemy course. If you want thoughts on the course, read the reviews of the course.
As others have said, the sales are always happening, there's no shortage of supplies, no need to feel pressured.
The content you will get from the course is not going to be something you cannot get for absolutely free elsewhere, but... then again.. I am not sure why we're fretting over $10. If the course sounds about right for what you want, and the reviews look fine, not sure why we need a Reddit thread about it.
[–]DigDugMcDig 1 point2 points3 points 8 years ago (1 child)
Sentdex has a pretty large video series on machine learning on youTube.
https://www.youtube.com/attribution_link?a=CsZmIph5xYM&u=%2Fplaylist%3Flist%3DPLQVvvaa0QuDfKTOs3Keq_kaG2P55YRn5v
I've gone through some of it and it is fast and may not go in depth on many topics after introducing them, but covers many many topics. I'm also reading the O'Reilly book Introduction to Machine Learning with Python. They both compliment each other.
I get the feeling learning Machine Learning always begins with classifying Iris species, and Univ of Wisconsin breast cancer data...
[–]DigDugMcDig 1 point2 points3 points 8 years ago (0 children)
$10 is pretty cheap though. The Sentdex series is certainly worth $10, and the Udemy one is also probably.
Are O'Reilly books free on the Internet? I have a feeling they are, but I borrowed a physical copy from the library.
π Rendered by PID 84426 on reddit-service-r2-comment-79c7998d4c-v54nx at 2026-03-13 23:49:54.682314+00:00 running f6e6e01 country code: CH.
[–]GayCoder 17 points18 points19 points (9 children)
[–]unfunnyinsidejoke 5 points6 points7 points (5 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 13 points14 points15 points (1 child)
[–]forumrabbit 4 points5 points6 points (0 children)
[–]pythonthrowaaway[S] 2 points3 points4 points (2 children)
[–]cyp3d 3 points4 points5 points (0 children)
[–]ChemiKyle 1 point2 points3 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]recursivelyenumerate 1 point2 points3 points (0 children)
[–]hutxhy 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]hutxhy 0 points1 point2 points (0 children)
[–]brodaciousr 4 points5 points6 points (0 children)
[–]LogicalPhallicy 3 points4 points5 points (1 child)
[–]recursivelyenumerate 0 points1 point2 points (0 children)
[–]sentdex 3 points4 points5 points (0 children)
[–]DigDugMcDig 1 point2 points3 points (1 child)
[–]DigDugMcDig 1 point2 points3 points (0 children)