Recently I wrote a blog post about how I don't worry about Python losing users
[https://snarky.ca/why-i-dont-worry-about-python-losing-users/]. Within minutes I
had people asking about Python's usage, which
I just had a need to read two files that were line-delimited lists of domains,
consolidate the data, and then output the domains sorted and all lowercased to a
new file. It took
When I posted on Google+ about Python 3.4.1 being released
[https://plus.google.com/107826054989536826392/posts/XW1ajDL3vQh] it led to
various comments on the post and it made me realize how
I just released caniusepython3 [https://pypi.python.org/pypi/caniusepython3]
1.1.0 to PyPI. Various tweaks and fixes as is usual with a N.1 release, but
there is one neat, new
Having been so heavily involved with the creation of Python 3, I'm constantly
trying to figure out ways to help more of the community make the switch. While
doing what I