🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
@python_practice
2.74K
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.74K subscribers
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/qCR2Weh64h4?si=Lb7-Db3vDE_9gHdB
YouTube
OpenCV Python Tutorial #1 - Introduction & Images
Welcome to a brand new series on OpenCV and Python. I'll start this episode with a quick introduction to OpenCV, in case some of your aren't familiar with it. I'll also talk about how to install OpenCV, loading an image into OpenCV, as well as manipulating…
👍
1
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/wlYPhdTbRmk?si=JK_K68A0s2Dy8B7L
YouTube
OpenCV Python Tutorial #2 - Image Fundamentals and Manipulation
Welcome to the second video of the series on OpenCV and Python. I'll start this episode with Image Manipulation, how images are represented in the computer. I'll also give you information on how images work as they are going to be very important for this…
👍
1
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/rKcwcARdg9M?si=j9TPf-BNUmFxaxPR
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…
👍
1
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/bPSfyK_DJAg?si=A523wB3LPQWb-j6a
YouTube
OpenCV Python Tutorial #4 - Drawing (Lines, Images, Circles & Text)
Welcome to another tutorial in the OpenCV Python series! In this video, I'll be talking about drawing within OpenCV, including drawing lines, images, circles, and text. Drawing various shapes within OpenCV is simple, but will come in handy later when it's…
👍
1
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/ddSo8Nb0mTw?si=GaxyGSjyKHTrFkb1
YouTube
OpenCV Python Tutorial #5 - Colors and Color Detection
Welcome to this video in the OpenCV tutorial series! In this one, I'll be talking about colors and how to detect them. We can even detect specific colors from our video feed and only display those colors. We'll also go over color display methods like RGB…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/I7lCpTOfxF4?si=__cH337iX6NGggE0
YouTube
OpenCV Python Tutorial #6 - Corner Detection
Welcome to another OpenCV tutorial! In this OpenCV video, we'll be talking about corner detection. The point is to not just show you the corner detection, but to also introduce some of the interesting algorithms that OpenCV has built in. In this video, we'll…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/T-0lZWYWE9Y?si=mAsIISzP2QhKohOg
YouTube
OpenCV Python Tutorial #7 - Template Matching (Object Detection)
Welcome to another OpenCV tutorial! We'll be talking about template matching (object detection). In this video, we'll use an image of a soccer practice and use OpenCV to detect the soccer ball and find it's exact location. For example, the image of the ball…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/mPCZLOVTEc4?si=0rr61T2Msu0PtYg-
YouTube
OpenCV Python Tutorial #8 - Face and Eye Detection
Welcome to this OpenCV Python tutorial! In this video, I'll be showing you how to do a live face and eye detection and tracking in Python using OpenCV. The code for the face/eye detection is very straightforward, and we'll be using Haar Cascade.
💻
AlgoExpert…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/qCR2Weh64h4?si=ww5_NKRQ-4Sa8IjK
YouTube
OpenCV Python Tutorial #1 - Introduction & Images
Welcome to a brand new series on OpenCV and Python. I'll start this episode with a quick introduction to OpenCV, in case some of your aren't familiar with it. I'll also talk about how to install OpenCV, loading an image into OpenCV, as well as manipulating…
🇪🇸
Python Practice
🐍
💻
⌨
https://github.com/activeceron
https://youtu.be/wlYPhdTbRmk?si=UStqT8HZCjvKsMxe
YouTube
OpenCV Python Tutorial #2 - Image Fundamentals and Manipulation
Welcome to the second video of the series on OpenCV and Python. I'll start this episode with Image Manipulation, how images are represented in the computer. I'll also give you information on how images work as they are going to be very important for this…
🇪🇸
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…