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
582 results
Learn Python basics using GitHub Copilot with theory and practical examples. Watch how AI explains Python concepts step by ...
20 views
7 days ago
Join our Patreon: https://www.patreon.com/cw/socratica Sign up for Socratica Courses: ...
6,294 views
1 day ago
Write a class definition to define the template for a new data type, and then call the class to instantiate objects of that type.
4,231 views
4 days ago
Matplotlib Python Tutorial for Beginners | Data Visualization in Python Matplotlib is a python library used for data ...
5,327 views
5 days ago
This video walks through Python's foundational built-in types and how to use them correctly. It's aimed at beginners and anyone ...
2 views
3 days ago
In this tutorial, you'll learn how to remove all non-alphanumeric characters from a string using Python. We'll cover step by step: ...
5 views
6 days ago
This is where machine learning stops being theory and starts working for real. In this video, you'll see how gradient descent is ...
29 views
Learn everything about Agent Skills - the open standard for AI agent customization adopted by Anthropic, OpenAI, Microsoft, ...
23,833 views
In Python, "for" loops, list comprehensions, tuple unpacking, and * unpacking all use the same iteration mechanism. Article version ...
126 views
This text is a detailed tutorial on Python's `while` loop. It explains the concept of a while loop as a control structure that repeatedly ...
0 views
13 hours ago
Learn how to check if a string is alphanumeric in Python and how to remove non-alphanumeric characters. This tutorial explains ...
In this tutorial, I'll show you how to run Python in Visual Studio Code on Windows 10 and Windows 11. This video covers setting ...
In this tutorial, we will write a Python program to check whether a string is a palindrome. A palindrome is a string that reads the ...
We'll focus on Python basics, explain how arithmetic operators work, and show how compound assignments help you write ...
21 views
2 days ago
This video answers how to create a dictionary in Python. It shows the general case, as well as an example of creating a dictionary ...
Introduction to Python Programming for Beginners. In this video, you will learn: ✓What is Python Programming Language?
227 views
Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...
31 views
Still grinding LeetCode for AI roles? You're following an outdated 2019 playbook. In this video, I break down the 2026 AI ...
201 views
Are you ready to turn your ideas into code? In this comprehensive tutorial, we dive deep into the "DNA" of Python: Variables and ...
52 views
This video shows Python print without newline. To print without a newline in Python, use the end optional argument and provide it ...