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
156 results
This lecture covers Chapter 6 - Strings from the book Python for Informatics: Exploring Data - www.pythonlearn.com All Lectures: ...
41,710 views
13 years ago
Formatting numeric output to display in a standard currency format in Python. View an annotated PDF transcription of the video: ...
22,732 views
8 years ago
Then we go to what is called an f string, a formatted string. Within this f string, it is easier to enter a mix of constants, like text and ...
159 views
2 years ago
String Formatting placeholders modifiers.
7,148 views
Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...
305 views
6 years ago
Introducing simple functions in Python. View an annotated PDF transcription of the video: ...
340 views
Description Welcome to this Python Type Casting tutorial! In this video, you'll learn how to convert between different data types in ...
507 views
1 year ago
You can use printf() instead of format() -- they do the same thing. Also, you can have as many specifiers in a format string as you ...
260 views
3 years ago
You're probably familiar with string art, which was very popular in the 80s and is making a comeback today (unfortunately ...
3,373 views
You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/code-quality/ 0:00:00 ...
9,237 views
4 months ago
There are various tools that can make your own human time more efficient - productivity tools. These do things and find problems ...
116 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
104 views
4 years ago
The video describes the first lab exercise - Create a Python program that computes a paycheck with overtime. The video describes ...
283 views
In this episode we discuss conditions, logical operators, and if statements. Key concepts and keywords in this video: • Conditions ...
690 views
Functions useful for displaying results: disp, num2str, fprintf. Combining numeric variables with character arrays to write useful ...
2,706 views
integers, floats, and strings in Python.
615 views
In this video, we will talk about rich, plain and structured text, how text is encoded and what this means to manipulating text using ...
5,877 views
5 years ago
Ubuntu 10.10, Gnome 2.32 Lizenz: Creative Commons by 3.0.
1,075 views
12 years ago
How do you convert values among integer, float, and string? That's what this video investigates.
395 views
Various forms of the print() function, including formatting output. Note: at 8:10 I say“I'll pass that on to the format function” -- the ...
347 views