🇪🇸
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://realpython.com/build-a-python-url-shortener-with-fastapi/
Realpython
Build a URL Shortener With FastAPI and Python – Real Python
In this step-by-step project, you'll build an app to create and manage shortened URLs. Your Python URL shortener can receive a full target URL and return a shortened URL. You'll also use the automatically created documentation of FastAPI to try out your API…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/5yGl8FUk0Nc
YouTube
Python 3 - Receta 246: Manipular Excepciones con un Bloque try..except
Manipular Excepciones con un Bloque try..except con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/MLdnNyd10tc
YouTube
Python - Ejercicio 442: Agregar Elementos a un Objeto Conjunto con el Método de Instancia add()
Agregar Elementos a un Objeto Conjunto con el Método de Instancia add() con el lenguaje de programación Python.
https://gist.github.com/Fhernd/6743260668de250d1a54694b58272e13
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/5dqQmhBvRX4
YouTube
27.- Aprender programación para niños con Python. Practicas con listas.
Videotutorial número 27 de Aprender programación para niños con Python, en el que terminamos de ver las lists. Diferencias entre los métodos append( ) y extend( ); Uso del método count( ); dos soluciones al desafío; métodos insert( ); index( ), reverse( )…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/JpeM1J3OD6s
YouTube
Cap.14 Python - Bucles I
Serie de 80 capítulos para aprender a programar en Python de forma sencilla y amena.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://www.pythonguis.com/tutorials/packaging-pyqt6-applications-windows-pyinstaller/?s=09
Python GUIs
Packaging PyQt6 applications for Windows, with PyInstaller & InstallForge
Turn your PyQt6 application into a distributable installer for Windows. There is not much fun in creating your own desktop applications if you can't share them with other people — whether than means publishing it commercially, sharing it online or just giving…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/ZMdZ1_yZBzc
YouTube
Python 3 - Receta 247: Atrapar Cualquier Tipo de Excepción con la Clase Exception
Atrapar Cualquier Tipo de Excepción con la Clase Exception con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/wj1KVvPGIRw
YouTube
Python - Ejercicio 443: Agregar Múltiples Elementos a un Objeto Conjunto con el Método update()
Agregar Múltiples Elementos a un Objeto Conjunto con el Método update() con el lenguaje de programación Python.
https://gist.github.com/Fhernd/1e854a5edc9ad257af55467d4c5fe660
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/ibJd-Cx7h6Y
YouTube
28. Aprender programación para niños. La función range( )
Videotutorial nº 28 de aprender programación para niños con Python. Lo dedicamos a la función range( ) que nos permite acceder a los índices de strings o listas, para llevar a cabo modificaciones o trabajos con sus contenidos. 7 minutos.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/S55E59y-dmA
YouTube
Cap. 15 Python- Bucles II
Colección de 79 capítulos sobre programación en Python para practicar y entender mejor la programación en este lenguaje.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
Forwarded from
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
Un tutorial para comenzar a utilizar Python.pdf
1.8 MB
Programación Matemática en Python con PULP.pdf
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://www-genbeta-com.cdn.ampproject.org/v/s/www.genbeta.com/actualidad/python-sera-pronto-mucho-rapido-objetivo-acercarse-al-rendimiento-c-su-creador-no-ve-posible-igualarlo/amp?amp_js_v=a6&_gsa=1&usqp=mq331AQIKAGwASCAAgM%3D#aoh=16527997958912&csi=0&referrer=https%3A%2F%2Fwww.google.com&_tf=De%20%251%24s&share=https%3A%2F%2Fwww.genbeta.com%2Factualidad%2Fpython-sera-pronto-mucho-rapido-objetivo-acercarse-al-rendimiento-c-su-creador-no-ve-posible-igualarlo
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/pmW1u1ylJeo
YouTube
Cap.16 Python- Bucles III
Colección de 79 capítulos para aprender Python de forma sencilla y amena.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/TsLZks4i6v8
YouTube
Python 3 - Receta 248: Crear una Excepción Personalizada a partir de la Clase Exception
Crear una Excepción Personalizada a partir de la Clase Exception con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/VrOEPfnbIw4
YouTube
Python - Ejercicio 444: Remover Elementos de un Objeto Conjunto con el Método de Instancia pop()
Remover Elementos de un Objeto Conjunto con el Método de Instancia pop() con el lenguaje de programación Python.
https://gist.github.com/Fhernd/6eb63f68881d73944162869faf1cdc44
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Z3JmOFgQcXo
YouTube
29.- Aprender programación para niños con Python. Listas anidadas.
Videotutorial nº 29 de Aprender programación para niños con Python. Listas anidadas. Incluir listas dentro de las listas; Acceder a items de las interlistas; Crear una función que accede a items de las lista anidadas. 9 minutos.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://computerhoy.com/noticias/software/aprende-programar-python-tan-solo-ver-imagen-34601
ComputerHoy
Aprende a programar en Python tan solo con ver una imagen
Una imagen no sólo vale más que mil palabras sino que también basta para aprender todo un lenguaje de programación. ¿No te lo crees? Compruébalo tú mismo...
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://github.com/coodict/python3-in-one-pic
GitHub
GitHub - rainyear/python3-in-one-pic: Learn python3 in one picture.
Learn python3 in one picture. Contribute to rainyear/python3-in-one-pic development by creating an account on GitHub.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/eHxtCwksOu4
YouTube
Python 3 - Receta 249: Lanzar una Exepción en Respuesta a otra Excepción con from
Lanzar una Exepción en Respuesta a otra Excepción con from con el lenguaje de programación Python 3.
https://github.com/Fhernd/Python3-Recetas
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/gYscRuMSfpg
YouTube
Python - Ejercicio 445: Remover un Elemento de un Conjunto Si Está Disponible con discard()
Remover un Elemento de un Conjunto Si Está Disponible con el Método discard() con el lenguaje de programación Python.
https://gist.github.com/Fhernd/263454620d83a3f2e2822ec0157aa307