PYTHON: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
Linha 6: Linha 6:
*http://bottlepy.org/docs/dev/index.html
*http://bottlepy.org/docs/dev/index.html
*https://www.djangoproject.com/
*https://www.djangoproject.com/
=Mirroring a repository=
*[https://pypi.org/project/python-pypi-mirror/ python-pypi-mirror 4.0.2]
=WEB server=
=WEB server=
*python2.7 -m SimpleHTTPServer 8383
*python2.7 -m SimpleHTTPServer 8383

Edição das 22h10min de 31 de janeiro de 2020

Python

Reference

Frameworks

Mirroring a repository

WEB server

  • python2.7 -m SimpleHTTPServer 8383
  • python3 -m http.server 8383

Codificação de terminal

export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"

Ansible em WSL

apt install python-txwinrm python3-winrm -y
pip install "pywinrm>=0.2.2"

Articles