ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

150 results

Meri (Engel) Kasprak - programming videos
PRG-105: Formatting Currency in Python

Formatting numeric output to display in a standard currency format in Python. View an annotated PDF transcription of the video: ...

1:14
PRG-105: Formatting Currency in Python

22,711 views

8 years ago

Christian Drumm
Python for Beginners -  Week 4 Unit 5 - Formatting output

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 ...

12:58
Python for Beginners - Week 4 Unit 5 - Formatting output

153 views

2 years ago

Chuck Severance
Python for Informatics - Chapter 6 - Strings

This lecture covers Chapter 6 - Strings from the book Python for Informatics: Exploring Data - www.pythonlearn.com All Lectures: ...

27:58
Python for Informatics - Chapter 6 - Strings

41,700 views

13 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Reading in Text Files in Python

Reading text files into Python. View an annotated PDF transcription of the video: ...

2:59
PRG-105: Reading in Text Files in Python

672 views

8 years ago

CMPUT 175
09 String Formating CMPUT 175

String Formatting placeholders modifiers.

8:53
09 String Formating CMPUT 175

7,111 views

8 years ago

J David Eisenberg
Chapter 10: Using the StringBuilder Class

Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...

5:00
Chapter 10: Using the StringBuilder Class

264 views

6 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Creating Simple Functions in Python

Introducing simple functions in Python. View an annotated PDF transcription of the video: ...

5:44
PRG-105: Creating Simple Functions in Python

339 views

8 years ago

J David Eisenberg
Chapter 3: Formatted Printing (part 2)

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 ...

4:20
Chapter 3: Formatted Printing (part 2)

245 views

2 years ago

Missing Semester
Lecture 9: Code Quality

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/code-quality/ 0:00:00 ...

1:15:14
Lecture 9: Code Quality

3,660 views

2 weeks ago

Cody Anderson
4.4 disp, num2str, fprintf

Functions useful for displaying results: disp, num2str, fprintf. Combining numeric variables with character arrays to write useful ...

5:22
4.4 disp, num2str, fprintf

2,699 views

5 years ago

Aalto Scientific Computing
2.5 Productivity tools - Python for Scientific Computing 2023

There are various tools that can make your own human time more efficient - productivity tools. These do things and find problems ...

37:55
2.5 Productivity tools - Python for Scientific Computing 2023

112 views

2 years ago

COMPUTER & EXCEL SOLUTION
While Loop with increment in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:26
While Loop with increment in Python@COMPUTEREXCELSOLUTION

103 views

3 years ago

henryishuman
How To: Beginner Python - Part 4 - Conditions

In this episode we discuss conditions, logical operators, and if statements. Key concepts and keywords in this video: • Conditions ...

5:34
How To: Beginner Python - Part 4 - Conditions

690 views

7 years ago

J David Eisenberg
Chapter 2: The print() function

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 ...

10:27
Chapter 2: The print() function

345 views

7 years ago

Anton Shubin | Web development tips and tricks
😱 Fix Your UGLY Code in Seconds! 🚀 #shorts

Article with details: https://antonshubin.com/blog/the-importance-of-code-formatting-with-prettier Are you tired of messy and ...

0:57
😱 Fix Your UGLY Code in Seconds! 🚀 #shorts

347 views

2 years ago

J David Eisenberg
Chapter 2: Data types

integers, floats, and strings in Python.

6:06
Chapter 2: Data types

608 views

7 years ago

Code with Ebrima
Print Function in Python: Say Hello to Your First Python Code! 🖨️

Description: Master Python's print() Function: Your First Step in Python Programming! The print() function is your gateway to ...

19:57
Print Function in Python: Say Hello to Your First Python Code! 🖨️

298 views

11 months ago

Bald. Bearded. Builder.
I Don't Hate YAML Anymore!  #vscode #programming #developer #code #yaml

Why is YAML so hard!? The YAML extension not only helps you write valid YAML, but with schemas, it helps you discover ...

1:00
I Don't Hate YAML Anymore! #vscode #programming #developer #code #yaml

7,031 views

2 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Inheritance Part 2 - Subclass in Python

Creating a Pie subclass for our Bakery Class. View an annotated PDF transcription of the video: ...

3:32
PRG-105: Inheritance Part 2 - Subclass in Python

515 views

9 years ago

J David Eisenberg
Chapter 2: Data Type Conversion

How do you convert values among integer, float, and string? That's what this video investigates.

3:52
Chapter 2: Data Type Conversion

393 views

7 years ago