I wonder how many people realize that Python has a lot of syntactic sugar
[https://en.wikipedia.org/wiki/Syntactic_sugar]? I'm not claiming it's like a
Lisp-based language
Why ask this question?
It's no secret that I want a Python implementation for WebAssembly
[https://webassembly.org/]. It would not only get Python into the browser, but
with the fact
For the Python extension for VS Code
[https://marketplace.visualstudio.com/items?itemName=ms-python.python], I wrote
a simple script for generating our changelog
[https://github.com/microsoft/vscode-python/tree/master/news] (think
Recently on Twitter there was a maintainer of a Python project who had a couple
of bugs filed against their project due to builds failing (this particular
project doesn't provide wheels,
When people start learning Python, they often will come across a package they
want to try and it will usually start with "just pip install it!" The problem
with that advice