Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,514 results
Looking for practical Python projects for beginners that you can actually add to your resume or portfolio? In this video, we'll build 3 ...
295 views
4d ago
Stuck in tutorial hell? In this video, you'll build 4 Python projects for beginners from scratch, with full source code and every line ...
7 views
1h ago
Want to try an open-source Jev-style model on your own computer? Install Laya, build three working demos, and connect it to a ...
22,204 views
21h ago
HR Management System — a complete Python-based web project built for college submissions and resumes, with an admin ...
8 views
11h ago
Welcome to Maham Codes! This channel is all about **Python, programming, coding projects, and learning technology**. Here ...
2 views
2h ago
HR Management System a complete Python-based web project built for college submissions and resumes, with an admin panel, ...
0 views
9h ago
Python Project for Beginners: Build a To-Do List App from Scratch **Build a To-Do List in Python | Beginner Project from ...
108 views
TypeSafe just dropped Jev — a System One model that makes fast, cheap decisions instead of writing text. In this video I walk ...
39,773 views
3d ago
QR Code Generator Using Python | Python Mini Project #6 In this beginner-friendly Python project, we create a QR Code ...
41 views
6d ago
Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...
22 views
1d ago
Using Python to clean up filenames of downloaded ebooks before transferring them to my ebook reader. ✘ My No-Nonsense C ...
3,127 views
7h ago
46 views
2d ago
191 views
... Python, Ganesh animation Python, Ganpati drawing Python, Python graphics project, creative Python projects, Python coding ...
51 views
Want to start coding in Python but not sure where to set up your workspace? Choosing the right environment can make or break ...
1 view
... beginners learn coding in english python project python projects for beginners student result management system student result ...
1,430 views
7d ago
26 views
Learn how to generate a QR code using Python in just 3 simple steps! In this beginner-friendly Python tutorial, we'll create a QR ...
17 views
10 views
... Guess the Number game in Python Easy Python projects for beginners Step-by-step Python coding tutorial Build logic in Python ...
16 views
Learn how to build a Number Guessing Game in Python — from scratch, in one video. The computer picks a random number ...
23 views
This satisfying heart animation is made with only 50 lines of Python Turtle! ✨ Watch 500 random stars form a perfect heart ...
45 views
5d ago
Build Your Own Python Jarvis AI Assistant in 10 Minutes! (No Coding Needed) | By Rhykoji Welcome back to the channel!
29 views
In this tutorial, we'll learn another simple method to create a Python Virtual Environment (VENV) in Visual Studio Code. If you're a ...
6 views
13h ago
Learn how Anthropic's AI native SDLC playbook guides software development with Claude Code, from planning and testing to ...
26,266 views
Learn how to create and use a Python Virtual Environment (VENV) in VS Code! In this beginner-friendly tutorial, you'll learn how ...
5 views
Python POS System (Cloud POS V3.2 - Python Edition) A complete, lightweight Point-of-Sale (POS) billing software built using ...
53 views
In this Python Short, I'm building a rectangle divided into **four equal sections** using Python Turtle. I explain the code step by ...
9 views
Welcome to Program_learn_code! The channel where we Learn Coding Step by Step, with Real Code and Real Projects.
42 views
Build a fun beginner Python project — the Emoji Mood Analyzer! In this video, we walk through a simple Python script that reacts ...
3 views
Everything You Need to Learn Python You don't need to be a math genius, a computer science graduate, or 200 hours of tutorials ...
93 views
138 views
Unlock immense memory savings: how Python's default instance __dict__ wastes RAM, how __slots__ replaces dictionaries with ...
Learn how to create a Rock Paper Scissors Game in Python from scratch! In this beginner-friendly Python project, we will ...
21 views
Build extensible class hierarchies: single and multiple inheritance, clean parent initialization with super(), method overriding, and ...
20 views
PYTHON FULL COURSE — ZERO TO ADVANCED | COMPLETE PYTHON TUTORIAL** Want to learn Python from scratch and ...
🤖 AI Powered Resume Screening System Using Python In this video, we showcase a complete AI Powered Resume Screening System ...
171 views
Ditch manual thread management: concurrent.futures.ThreadPoolExecutor, parallel batch mapping with executor.map, stream ...
11 views
How to learn to code in 2026: the complete beginner programming roadmap I'd follow if I started over today, with a 15-week plan ...
328 views
Build real projects! Make a FREE Code Crafters account: https://app.codecrafters.io/join?via=michaelddeming I'm a self-taught ...
11,694 views
Streamed 1d ago
Python for Beginners — Day 1 Welcome to Day 1 of the Python Beginner Series! In this video, we will set up everything you need ...
205 views
Write clean data containers with zero boilerplate: automatic __init__, __repr__, and __eq__, default_factory for lists/dicts, frozen ...
48 views
starting your ai engineer journey from zero? in this video, we will set up everything you need to start learning python for ai ...
85 views
In this video, we will build a complete Stopwatch Project in Python from scratch. 🐍⏱️ You’ll learn how to create a functional ...
Learn how to build a JPG to PNG Converter using Python in this practical project-based tutorial. You'll create a useful image ...
31 views
Welcome to Cyber Code Academy's LIVE Python Programming Class! In today's session, we are learning How to Create Custom ...
200 views
Streamed 8d ago
Welcome to CS Edupoint's Daily Live Coding & Problem Solving sessions! Join us for regular live coding sessions where we ...
Welcome to Python to Job — your fast-track roadmap from complete beginner to job-ready Python developer! ✓ 100% ...
Master Python's most elegant metaprogramming tool: inner wrapper functions, timing execution, preserving docstrings and ...
PYTHON PROGRAMMING TRAINING IN ABUJA, NIGERIA Python is one of the most widely used programming languages for ...
Make your classes feel like built-in Python objects! Implement __repr__ and __str__, length with __len__, item indexing with ...
Coordinate concurrent workers: rate limiting database connections with Semaphore, bounded limits with BoundedSemaphore, ...
4 views
Kickstart concurrent programming: creating OS threads with threading.Thread, starting workers, waiting with join(), and ...
40 views
Architect ultra-fast asynchronous pipelines: non-blocking asyncio.Queue, multi-worker fanout, task_done() and join() ...
If you enjoy practical Python projects and coding tutorials, subscribe to CODLUME. Build. Code. Learn. #Python #PythonProjects ...
Step into asynchronous programming: the AsyncIO event loop, async def coroutines, non-blocking cooperative multitasking with ...
Hi Techies, Learn how to build a Rock Paper Scissors game board in Python, step by step! In this beginner-friendly Python tutorial, ...
39 views
Learning Python step by step is a beginner-friendly YouTube playlist that takes you from absolute zero to a confident programmer.
35 views
In this lesson, we're learning one of the most important concepts in Python programming — Loops Loops allow us to repeat a ...
25 views
Protect your object state: private and protected conventions (_var vs __var), pythonic getters and setters with the @property ...
Check my whole PLAYLIST: https://www.youtube.com/playlist?list=PLozrpy2o7cblH8rTPa02hUlohk25EsH5t Check my GitHub: ...
13 views
Never get banned from an external API: rate limiting concurrent HTTP requests with asyncio.Semaphore, resource bounding with ...
Learn how to build a YouTube chatbot using Python and the YouTube Data API in this step-by-step tutorial. We'll explore how ...
223 views
Buy Now Python + DSA Mastery Course : https://vdnt.in/short?q=Hsa8K -------------------------------- Don't Miss Out! Subscribe Now ...
15,063 views
Streamed 6h ago
Learn Python Programming from Basic to Advanced with this complete course. This Python course is designed for beginners as ...
136 views
30 views
Learn Python from scratch with this beginner-friendly Python Crash Course! In this video, we cover the essential Python ...
119 views
learn how to write a simple python program to calculate the area of a triangle using the formula Area = 1/2 X Base X Height ...
10h ago
PYTHON 02 — VARIABLES, DATA TYPES & USER INPUT | PYTHON FOR BEGINNERS Welcome to **Python Learning Series ...
90 views
Level: Beginner → Advanced → Mastery Language: Python Focus: Practical Learning + Real-World Programs Welcome to ...
123 views
Run hundreds of async jobs simultaneously: wrapping coroutines in Tasks with create_task(), aggregating results with ...
14 views
In this video, you'll learn how to download and install VS Code on your computer, step by step. Also, learn what is IDE ! and how ...
Learn Polymorphism in Python with simple explanations and practical examples. In this tutorial, you'll understand how the same ...
Master Python programming from the ground up with GK InfoTech Solutions! Whether you are a complete beginner or looking to ...
4h ago
... confident when working on complex Python projects. Whether your goal is to become a professional Python developer, improve ...
1,262 views
Writing tests is one of the fastest ways to catch bugs before users do. In this practical Python tutorial, you will build 10 short pytest ...
65 views
Welcome to Lesson 1 of our AI-Powered Amazon Sales Data Analytics project series! In this lesson, you'll learn the essential ...
37 views
Welcome to Program_learn_code Learn to Code, The Easy Way - with Real Code and Real Projects In this beginner masterclass, ...
Welcome to Part 3 of our 6-part Python & SQL Capstone Project series! In Video 2, we built our SQLite database schema.
I Built a COMPLETE Doctor Appointment Booking SaaS with Claude Code | Django AI Project (Build & Sell) Want to build and ...
175 views
207 views
Watch this colorful fireworks show created with Python! ✨ This Python animation features: Fireworks launching into the night ...
In this Python OOP project, I build a simple **Online Learning Platform** using Object-Oriented Programming concepts.
97 views
INTRODUCTION TO PYTHON PROGRAMMING | LIVE SESSION Welcome to Vincent Hub! In this live session, we'll take our first ...
94 views
Streamed 3d ago
I created a calculator simulation using Python! This was one of my beginner Python projects, where I put together the concepts ...
298 views
In this video, you'll see how to build and deploy a working AI agent using Claude Code and UiPath Coding Agents — where you ...
19,382 views
Why, and how, all your Python code should be Declarative in the Age of Generative AI Dom Weldon Python is an excellent ...
14h ago
Module 17 of 19 — Claude AI Agent Engineering Masterclass: Beginner to Advanced A practical build: point the agent at api.py, ...
47 views
195 views
Date and time bugs are some of the most frustrating Python problems because the code often looks correct until it fails in ...
71 views
Learn how to use Google Gemini for coding in this complete beginner-friendly tutorial. This step-by-step guide shows you how to ...
18 views
Easiest Python Setup Ever — Start Coding Python in Minutes!** Want to **learn Python** but don't know how to install and set up ...
208 views
PYTHON MASTERY — BEGINNER TO DEVELOPER START WITH THE BASICS. MASTER THE CODE. BUILD REAL PROJECTS ...
Automate Excel reports with Python using Pandas and OpenPyXL! In this practical Python Excel automation project, I'll show ...
In this video, we continue our Python for Machine Learning series and learn some of the most important concepts you'll need ...
Master the core foundation of Python's most popular data analysis library, Pandas! In this in-depth 10-15 minute masterclass, ...
12 views
... moving into bigger Python projects. In this video, you'll learn: What is Python? What is programming? How Python code ...
Day 7 of building 100 programming projects, one every week. Today I built a currency converter in Python, it pulls live exchange ...
Show more