development:python:start

Diferències

Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.

Enllaç a la visualització de la comparació

Ambdós costats versió prèvia Revisió prèvia
Següent revisió
Revisió prèvia
development:python:start [17/11/2023 03:06] – [best practices] matedevelopment:python:start [10/10/2024 05:35] (actual) – [more] mate
Línia 1: Línia 1:
 = PYTHON = PYTHON
 {{tag>development python}} {{tag>development python}}
 +== doc
 +  * [[info:cursos:pue:python-pcpp1|]]
 +  * [[info:cursos:pue:python|]]
 +  * [[info:cursos:udemy:python-mega-course]]
 +
 == install == install
 === best practices === best practices
   * entornos virtuales: [[development:python:entornos-virtuales]]   * entornos virtuales: [[development:python:entornos-virtuales]]
   * paquetes: [[development:python:pip]]   * paquetes: [[development:python:pip]]
 +  * instalar varias versiones python: [[https://medium.com/@julgq/instalando-m%C3%BAltiples-versiones-de-python-en-linux-ubuntu-20-04-2-lts-9f163c046cc5]]
 +  * How to use Python’s **py** launcher for Windows: [[https://www.infoworld.com/article/3617292/how-to-use-pythons-py-launcher-for-windows.html]]
  
   * Use ''Poetry'' for package management: <code bash>curl -sSL https://install.python-poetry.org | python3 -</code>   * Use ''Poetry'' for package management: <code bash>curl -sSL https://install.python-poetry.org | python3 -</code>
Línia 53: Línia 60:
  
 === more === more
-  Tkinter (GUI) [[https://wiki.python.org/moin/TkInter]]<code>sudo apt-get install python python3-tk</code> +==== built-in 
-  * functools -> cache +  * [[development:python:aberraciones]]
-  * PyLogo -> import Turtle+
   * [[development:python:strings]]   * [[development:python:strings]]
-  * [[development:python:trace]]+  * [[development:python:iterables]] 
 +  * [[development:python:typehint]] 
 +  * [[development:python:datetime]] 
 +  * [[development:python:excepciones]] 
 +  * [[development:python:decorators]] 
 +  * [[https://geekflare.com/es/magic-methods-in-python/|magic methods]] 
 +    * [[https://medium.com/@johnidouglasmarangon/using-call-method-to-invoke-class-instance-as-a-function-f61396145567]] 
 +  * [[https://medium.com/@miguel.amezola/demystifying-python-metaclasses-understanding-and-harnessing-the-power-of-custom-class-creation-d7dff7b68de8|metaclases]] 
 +  * [[https://www.freecodecamp.org/espanol/news/expresiones-lambda-en-python/|lambda o funciones anónimas]] 
 + 
 +==== librerias
   * [[development:python:from]]   * [[development:python:from]]
 +  * [[development:python:pyodbc]]
 +  * [[development:python:pycurl]]
 +  * [[development:python:pandas]]
 +  * [[development:python:bokeh]]
 +
 +==== otros
 +  * Tkinter (GUI):
 +    * [[https://wiki.python.org/moin/TkInter]]
 +    * <code>sudo apt-get install python python3-tk</code>
 +  * functools -> cache
   * Microsoft Access/SQL Server (PTE)   * Microsoft Access/SQL Server (PTE)
     * https://docs.microsoft.com/en-us/sql/connect/python/pyodbc/python-sql-driver-pyodbc?view=sql-server-ver16     * https://docs.microsoft.com/en-us/sql/connect/python/pyodbc/python-sql-driver-pyodbc?view=sql-server-ver16
  • development/python/start.1700219203.txt.gz
  • Darrera modificació: 17/11/2023 03:06
  • per mate