🇪🇸
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/QvY9mJaFBng?feature=shared
YouTube
Python 3 - Receta 138: Extender la Funcionalidad de una Propiedad en una Subclase
Extender la Funcionalidad de una Propiedad en una Subclase con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/PE4M3Ep-MBM?feature=shared
YouTube
Python 3 - Receta 139: Crear un Atributo de Instancia con una Clase Descriptora
Crear un Atributo de Instancia con una Clase Descriptora con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/GUbVzpMolRg?feature=shared
YouTube
Python 3 - Receta 140: Uso de Propiedades de Cómputo Persistente
Uso de Propiedades de Cómputo Persistente con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/K8Ono0ocmhM?feature=shared
YouTube
Python 3 - Receta 141: Simpliar la Inicialización para Estructuras de Datos
Simpliar la Inicialización para Estructuras de Datos con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/H9SnCQvoNHk?feature=shared
YouTube
Python 3 - Receta 142: Crear una Clase y Métodos Abstractos con el Módulo abc
Crear una Clase y Métodos Abstractos con el Módulo abc con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/bIsWFHW7LR0?feature=shared
YouTube
Python 3 - Receta 143: Uso de Variables de Clase
Uso de Variables de Clase con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/TmUBVFESoSw?feature=shared
YouTube
Python 3 - Receta 144: Crear una Colección o Secuencia Personalizada
Crear una Colección o Secuencia Personalizada con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/_PFP5cGxi84?feature=shared
YouTube
Python 3 - Receta 145: Categorizar Datos Numéricos con el Módulo bisect
Categorizar Datos Numéricos con el Módulo bisect con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/t6PMsx97_H8?feature=shared
YouTube
Python 3 - Receta 146: Definir Múltiples Constructores en una Clasea
Definir Múltiples Constructores en 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/ZgtuGk_6Ikw?feature=shared
YouTube
Python 3 - Receta 147: Crear un Objeto de una Clase sin Usar el Método __init__
Crear un Objeto de una Clase sin Usar el Método __init__ con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/YDf5tpeFODM?feature=shared
YouTube
Python 3 - Receta 148: Uso de Polimorfismo en una Jerarquía de Herencia
Uso de Polimorfismo en una Jerarquía de Herencia con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
❤
1
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/wps9b5r36YU?feature=shared
YouTube
Python 3 - Receta 149: Invocar el Constructor de una Superclase en una Jerarquía de Herencia
Invocar el Constructor de una Superclase en una Jerarquía de Herencia con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/BCyQIfOnJYk?feature=shared
YouTube
Python 3 - Receta 150: Invocar un Método a Partir de su Nombre Como Cadena de Caracteres
Invocar un Método a Partir de su Nombre Como Cadena de Caracteres con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/t-ArjP8afKI?feature=shared
YouTube
Python 3 - Receta 151: Agregar Más Miembros a una Clase por medio del Método setattr
Agregar Más Miembros a una Clase por medio del Método setattr con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/B8cdwRBCUI4?feature=shared
YouTube
Python 3 - Receta 152: Eliminar un Atributo o Campo de una Instancia Usando el Método delattr
Eliminar un Atributo o Campo de una Instancia Usando el Método delattr con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/SCcHhcjIpNY?feature=shared
YouTube
Python 3 - Receta 154: Registrar una Clase como Subclase de una Superclase con register
Registrar una Clase como Subclase de una Superclase con register del Módulo abc con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/P1oGs5ltfLU?feature=shared
YouTube
Python 3 - Receta 155: Sobreescribir los Operadores Aritméticos para la Clase Personalizada Fraccion
Sobreescribir los Operadores Aritméticos para la Clase Personalizada Fraccion con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/bLh5eD-MvZI?feature=shared
YouTube
Python 3 - Receta 156: Crear una Función Wrapper para Medir el Tiempo de Ejecución de una Función
Crear una Función Wrapper para Medir el Tiempo de Ejecución 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/sol_KImOPD8?feature=shared
YouTube
Python 3 - Receta 157: Imprimir los Metadatos de una Función Decorada
Imprimir los Metadatos de una Función Decorada con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/HmqUbk6zxEQ?feature=shared
YouTube
Python 3 - Receta 158: Obtener la Función Decorada por Medio del Atributo __wrapped__
Obtener la Función Decorada por Medio del Atributo __wrapped__ con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/zXa__1RAlVg?feature=shared
YouTube
Python 3 - Receta 159: Crear una Función Decoradora que Reciba Argumentos
Crear una Función Decoradora que Reciba Argumentos con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas