🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
@python_practice
2.74K
subscribers
124
photos
106
files
4.12K
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.74K subscribers
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/TtsGGTRYPk4
YouTube
Python - Ejercicio 580: Crear una Enumeración para Representar Colores Básicos
Crear una Enumeración para Representar Colores Básicos con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Q-amUlW2StI
YouTube
Python - Ejercicio 581: Crear un Diccionario Ordenado con la Clase Incorporada OrderedDict
Crear un Diccionario Ordenado con la Clase Incorporada OrderedDict con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/a-_e_7CRhwI
YouTube
👉
¿Cómo utilizar Python y Alpaca para crear un sistema de Trading Automático?
En este video, te enseñaré cómo utilizar Python y la API de Alpaca para crear un sistema de trading automático. Aprenderás cómo obtener los datos históricos de cotizaciones de acciones, cómo analizar los datos técnicos y cómo programar un algoritmo que tome…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/sn0lZ4BXM38
YouTube
Python - Ejercicio 582: Crear una Enumeración para Representar los Nombres de los Días de la Semana
Crear una Enumeración para Representar los Nombres de los Días de la Semana con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://www.adafruitdaily.com/2023/04/11/python-on-microcontrollers-newsletter-new-raspberry-pi-code-editor-pycon-us-this-month-and-much-more-circuitpython-python-micropython-thepsf-raspberry_pi/
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/cPB838HIfH0
YouTube
Crear tus propios módulos en Python
Los módulos de #python son como cajitas de herramientas que contienen herramientas especiales que puedes usar en tus programas. ¿Quieres calcular la raíz cuadrada de un número? ¡Hay un módulo para eso! ¿Necesitas conectarte a una base de datos? ¡Hay un módulo…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/3d4HwHc2kqo
YouTube
Python - Ejercicio 583: Comparar si Dos Listas no Ordenadas Contienen los Mismos Elementos
Comparar si Dos Listas no Ordenadas Contienen los Mismos Elementos con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://spectrum.ieee.org/python-compiler
IEEE Spectrum
MIT Turbocharges Python’s Notoriously Slow Compiler
Codon lets users run Python code as efficiently as C or C++
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Fk7XLOgd0jo
YouTube
Python - Ejercicio 584: Crear un Objeto array e Iterar cada uno de sus Elementos en un Ciclo for
Crear un Objeto array e Iterar cada uno de sus Elementos en un Ciclo for con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/1b4tdzB96Qo
YouTube
Python - Ejercicio 585: Consultar el Tamaño en Bytes de los Elementos de un Objeto array
Consultar el Tamaño en Bytes de los Elementos de un Objeto array con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/TxtIetWORYI
YouTube
Python - Ejercicio 586: Consultar la Información de Búfer de un Objeto array con buffer_info()
Consultar la Información de Búfer de un Objeto array con buffer_info() con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/courses/ordereddict-python/
Realpython
Using OrderedDict in Python – Real Python
In this video course, you'll learn what Python's OrderedDict is and how to use it in your code. You'll also learn about the main differences between regular dictionaries and ordered dictionaries.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/7UVuY9wU5Eg
YouTube
Python - Ejercicio 587: Usar len() para Consultar la Cantidad de Elementos de un Objeto array
Usar len() para Consultar la Cantidad de Elementos de un Objeto array con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/RK4jO4PFSGE
YouTube
Python - Ejercicio 589: Convertir un Objeto array a su Representación Máquina en Bytes
Convertir un Objeto array a su Representación Máquina en Bytes con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/7iENYQUTOz8
YouTube
Python - Ejercicio 591: Uso Básico de la Estructura de Datos Incorporada heapq
Uso Básico de la Estructura de Datos Incorporada heapq con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/V39kShRNefE
YouTube
Python - Ejercicio 592: Extraer Elementos de un Objeto heapq con el Método heappop()
Extraer Elementos de un Objeto heapq con el Método heappop() con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
50+ OOP Interview Questions.pdf
245.8 KB
Correos electrónicos 50+ OOP Interview Questions.pdf
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/RuZhGTGLic0
YouTube
Python - Ejercicio 593: Extraer y Agregar Elementos a una Estructura de Datos heapq
Extraer y Agregar Elementos a una Estructura de Datos heapq con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/RuZhGTGLic0
YouTube
Python - Ejercicio 593: Extraer y Agregar Elementos a una Estructura de Datos heapq
Extraer y Agregar Elementos a una Estructura de Datos heapq con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/G3gUu5zaLQ0
YouTube
Python - Ejercicio 594: Crear una Función para Ordenar una Estructura de Datos heapq
Crear un Función para Ordenar una Estructura de Datos heapq con el lenguaje de programación Python.
https://github.com/Fhernd/PythonEjercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/python-pathlib/
Realpython
Python's pathlib Module: Taming the File System – Real Python
Python's pathlib module enables you to handle file and folder paths in a modern way. This built-in module provides intuitive semantics that work the same way on different operating systems. In this tutorial, you'll get to know pathlib and explore common tasks…