diff --git a/.gitignore b/.gitignore index 2a8ca5c..d2bc85a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site *.swp Gemfile.lock +*~ +.DS_Store \ No newline at end of file diff --git a/pages/python-resources.md b/pages/python-resources.md index dd8c93a..9aec2e5 100644 --- a/pages/python-resources.md +++ b/pages/python-resources.md @@ -34,10 +34,12 @@ title: Resources for Python ### The definitive Python Package Index (aka CheeseShop) * [PyPI](http://pypi.python.org/pypi) +* [Wheel](https://pypi.python.org/pypi/wheel) ### Discussion Forums * [Http interface to comp.lang.python via google groups](https://groups.google.com/forum/?fromgroups#!forum/comp.lang.python) * [Stack Overflow Q&A related to Python](http://stackoverflow.com/questions/tagged/python) +* [Stack Overflow Q&A related to Python 3.x](http://stackoverflow.com/questions/tagged/python-3.x) ### Other Python interest groups * [Python India](http://python.org.in)