Instalando Python corretamente.

../_images/36137232412_fdcb0f84eb_k_d.jpg

Há uma boa chance the que você já tenha Python instalado em seu sistema operacional.

Se for o caso, você não precisa instalar ou configurar mais nada para usar Python. Dito isso, eu recomendo fortemente que você instale as ferramentas e bibliotecas descritas nos guias abaixo antes de construir seus aplicativos em Python para usar no mundo real. Em particular, você deve sempre instalar Setuptools, Pip e Virtualenv - essas ferramentas facilitam muito o uso de outras bibliotecas de Python.

Nota

The use of Python 3 is highly preferred over Python 2. Consider upgrading your applications and infrastructure if you find yourself still using Python 2 in production today. If you are using Python 3, congratulations — you are indeed a person of excellent taste. —Kenneth Reitz

Guias de Instalação

Esses guias cobre a instalação de Python para desenvolviment, bem como o setuptools, Pip e virtualenv.