🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
@python_practice
2.73K
subscribers
124
photos
106
files
4.11K
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/logFYVSgQnA?si=OgpSij7zUp-j_ZOz
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/XCIBOl3FTKo?si=qugWvgl9hvz8FN1q
YouTube
Mini Python Project Tutorial - Password Generator
Today, I'll be walking you through a mini-python project, which will create a password generator. This simple, beginner friendly course can be a good way to practice your python skills and learn new stuff in the python world!
💻
Master Blockchain and Web…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/no5dz0GOWy8?si=gFbAMxza0YJ13lUP
YouTube
Mini Python Project Tutorial - Alarm Clock
Today, I'll be walking you through a mini-python project, where we will create an alarm clock/timer. This straightforward course will show you how to play sound and how you can create a FANCY thing with the terminal!
💻
Master Blockchain and Web 3.0 development…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Db4oc8qc9RU?si=iUWguBrraNraJ0zb
YouTube
Python Curses Tutorial #1 - Make GOOD Looking Terminal Apps!
Welcome back to another video! In this series I will be showing you how to use the Curses Module! I'll be showing you how to style it, update it, refresh it and all kinds of awesome stuff!
📄
Resources
📄
Fix Pip (Windows): https://www.youtube.com/watch?v=AdUZArA…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/JBE4OwdqzQ8?si=YuyLB5IPiwFgn0Q4
YouTube
Python Curses Tutorial #2 - Attributes and Colors
Welcome back to another video in this series! At the end of my last video I gave you a teaser of one attribute, and in this video I'm going to go through all of the attributes you can use and how you use them! This includes styling, adding colors and all…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/VzhZ1nTeAsA?si=EMxPp2Gppy0BW0_q
YouTube
Python Curses Tutorial #3 - Windows And Pads
Welcome back to the third video in this tutorial series! In this video I am going to be showing you and talking about windows and pads! We've seen windows before but we can create our own windows that allow us to control the text in each window and refresh…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/H-DCpFRQ2dY?si=Uvfxdo2GaWtpJWye
YouTube
Python Curses Tutorial #4 - User Input and Textboxes
Welcome back to the fourth video in this curses tutorial series! In this video I am going to be showing you how to get input from the user, like how to get keystrokes, as well as the characters that they type! I'm first going to show how to get keystrokes…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/elfqLbiLAT4?si=1xDnABzcd1ZibICH
YouTube
Python Curses Tutorial #5 - Other Useful Methods
Welcome back to the final video in this tutorial series! In this video I'm going to be showing you a few extra functions that we haven't looked at yet! This will be pretty short but I will cover a few interesting things you can do like toggle attributes,…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/gRLHr664tXA?si=aX8UGLKYpJgc0Qpf
YouTube
Beautiful Soup 4 Tutorial #1 - Web Scraping With Python
Welcome to a new tutorial series on Beautiful Soup 4! Beautiful Soup 4 is a web scraping module that allows you to get information from HTML documents and modify them as well. It's very versatile and there is a lot of things to go over and in this video,…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/dam0GPOAvVI?si=1QYzQttsjbo30wXB
YouTube
Python Website Full Tutorial - Flask, Authentication, Databases & More
GET MY FREE SOFTWARE DEVELOPMENT GUIDE
👇
https://training.techwithtim.net/free-guide
In this video, I'm going to be showing you how to make a website with Python, covering Flask, authentication, databases, and more. The goal of this video is to give you what…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/jO6qQDNa2UY?si=-_FZLmaaIGiKLzdV
YouTube
Pygame in 90 Minutes - For Beginners
In this Pygame for beginners video, we'll be making a game in about 90 minutes. I'm going to cover a lot of stuff about Pygame in this video, including sound effects, images, moving objects, collision, most of the fundamental things you need to make a basic…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/JtiK0DOeI4A?si=rX7CJTwDbPAHT-4J
YouTube
A* Pathfinding Visualization Tutorial - Python A* Path Finding Tutorial
This A* Path Finding tutorial will show you how to implement the a* search algorithm using python. We will be building a path finding visualizer tool to visualize the a star pathfinding algorithm as it runs. This astar pathfinding algorithm is an informed…