Public

#python #programming
What Color is Your Function? – journal.stuffwithstuff.com
What Color is Your Function? – journal.stuffwithstuff.com

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.

·journal.stuffwithstuff.com·
What Color is Your Function? – journal.stuffwithstuff.com
GitHub - sdispater/poetry: Python dependency management and packaging made easy.
GitHub - sdispater/poetry: Python dependency management and packaging made easy.

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).

·github.com·
GitHub - sdispater/poetry: Python dependency management and packaging made easy.