🇪🇸
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/account/join/?utm_source=rp&utm_medium=web&utm_campaign=pwn&utm_content=v2
Realpython
Membership – Real Python
Master real-world Python skills with a community of experts.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/flask-connexion-rest-api/?s=09
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part one, you'll build the foundation of your note…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/flask-connexion-rest-api-part-2/?s=09
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 2 – Real Python
In Part 2 of this series, you'll learn how to persist the CRUD operations from the Python-powered REST API created in Part 1 to a database using SQLAlchemy and Marshmallow.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/xu_iV4c9Bm4
YouTube
Videoreceta Python No. 1-10: Iterar una Cadena de Caracteres
Iterar una Cadena de Caracteres utilizando el lenguaje de programación Python.
Repositorio: https://github.com/Fhernd/Recetas-Python
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/IgclkBgz1Fo
YouTube
Python - Ejercicio 93: Obtener el Número de ID de un Objeto por medio de la Función id
Obtener el Número de ID de un Objeto por medio de la Función id con el lenguaje de programación Python.
https://github.com/Fhernd/Python-Ejercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://likegeeks.com/es/ejemplos-de-la-gui-de-python/
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/working-with-files-in-python/?s=09
Realpython
Working With Files in Python – Real Python
In this tutorial, you'll learn how you can work with files in Python by using built-in modules to perform practical tasks that involve groups of files, like renaming them, moving them around, archiving them, and getting their metadata.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://www.pythonpodcast.com/pynguin-automatic-python-unit-tests-episode-316/?s=09
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/nhgtSsNVBDo
YouTube
👉
¿Como Leer y Escribir Tweets usando Python? API de Twitter
👉
En este vídeo aprenderemos a como podemos leer y escribir información utilizando la API de Twitter. Para ello veremos como crear una cuenta de Twitter developer y posteriormente
utilizaremos la librería Tweepy para realizar la conexión con Twitter.
👉
Únete…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
Forwarded from
🇪🇸
Python Practice Book
🐍
💻
📚
📝
🗃
https://github.com/activeceron
2_5361981856889701101.pdf
3.9 MB
The Blender Python API.pdf
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://www.udemy.com/course/curso-python-y-flask-desarrollo-web-y-apis-tipo-rest/?couponCode=GRATIS-FLASK
Udemy
Python y Flask. Desarrollo web y APIS tipo REST con Flask
Aprende HTML, Python y Flask para el desarrollo de páginas web y la creación de microservicios de tipo REST con Flask.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
¡Aprovechad la oportunidad,es gratuita por poco tiempo!.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/python-namedtuple/?s=09
Realpython
Write Pythonic and Clean Code With namedtuple – Real Python
In this step-by-step tutorial, you'll learn what Python's namedtuple is and how to use it in your code. You'll also learn about the main differences between named tuples and other data structures, such as dictionaries, data classes, and typed named tuples.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://dustingram.com/articles/2021/04/14/powering-the-python-package-index-in-2021/?s=09
Dustingram
Powering the Python Package Index in 2021
What does it take to power PyPI in this current day and age?
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/skIWmV16FwA
YouTube
Videoreceta Python No. 1-11: Calcular Estadísticas Básicas sobre una Cadena de Caracteres
Convertir Cadenas de Caracteres en Valores Numéricos en lenguaje de programación Python.
Repositorio: https://github.com/Fhernd/Recetas-Python
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/ykFcuDBG4W0
YouTube
Python - Ejercicio 94: Convertir una Cadena de Bytes en una Lista de Enteros
Convertir una Cadena de Bytes en una Lista de Enteros con el lenguaje de programación Python.
https://github.com/Fhernd/Python-Ejercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/R-KzJBYojKQ
YouTube
Videoreceta Python No. 1-12: Codificar una Cadena de Caracteres en Unicode
Convertir Cadenas de Caracteres en Valores Numéricos utilizando el lenguaje de programación Python.
Repositorio: https://github.com/Fhernd/Recetas-Python
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Pz2ubXCQ6wg
YouTube
Python - Ejercicio 95: Validar si una Cadena de Caracteres Representa un Número
Validar si una Cadena de Caracteres Representa un Número con el lenguaje de programación Python.
https://github.com/Fhernd/Python-Ejercicios
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://realpython.com/embedded-python/?s=09
Realpython
Embedded Python: Build a Game on the BBC micro:bit – Real Python
In this tutorial, you'll learn about embedded development, an exciting area of programming that allows you to bring your code into the physical world. You'll learn about your options for writing embedded Python code and build a basic game using the BBC micro:bit.
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/rA0EgtzY4BA
YouTube
Videoreceta Python No. 1-13: Mapear Caracteres de un Objeto String
Mapear Caracteres de un Objeto String en el lenguaje de programación Python.
Repositorio: https://github.com/Fhernd/Recetas-Python