🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
@python_practice
2.75K
subscribers
124
photos
106
files
4.13K
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.75K subscribers
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/rKcwcARdg9M?si=n9KE1EltQs2VDD6k
YouTube
OpenCV Python Tutorial #3 - Cameras and VideoCapture
Welcome to this Python OpenCV tutorial. In this video, I'll be talking about cameras and video capture within OpenCV. Specifically, I'll be showing you how we can load our webcam, how we can view that in live time, and how we can manipulate the image from…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/Db4oc8qc9RU?si=a-bRBfe3pYh3wrkK
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=2wer83nhgwIPJ6hS
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=iAVyOS3ypjY9OuWY
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=jOTjvjWu5FpKBkS1
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/UpsZDGutpZc?si=K84pDmAwK_4KiieB
YouTube
MongoDB + Python #1 - CRUD, Relationships and More
Welcome back to another video! In this video I am going to be showing how to use MongoDB in Python! More specifically I am going to be showing you how to setup a remote MongoDB database using MongoDB Atlas. I'll show you how to connect to that database in…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/nYNAH8K_UhI?si=0qGO_P37WJbVm7bv
YouTube
MongoDB + Python #2 - Schema Validation, Advanced Queries and More
Welcome back to Part 2 of MongoDB and Python! I'll be continuing where I left off in video one and show you some advanced MongoDB features! Specifically, I will discuss Schema Validation, Bulk Inserting, Data Modeling, Advanced Queries, and introduce you…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/nc-Kpiq1zLc?si=R6DWAL3HcmzlDtLD
YouTube
MongoDB + Python #3 - Full-Text Search with Atlas Search
Welcome back to the next and final video in this series! In this video I am going to be continuing to teach you MongoDB and Python by covering advanced queries and full-text search! Specifically I'll be showing you how to do things like search documents with…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/gRLHr664tXA?si=ajJfo--TaZ_KdQty
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/lOzyQgv71_4?si=eqqVSGhQRWWD1Xfl
YouTube
Beautiful Soup 4 Tutorial #2 - Searching and Filtering
Welcome to another Beautiful Soup 4 tutorial video! In this video, I'm going to be going over how to search for more advanced things. I will also show how to modify, view, and search for HTML tags and much more.
💻
AlgoExpert is the coding interview prep…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/lC6mucyD17k?si=RrLNhEwuVT-bhkDs
YouTube
Beautiful Soup 4 Tutorial #3 - Navigating The HTML Tree
Welcome back to another tutorial video! In this video, I'll be going over how
we can navigate through the HTML tree. Specifically, how to do this so we can find prices of cryptocurrencies.
💻
AlgoExpert is the coding interview prep platform that I used…