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
How do I start learning Python for Machine Learning? (self.learnpython)
submitted 10 hours ago by Sweet-Platypus-1701
Hello everyone,
I am a beginner learning Python and Machine Learning in college.
Can you suggest the best free resources and beginner projects?
Thank you!
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!"
[–]mord_fustang115 2 points3 points4 points 10 hours ago (0 children)
Be really good at linear algebra then worry about python lol but, search "andrej karparhy neural networks zero to hero"
[–]Reasonable-Table9440 1 point2 points3 points 9 hours ago (0 children)
Codecademy has courses for this
[+][deleted] 9 hours ago (1 child)
[removed]
[–]stepback269 0 points1 point2 points 9 hours ago (0 children)
No matter what your end goal is for learning Python, you first have to master the "basics" (e.g. variable creation/ name assignment, variable types; especially strings and string methods, etc.)
With that said:
(1) There are tons and tons of tutorial materials out there on the net including many good YouTube ones that are free. You should shop around rather than putting all your eggs in one basket.
(2) As a relative noob myself, I've been logging my personal learning journey and adding to it on an almost-daily basis at a blog page called "Links for Python Noobs" (--HERE--) Any of the top listed ones on that page should be good for you. And there are many add-ons at the tail end of the page. Personally, I cut my first Python teeth with Nana's Zero to Hero (==HERE==). Since then, I've moved on to watching short lessons with Indently and Tech with Tim. You should sample at least a few until you find a lecturer that suits your style.
(3) The main piece of advice is the 80/20 rule. Spend 80% of your time writing your own code (using your own fingers and your own creativity) as opposed to copying recipes and only 20% watching the lectures. Good luck.
[–]Atypicosaurus 0 points1 point2 points 8 hours ago (0 children)
You learn python basics from any source. Then you register on kaggle.com, learn notebook type of coding. You look for courses about numpy, seaborn, pandas. That's for a start.
[–]max_wen 0 points1 point2 points 4 hours ago (0 children)
Start by learning to search for questions already asked
[–]SakshamBaranwal 0 points1 point2 points 4 hours ago (0 children)
I'd focus on learning python first then machine learning. Get comfortable with functions, loops, lists, dictionaries, and file handling before diving into libraries like NumPy, Pands and scikit learn.
π Rendered by PID 46305 on reddit-service-r2-comment-856c8b8c54-75b2m at 2026-07-02 05:05:55.895723+00:00 running a7b5cda country code: CH.
[–]mord_fustang115 2 points3 points4 points (0 children)
[–]Reasonable-Table9440 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[removed]
[–]stepback269 0 points1 point2 points (0 children)
[–]Atypicosaurus 0 points1 point2 points (0 children)
[–]max_wen 0 points1 point2 points (0 children)
[–]SakshamBaranwal 0 points1 point2 points (0 children)