ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

49 results

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

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

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

299 views

11 months 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

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

Schraf : Maths-info
Python algorithme : String Art (L'art des tableaux de fils)

Vous connaissez certainement les tableaux de fils, très à la mode dans les années 80 qui le redeviennent aujourd'hui (hélas ?).

19:13
Python algorithme : String Art (L'art des tableaux de fils)

3,342 views

6 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,701 views

5 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

Applied Language Technology
Adding custom attributes to spaCy objects

In this video, I'm going to show you how to add custom attributes to spaCy Token, Span and Doc objects. ✨ Check out the ...

4:55
Adding custom attributes to spaCy objects

2,031 views

5 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

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

Applied Language Technology
Text formats and encoding

In this video, we will talk about rich, plain and structured text, how text is encoded and what this means to manipulating text using ...

6:12
Text formats and encoding

5,713 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

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

COMPUTER & EXCEL SOLUTION
Enter the number of your choice in Python@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

5:18
Enter the number of your choice in Python@COMPUTEREXCELSOLUTION

155 views

4 years ago

Cours Python
6.5 Variables et attributs

Errata : de 4:00 à 5:00, je fais plusieurs lapsus entre liaison et référence. La liaison est le mécanisme qui lie une variable à un ...

10:04
6.5 Variables et attributs

1,512 views

8 years ago

Bald. Bearded. Builder.
Mastering CSV with VS Code

Editing delimited files can be a pain, especially if they are large. The Rainbow CSV extension makes searching and viewing ...

6:41
Mastering CSV with VS Code

19,587 views

4 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

678 views

6 years ago