While at PyCon this year, someone pointed out that the hope/goal/expectation
when Python 3 was released was to have over 50% of new projects using Python 3
within five years, and
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