🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
@python_practice
2.73K
subscribers
124
photos
106
files
4.1K
links
Docs, news, links, referencias de código y proyectos en Python para practicar y entender mejor este fascinante lenguaje.
Recursos:
@python_practice_books
@MycroPython
,
@blocklycode
,
@miprochip_com
@miproshop
¡Juega con Python y aprenderás!
Download Telegram
Join
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
2.73K subscribers
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/aplD-ijsO2k?feature=shared
YouTube
Python 3 - Receta 116: Uso del Módulo pprint
Uso del Módulo pprint con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/ll6kGwWw9_g?feature=shared
YouTube
Python 3 - Receta 117: Crear Enumeraciones o Conjunto de Constantes
Crear Enumeraciones o Conjunto de Constantes con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Nj4iSPU6WT0?feature=shared
YouTube
Python 3 - Receta 118: Realizar Estadísticas y Resúmenes sobre Datos con la Librería pandas
Realizar Estadísticas y Resúmenes sobre Datos con la Librería pandas con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/tkdfZ6Vw5qg?feature=shared
YouTube
Python 3 - Receta 119: Escribir una Función que Acepte Cualquier Cantidad de Argumentos
Escribir una Función que Acepte Cualquier Cantidad de Argumentos
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/L-oEATf_4D8?feature=shared
YouTube
Python 3 - Receta 120: Crear una Función que Sólo Acepte Argumentos Nombrados
Crear una Función que Sólo Acepte Argumentos Nombrados con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/1g6HbJ0IxjA?feature=shared
YouTube
Python 3 - Receta 121: Agregar Metadatos a los Argumentos de una Función
Agregar Metadatos a los Argumentos de una Función con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/oSiLGGhAj2g?feature=shared
YouTube
Python 3 - Receat 122: Retornar Múltiples Valores desde una Función
Retornar Múltiples Valores desde una Función con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/mEdV7p_mi20?feature=shared
YouTube
Python 3 - Receta 123: Definir una Función con Argumentos por Defecto
Definir una Función con Argumentos por Defecto con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Sw4pw5YUVu0?feature=shared
YouTube
Python 3 - Receta 124: Definir una Función Anónima
Definir una Función Anónima con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/p2gh5q6zJhs?feature=shared
YouTube
Python 3 - Receta 125: Capturar Variables en una Función Anónima
Capturar Variables en una Función Anónima con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/RI3mRNkUC40?feature=shared
YouTube
Python 3 - Receta 126: Crear una Función Derivada
Crear una Función Derivada con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/xC6ILik6Qo4?feature=shared
YouTube
Python 3 - Receta 127: Simplificar una Clase por Medio de una Función
Simplificar una Clase por Medio de una Función con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/tjTNhC4Q2Nc?feature=shared
YouTube
Python 3 - Receta 128: Pasar Datos Adicionales a una Función Tipo Callback
Pasar Datos Adicionales a una Función Tipo Callback con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/uhN63ZNz6WI?feature=shared
YouTube
Python 3 - Receta 129: Pasar Datos Adicionales a un Callback Inline
Pasar Datos Adicionales a un Callback Inline con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Zk8_e0hd4EI?feature=shared
YouTube
Python 3 - Receta 130: Acceder a las Variables Definidas Dentro de un Closure
Acceder a las Variables Definidas Dentro de un Closure con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/asjDp6J08A8?feature=shared
YouTube
Python 3 - Ejercicio 131: Cambiar la Representación de Cadena de Caracteres de un Objeto
Cambiar la Representación de Cadena de Caracteres de un Objeto con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/NtikXkpDXp4?feature=shared
YouTube
Python 3 - Receta 132: Personalizar el Formato de Cadenas de Caracteres en una Clase
Personalizar el Formato de Cadenas de Caracteres en una Clase con el lenguaje programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/V_DJTNpRF8I?feature=shared
YouTube
Python 3 - Receta 133: Soportar el Protocolo de Gestión de Conexto sobre una Clase
Soportar el Protocolo de Gestión de Conexto sobre una Clase con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/a8RCxyX0bEE?feature=shared
YouTube
Python 3 - Receta 134: Reducir el Uso de Memoria con el Especificador __slots__
Reducir el Uso de Memoria con el Especificador __slots__ con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
👍
1
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/J8mStSq0OIQ?feature=shared
YouTube
Python 3 - Receta 135: Encapsular Camps y Métodos en una Clase
Encapsular Camps y Métodos en una Clase con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas