hjjae2 / python-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing python2

  1. Error: socket.error: [Errno 99] Cannot assign requested address
  • jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root
  1. pip install test
  • pip install pip-install-test
  • import pip_install_test
  1. pip install (force reinstall)
  • pip install django==2.2 --force-reinstall
  1. pip install list
  • django, flask, gunicorn (default)
  • numpy, pandas
  • openpyxl, xlrd
  • pytest
  1. Django port
  • python manage.py runserver 0.0.0.0:8080

Testing python3

  1. pip install test
  • pip install pip-install-test
  • import pip_install_test
  1. Django port
  • python manage.py runserver 0.0.0.0:8080
  1. Run Tutorial-DRF project

  2. Install jupyter notebook

  1. Using gunicorn

PIP install list

  • django, flask, gunicorn (default)
  • numpy, pandas
  • openpyxl, xlrd
  • pytest
  • jupyter notebook

About


Languages

Language:Python 66.5%Language:HTML 30.9%Language:Jupyter Notebook 2.6%