ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

44 results

CMPUT 175
09 String Formating CMPUT 175

String Formatting placeholders modifiers.

8:53
09 String Formating CMPUT 175

6,947 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

150 views

2 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)

230 views

2 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

337 views

8 years ago

weecology
Formatting dates

To do date formatting like this you need to know those key codes that help the computer understand what type of information it's ...

9:03
Formatting dates

724 views

5 years ago

weecology
Cleaning Data Using tidyr: Making Long Data Wide
6:37
Cleaning Data Using tidyr: Making Long Data Wide

523 views

5 years ago

Machine Learning Practice
Best Practices in Python

Because Python is so flexible in its structure and variable typing, we are able to do many clever things. However, we should strive ...

6:29
Best Practices in Python

60 views

3 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! 🖨️

260 views

9 months ago

J David Eisenberg
Chapter 2: Data types

integers, floats, and strings in Python.

6:06
Chapter 2: Data types

598 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

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

PurdueX CS180.1x
Program Structure

Purdue AP Computer Science A.

4:26
Program Structure

4,837 views

9 years ago

openscreencast
Python-Programmierung - Zeichenketten

Ubuntu 10.10, Gnome 2.32 Lizenz: Creative Commons by 3.0.

5:12
Python-Programmierung - Zeichenketten

2,092 views

12 years 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,650 views

5 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

205 views

6 years ago

J David Eisenberg
Chapter 3: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

5:04
Chapter 3: Using Braces with if/else Statements

673 views

6 years ago

openscreencast
Python-Programmierung - Zeichenketten näher betrachtet

Ubuntu 10.10, Gnome 2.32 Lizenz: Creative Commons by 3.0.

5:35
Python-Programmierung - Zeichenketten näher betrachtet

1,075 views

12 years ago

Ingenarel (NeoJesus)
Approaching Neovim The Right Way: Lua Crash Course

0:00 Sick 0:07 Docs 0:25 Lua types 1:09 Strings 1:35 Numbers 1:54 Boolean values and nil 2:05 Tables 3:28 Functions 3:55 ...

7:28
Approaching Neovim The Right Way: Lua Crash Course

215 views

6 months ago

Cody Anderson
4.3 Cell Arrays

New data type: cell arrays. Useful for storing text. Can store different data types under the same variable name. Follow-along ...

6:01
4.3 Cell Arrays

992 views

5 years ago

J David Eisenberg
Hints for Credit Card Validation Assignment

Some ideas on how to go about solving the problem. Includes some pseudocode.

7:14
Hints for Credit Card Validation Assignment

355 views

5 years ago