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
342 results
Use a *while* loop to repeatedly get input in a program.
313 views
6 years ago
A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.
207 views
5 years ago
In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...
390 views
Python tutorial for the noobies Cool video : https://youtu.be/HSSQlxuSbsw?si=LBIINYO6sCA3nOgQ In this video, I will try to ...
505 views
1 year ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
67 views
3 years ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
38 views
171 views
8 years ago
Python Override Python override decorator was added in Python 3.12 to improve the code clarity mainly. If you are coming from a ...
72 views
What happens when you disregard guidelines for user input?
143 views
Addition of two numbers in Python using for loop. #shorts #viralvideo addition of two numbers in python using for loop. add two ...
292 views
Using sentinel values to control a while loop.
6,692 views
This is a clicky switch keyboard made in CircuitPython for writing HID via USB, with an input in Braille alphabet. For learning how ...
127 views
Python: Creating a Database with Lists and Tuples.
3,655 views
9 years ago
In this video, I will show how to provide text as input to a language model in the spaCy 3.0 natural language processing library.
1,320 views
4 years ago
6,287 views
You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.
3,392 views
A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...
124 views
This is the loop you want to use when getting user input, as it guarantees at least one iteration through the loop.
185 views
840 views
This series covers x86-64 NASM. Receiving user input really expands the realm of opportunity that you have when writing your ...
154 views