Fixing gevent Installation Errors on OS X 10.11
A fix for gevent installation failures on OS X 10.11 caused by the protected system Python and bundled six package.
23 posts, newest first.
A fix for gevent installation failures on OS X 10.11 caused by the protected system Python and bundled six package.
An explanation of Python's lexicographic tuple comparison rules, including what happens when tuple lengths differ.
A guide to Python object identity, the is operator, and the implementation details that can make immutable objects share identities.
Instructions for selecting and configuring a Chinese PyPI mirror in pip for temporary or persistent use.
A set of practical Python examples covering default values, copying, date conversion, iterators, parity, and dictionaries.
An evolving reading list of useful Python articles, language notes, and implementation examples.
A curated, evolving index of Django resources covering requests, responses, templates, and comparisons with Rails.