Python- , - . Python:
, Python.
- .
Python . virtualenv venv:
python -m venv myenv
:
Windows:
myenv\Scripts\activate
Linux/Mac:
source myenv/bin/activate
:
pip install -r requirements.txt
, .
- . Python WSGI- (, Gunicorn, uWSGI). , :
pip install gunicorn
gunicorn -w 4 myapp:app
-, Nginx Apache, WSGI-.
DNS .
:
gunicorn -w 4 myapp:app
, , , SSL- (HTTPS).
, , .
, -. - .