Today I committed a heavily updated version of the Python 2/3 porting HOWTO
[https://docs.python.org/3.5/howto/pyporting.html]. Basically the doc has
shifted from suggesting you use 2to3
When Python 2.7.9rc1 was released, I shared the news
[https://plus.google.com/+Python/posts/hCqdZbrTZw8] through the +Python
[https://plus.google.com/+Python/] Google+ account. Comments on the post ranged
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