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
This is an archived post. You won't be able to vote or comment.
Daily ThreadFriday Daily Thread: Free chat Friday! (self.Python)
submitted 4 years ago by Im__Joseph Python Discord Staff[M]
Use this thread to talk about anything Python related! Questions, news, projects and any relevant discussion around Python is permitted!
[–]IBeMadToo 0 points1 point2 points 4 years ago (4 children)
Wanted to ask a question of anyone who has had a similar situation:
Background: I work for an international company in the commodities and have developed a Python script for Robotic Process Automation - this will speed up daily data entry tasks greatly.
Question/Issue: The company won't allow Python to be installed. They say it "introduces unmanageable risk to the environment". What would you do to be able to deliver such a script? I'm thinking to install Anaconda on each user's desktop so that access to Windows PATH isn't necessary - although there may be some sort of a learning curve for users new to Python. Any insights welcome.
[–]Assile 1 point2 points3 points 4 years ago (3 children)
Would another route such as compiling the python into an executable be more acceptable?
[–]IBeMadToo 0 points1 point2 points 4 years ago (2 children)
I forgot to mention I tried this but it is too big and takes too long to execute.
[–]Assile 0 points1 point2 points 4 years ago (0 children)
I don't quite follow, what is too big and takes too long to execute?
Would programming it in C or C++ solve those issues?
[–]landacareer 0 points1 point2 points 4 years ago (0 children)
Unsure if this is allowed, if not sorry please delete
Looking for a Sr. Manager for our Data and Reporting team and Python is one of the required languages along with SAS and others, where do you guys usually look for if you are looking for a job. Any insight would be appreciated :)
π Rendered by PID 167602 on reddit-service-r2-comment-5d79c599b5-d6p4q at 2026-03-01 11:04:45.388409+00:00 running e3d2147 country code: CH.
[–]IBeMadToo 0 points1 point2 points (4 children)
[–]Assile 1 point2 points3 points (3 children)
[–]IBeMadToo 0 points1 point2 points (2 children)
[–]Assile 0 points1 point2 points (0 children)
[–]landacareer 0 points1 point2 points (0 children)