Coding /
PythonPythonInstalling
Setup (with conda)
Create new environment with a specific version of python, including some packages/libraries:
(work within the environment)
Potentially outdated info: Apparently, Apple now uses a compiler that treats unknown arguments as hard errors and this can break pip installs. A temporary workaround is to use the following command every time pip is used (source):
Also likely to affect Homebrew et al. Useful libraries
IDEs
References
Resources
Django= framework for building web applications in Python. Alternatives
DeploymentPossibilities:
Info on deploying in the Django book. Using FastCGI References
|