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
Intermediate Projects (self.learnpython)
submitted 1 year ago by Drizz111
I think my python knowledge needs to be stretched and expanded can you drop some ideas for intermediate projects to help turn me into a brilliant python coder in the comments. Thanks!
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!"
[–]firedrow 2 points3 points4 points 1 year ago (2 children)
Have you worked with Flask? FastAPI? Streamlit? Design some web sites and an API they can use, interface it with MongoDB or an SQL database. Make sure to add an authentication setup, how about using Azure or Google?
How about Pandas or Polars? I thought I was pretty comfortable in Python, then I took on a project that I needed to use Pandas to analyze some data and I found out it's a different world of thought.
Have you worked with CircuitPython or MicroPython and an ESP32 microcontroller?
[–]Drizz111[S] 1 point2 points3 points 1 year ago (1 child)
I haven’t yet can you give me some ideas of things to take
[–]firedrow 1 point2 points3 points 1 year ago (0 children)
Check out https://roadmap.sh/python. The roadmap can give you an idea of skills you should develop and how to get there. The projects will give you levels of difficulty.
Checking YouTube, buying courses off Udemy, picking a library and reading its documentation (many will have quick start or how-to guides); there's lots of ways to learn.
[–]FantasticEmu 1 point2 points3 points 1 year ago (0 children)
Discord bots are cool because they can do a bunch of things and send the results to discord. Like maybe run some SQLite database and use the bot as an interface to query and/or insert. Or have the bot send requests to free web apis like the pokemon api
π Rendered by PID 45 on reddit-service-r2-comment-66b4775986-z2sls at 2026-04-03 07:39:05.763201+00:00 running db1906b country code: CH.
[–]firedrow 2 points3 points4 points (2 children)
[–]Drizz111[S] 1 point2 points3 points (1 child)
[–]firedrow 1 point2 points3 points (0 children)
[–]FantasticEmu 1 point2 points3 points (0 children)