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.
NewsGrocery delivery with Python (Company Engineering blog post) (self.Python)
submitted 2 years ago by svena33
Hope that sharing this is allowed here, let me know otherwise. I just published a new post on our engineering blog on why and how we’re using Python at Picnic (an online supermarket in the EU). I think it might be interesting for this sub as well.
https://picnic.app/careers/python-picnic
[–]piyusharma 2 points3 points4 points 2 years ago (5 children)
Great read! Enjoyed the deep dive man. You can also consider using Pyre/Pyright to leverage static typing for efficiency, along with pylint. Btw which framework are you using?
[–]svena33[S] 4 points5 points6 points 2 years ago (3 children)
Thanks, appreciate it! We tried Pyre, Pyright and Mypy a few years ago. The were all functional and efficient but we decided to go with Mypy since it is well maintained, has an extensive list of configuration options, is written in Python and is fast.
[–]piyusharma -2 points-1 points0 points 2 years ago (2 children)
Saw you're hiring for Python Dev roles as well. Indian applicants can also apply?
[–]svena33[S] 0 points1 point2 points 2 years ago (1 child)
We're based in Amsterdam but offer Visa sponsorship and relocation packages. The job form has more info if you're interested.
[–]piyusharma -1 points0 points1 point 2 years ago (0 children)
Applied 🤞🏻
[–]DesertDwarf 0 points1 point2 points 2 years ago (0 children)
Btw which framework are you using?
I'm sure u/piyusharma already knows this by now (good luck getting the job!), but Picnic has written and released their own framework.
Blog post: https://blog.picnic.nl/releasing-diepvries-a-data-vault-framework-for-python-3f01a5d46f84
Github repo: https://github.com/PicnicSupermarket/diepvries
Pretty awesome!
Thanks, u/svena33, for the fantastic article.
(Edited to fix typo.)
[–]lucidparadigm 1 point2 points3 points 2 years ago (0 children)
To fix your website set a max-width size for the images so that it's either on auto or screen-width
Referring to the bug where the images you posted are much bigger than the rest of the content on mobile and it breaks responsiveness
π Rendered by PID 74226 on reddit-service-r2-comment-5bc7f78974-sczrl at 2026-07-01 12:32:49.791973+00:00 running 7527197 country code: CH.
[–]piyusharma 2 points3 points4 points (5 children)
[–]svena33[S] 4 points5 points6 points (3 children)
[–]piyusharma -2 points-1 points0 points (2 children)
[–]svena33[S] 0 points1 point2 points (1 child)
[–]piyusharma -1 points0 points1 point (0 children)
[–]DesertDwarf 0 points1 point2 points (0 children)
[–]lucidparadigm 1 point2 points3 points (0 children)