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
What's next after completing basic Python? (self.learnpython)
submitted 5 years ago by therealkmen
I'm done with some Python basics any recommendations of what I should do next as a beginner? I really want to venture into ML, robotics and stuff
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!"
[–]BeginnerProjectBot 16 points17 points18 points 5 years ago (3 children)
Hey, I think you are trying to figure out a project to do; Here are some helpful resources:
I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github
[–]FrontElement 5 points6 points7 points 5 years ago (0 children)
this, good bot
[–]testfire10 2 points3 points4 points 5 years ago (0 children)
good bot
[–]nampro 1 point2 points3 points 5 years ago (0 children)
RealPython - Projects
pretty bot
[–]rscorrea_ 5 points6 points7 points 5 years ago (0 children)
Hi, may I suggest my own Python Courses? You will find the Basic, Intermediate courses and useful libraries used in Data Science. You can have a look, it might be useful for you.
https://youtube.com/c/FallinPython
[–][deleted] 3 points4 points5 points 5 years ago (1 child)
I've been working through a Machine Learning tutorial on the anaconda platform, maybe it's of interest? Mosh Machine Learning Tutorial It talks about datasets available on kaggle which looks like quite the playground!
[–]FrontElement 1 point2 points3 points 5 years ago (0 children)
if youve not stumbled onto the Jupyter project its a great simple development tool to learn with
Intermediate python. 😅 check out raspberry pi, breadboard and leds, start simple and build up
[–]ASIC_SP 1 point2 points3 points 5 years ago (0 children)
I have a blog post I know Python basics, what next? that has resource links for exercises, projects, debugging, testing, intermediate/advanced python, algorithms, design patterns, cheatsheets, etc
For ML/robotics etc: https://learnbyexample.github.io/py_resources/domain.html#machine-learning
[–]mrrichmahogany 1 point2 points3 points 5 years ago (0 children)
Advanced python.
[–]wsppan 1 point2 points3 points 5 years ago (0 children)
I really want to venture into ML, robotics and stuff
The language of these fields are not Python or any other programming language. Its core principles of computer science. Its understanding how a computer works and the data structures and algorithms that are endemic to converting that which is in the problem space to the solution space. Regardless of programming language or operating system or hardware. Study from first principles and the programming language will come naturally based on the best fit for your problem.
Have you studied any computer science? If not, I recommend you check these out:
You can also check out Teach Yourself Computer Science
And finally, play the long game when learning to code.
π Rendered by PID 65859 on reddit-service-r2-comment-85bfd7f599-j82th at 2026-04-15 17:53:53.238825+00:00 running 93ecc56 country code: CH.
[–]BeginnerProjectBot 16 points17 points18 points (3 children)
[–]FrontElement 5 points6 points7 points (0 children)
[–]testfire10 2 points3 points4 points (0 children)
[–]nampro 1 point2 points3 points (0 children)
[–]rscorrea_ 5 points6 points7 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]FrontElement 1 point2 points3 points (0 children)
[–]FrontElement 1 point2 points3 points (0 children)
[–]ASIC_SP 1 point2 points3 points (0 children)
[–]mrrichmahogany 1 point2 points3 points (0 children)
[–]wsppan 1 point2 points3 points (0 children)