Does Python have a package/module management system?
Recent progress March 2014: Good news! Python 3.4 ships with Pip. Pip has long been Python’s de-facto standard package manager. You can install a package like this: pip install httpie Wahey! This is the best feature of any Python release. It makes the community’s wealth of libraries accessible to everyone. Newbies are no longer excluded … Read more