Ken Colton a0e33fd384 (osx) how to make python reference python3
I noticed that the very next page (which is no longer OSX specific) makes the assumption that `python` will invoke the Python 3 interpreter, while the last mention of versions on this page leaves `python` referencing the OSX System Python interpreter.

I honestly do not know if this is the "correct" way to configure this default. It looks like brew is cautious about symlinking over the native Python 2.7.10 (High Sierra) and they might have good reason. All of my projects are Python 3 now, so i'm ready to "make it ~facebook~ PATH official with Python 3"

Regardless of how it's done - or if it's a bad idea - it's worth mentioning IMO because there is a discontinuity of where this page leaves `python` and where the next page assumes `python` to be.
2018-01-31 22:22:28 -05:00
2016-02-21 18:28:22 -05:00
2016-01-15 18:02:12 -05:00
2017-06-05 12:58:27 -04:00
2012-09-03 04:06:10 -04:00
2012-02-12 22:54:18 +01:00
2017-10-09 21:56:36 -04:00
2016-02-21 18:28:22 -05:00
2016-02-21 18:28:22 -05:00
2011-12-30 16:36:19 -06:00

Hitchhiker's Guide to Python
============================

**Python Best Practices Guidebook**

.. image:: https://farm1.staticflickr.com/628/33173824932_58add34581_k_d.jpg

-----------

**Work in progress. If you'd like to help, please do. There's a lot of work to
be done.**

This guide is currently under heavy development. This opinionated guide
exists to provide both novice and expert Python developers a best practice
handbook to the installation, configuration, and usage of Python on a daily
basis.


Topics include:

- Platform and version-specific installations
- Py2app, Py2exe, bbfreeze, pyInstaller
- Pip
- Numpy, scipy, statpy, pyplot, matplotlib
- Virtualenv
- Fabric
- Exhaustive module recommendations, grouped by topic/purpose
- Which libraries to use for what
- Server configurations & tools for various web frameworks
- Documentation: writing it
- Testing: Jenkins & tox guides
- How to easily interface ``hg`` from ``git``

If you aren't fond of reading reStructuredText, there is an
almost up-to-date `HTML version at docs.python-guide.org
<http://docs.python-guide.org>`_.
S
Description
No description provided
Readme 7.2 MiB
Languages
Batchfile 95.9%
Makefile 4.1%