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
219 results
Whether you're working with names, messages, user input, or even code itself — strings are everywhere. So let's explore what ...
30 views
6 months ago
what is the output of the following python code. #shorts #python what is the output of the following python code my list =. what will ...
1,970 views
11 months ago
Computer Science South Africa Lists are used to store multiple items in a single variable. Lists are one of 4 built-in data types in ...
4 views
1 month ago
In this video, we'll explore a common task in Python programming: checking if a specific string exists within the values of a list ...
5 views
3 months ago
Did you know that in Python, you can extract all numbers from a string using just one line of code? #learnpython #programming ...
1,274 views
8 months ago
What's the trick to using itertools.product for Cartesian Products? itertools.product is a powerful tool for combinations.
42 views
Learn how to use the Python input() function in under 60 seconds! This quick tutorial shows how to take user input and use it in ...
87 views
It gives you the speed and efficiency of low-level arrays, with the simplicity of Python syntax. It's not a replacement for lists — but if ...
60 views
Learn how to slice an email into username and domain using Python! Perfect little utility for beginners or when you're ...
27 views
2 months ago
Did you know that you can easily count the number of words in a sentence using Python? #learning GitHub ...
1,042 views
7 months ago
Build a simple calculator in Python using user input! This beginner-friendly project shows how to perform basic calculations ...
102 views
How to use itertools.product for Cartesian products? You can create all combinations of lists with it. This function simplifies ...
34 views
In this video I look at the 3 different APIs that Keras provides for building neural network models and defining their architecture: the ...
32 views
In this video, we'll explore a common challenge in Python programming: handling duplicated values in lists. Specifically, we'll ...
3 views
4 months ago
Leetcode #2877.
36 views
In this video, Jitty introduces built-in functions and gives some examples of built-in functions in Python. He shows you how to use ...
12 views
Python has multiple data types and data structures that you can use to store and manipulate data efficiently. In this video, we will ...
19 views
5 months ago
In this video, Jitty shows you how to use indices to print specific sections of a string. He compares strings to lists and describes ...
Need to convert string labels into numeric values for machine learning models? In this quick tutorial, learn how to use the ...
166 views
Learn the simplest way to take user input in JavaScript using prompt()! ⚡ No HTML needed — just raw JavaScript for beginners.
1,533 views