Diferencia entre revisiones de «Python»

De Wiki Proyectos Beta
Ir a la navegación Ir a la búsqueda
(Página creada con «= Recursos = * Sitio oficial de Python [https://www.python.org/ EN] * Documentación oficial de Python[https://www.python.org/doc/ EN] * Python 3.10 ChangeLog: [https://docs.python.org/3/whatsnew/3.10.html EN] * Python: The Right Way: [https://learnpythontherightway.com/ EN] * Libro PDF: [https://python-intermedio.readthedocs.io/_/downloads/es/latest/pdf/ ES] * Python Standard Library [https://docs.python.org/3/library/ EN] * Código fuente [https://github.com/python…»)
 
Línea 1: Línea 1:
= Recursos =
= Recursos =


* Sitio oficial de Python [https://www.python.org/ EN]
* Sitio oficial de Python: [https://www.python.org/ EN]
* Documentación oficial de Python[https://www.python.org/doc/ EN]
* Documentación oficial de Python: [https://www.python.org/doc/ EN]
* Python 3.10 ChangeLog: [https://docs.python.org/3/whatsnew/3.10.html EN]
* Python 3.10 ChangeLog: [https://docs.python.org/3/whatsnew/3.10.html EN]
* Python: The Right Way: [https://learnpythontherightway.com/ EN]
* Python: The Right Way: [https://learnpythontherightway.com/ EN]
* Libro PDF: [https://python-intermedio.readthedocs.io/_/downloads/es/latest/pdf/ ES]
* Libro PDF: [https://python-intermedio.readthedocs.io/_/downloads/es/latest/pdf/ ES]
* Python Standard Library [https://docs.python.org/3/library/ EN]
* Python Standard Library: [https://docs.python.org/3/library/ EN]
* Código fuente [https://github.com/python/cpython EN]
* Código fuente [https://github.com/python/cpython EN]


Línea 15: Línea 15:
== Canales YouTube ==
== Canales YouTube ==


* FreeCodeCamp [https://www.youtube.com/c/Freecodecamp EN]
* FreeCodeCamp: [https://www.youtube.com/c/Freecodecamp EN]
* AlgoriSoft - Curso Django [https://www.youtube.com/c/AlgoriSoft ES]
* AlgoriSoft - Curso Django: [https://www.youtube.com/c/AlgoriSoft ES]


== Extras ==
== Extras ==

Revisión del 03:52 25 ago 2022

Recursos

  • Sitio oficial de Python: EN
  • Documentación oficial de Python: EN
  • Python 3.10 ChangeLog: EN
  • Python: The Right Way: EN
  • Libro PDF: ES
  • Python Standard Library: EN
  • Código fuente EN

News and blogs

Canales YouTube

  • FreeCodeCamp: EN
  • AlgoriSoft - Curso Django: ES

Extras

  • Imagen oficial docker: EN

Herramientas

Gestores de paquetes

Editores de texto

IDES

  • Pycharm


General

Características

Versiones

Librerías

  • Pillow : Se recomienda utilizar la librería esta especializada en imágenes, proporciona un buen soporte de formato de archivo y capacidades de procesamiento de imágenes muy eficientes para obtener resultados impresionantes.

Frameworks