A Python library that also builds out your deployment too.
The whole IAC thing bothers me because people say "code" but it's almost never actually code. This looks like it might end up actually putting the code in IAC.
A Python library that also builds out your deployment too.
The whole IAC thing bothers me because people say "code" but it's almost never actually code. This looks like it might end up actually putting the code in IAC.
An amusing take on async/await being sprinkled all over a language. While this is aimed more at the JavaScript crowd, I think the Python folk can relate too.
There are some good points here, and some good descriptions of the sort of frustration that can be felt. At the same time there are also some not-quite-sensible aspects to it as well.
Still a fun read.
Instagram scaled from 0 to 14 million users in just over a year, from October 2010 to December 2011. They did this with only 3 engineers.
They did this by following 3 key principles and having a reliable tech stack.
Possible replacement for pipenv. Seems to do a lot of what I would need, and perhaps some more; but also appears to be missing some things I do find useful about pipenv.
For example: I do like how pipenv sweeps up the whole venv thing in what feels like a sensible way. poetry doesn't appear to handle that sort of thing (by design, as far as I can tell).
Blog post that does a good job of outlining some of the issues I have too with type checking in Python.
See the following for some correction of what's said: https://news.ycombinator.com/item?id=20159153