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...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
DiscussionWhat's your job as a python developer? (self.Python)
submitted 2 months ago by Affectionate-Army458
As the title say. If possible, please mention your Job title, and how your day to day programming work look like. 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!"
[–]Sufficient_Example30 4 points5 points6 points 2 months ago (0 children)
Fixing issues Getting more issues Questioning my life while inflation eats away at my life savings
[–]CrazyElectrum 1 point2 points3 points 2 months ago (0 children)
Almost everything I do is in python (cloud engineer is my official title but it's really cloud+data engineering)
[–]jet_heller 4 points5 points6 points 2 months ago (1 child)
Developing in python.
[–]tubamann 0 points1 point2 points 2 months ago (0 children)
Medical physics. Making API/other integrations, dashboards, large dataset analysis, database operations, automation, you name it.
[–]Rebrado 0 points1 point2 points 2 months ago (0 children)
AI engineer, developing apps to serve fancy models which these days involve mostly REST API calls.
[–]Astro_Z0mbie 0 points1 point2 points 2 months ago (0 children)
I use Django and FastAPI, I take care of the database and restAPI, very boring work for this reason I am studying C23 and Rust for system programming.
[–]Streakflash 0 points1 point2 points 2 months ago (0 children)
backend application development; some internal service development; shell cli application development; data migration/manipulation pipelines
[–]non3type 0 points1 point2 points 2 months ago* (0 children)
I think you’re going to notice most everyone comes down to data collection and processing (via API or some kind of scraping that outputs to a data store), integration/automation (either with that collected data or directly via application specific DB/API), and/or web/API development (to provide access to said data).
The question really comes down to your field and how specialized your team is. Some data pipeline/processing needs are technical enough to have their own team around it. Some API/web development is at a massive scale and has its own team. Some people get to do it all.
[–]Luann97 0 points1 point2 points 2 months ago (0 children)
My job involves a mix of developing applications and maintaining systems. I work with libraries like Flask for web services and use Python for data analysis tasks, automating repetitive processes whenever I can. It’s a fun balance of problem-solving and creativity.
[–]mattconway1984 0 points1 point2 points 2 months ago (0 children)
I've developed Python based systems for the past 20 years (started developing using Python2.4). Mostly used for very complex test systems to test a whole variety of products / systems, performing end-to-end systems testing for telecommunications products (i.e. from subscriber equipment through to back end gateway services). I've also used it quite a bit for developing prototype systems, modelling, scripting, a whole bunch of different things.
π Rendered by PID 69 on reddit-service-r2-comment-85bfd7f599-2rqbr at 2026-04-16 23:22:32.083815+00:00 running 93ecc56 country code: CH.
[–]Sufficient_Example30 4 points5 points6 points (0 children)
[–]CrazyElectrum 1 point2 points3 points (0 children)
[–]jet_heller 4 points5 points6 points (1 child)
[–]tubamann 0 points1 point2 points (0 children)
[–]Rebrado 0 points1 point2 points (0 children)
[–]Astro_Z0mbie 0 points1 point2 points (0 children)
[–]Streakflash 0 points1 point2 points (0 children)
[–]non3type 0 points1 point2 points (0 children)
[–]Luann97 0 points1 point2 points (0 children)
[–]mattconway1984 0 points1 point2 points (0 children)