There was a question at work about what the most popular Docker container image
for running Python code was? I didn't have an answer, so I asked on Twitter to
see
On Wednesday, October 25th, I gave a workshop at PyLadies Vancouver
[http://www.pyladies.com/locations/vancouver/] on how to package up your code
and put it up on PyPI [https://pypi.org/
I recently helped someone release their first project on PyPI and I was asked
why I did version numbers the way I did, so I figured I would share where my
current thinking
I was reading the latest issue of Pycoder's Weekly [http://pycoders.com/] and
they mentioned Thomas Kluyver's pull request
[https://github.com/pypa/pip/pull/4144] to implement PEP
While developing the CLA bot for CPython
[https://github.com/python/the-knights-who-say-ni] (aka, the Knights Who Say
Ni), I decided to make it asynchronous, partially for performance reasons but
also because I simply