PYTHON: mudanças entre as edições
		
		
		
		Ir para navegação
		Ir para pesquisar
		
| Sem resumo de edição | |||
| Linha 22: | Linha 22: | ||
| *[https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.html OpenCV Histogram] | *[https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.html OpenCV Histogram] | ||
| *[https://docs.opencv.org/2.4/doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.html#histogram-calculation OpenCV Histogram Calculation] | *[https://docs.opencv.org/2.4/doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.html#histogram-calculation OpenCV Histogram Calculation] | ||
| *[https://docs.python-guide.org/writing/structure/ Structuring Your Project] | |||
Edição das 20h01min de 3 de dezembro de 2019
Python
Reference
Frameworks
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"