ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

79 results

J David Eisenberg
Chapter 2: Printing with the format() method

Before f-strings were in Python, programmers used the format() method to get formatted output. You might see this notation in ...

2:17
Chapter 2: Printing with the format() method

107 views

3 years ago

YuriODev
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

... Materials: https://drive.google.com/drive/folders/1U_Qhe-hwE-YUPE0TwdXtUKFAShbwgicD - Python F-String Documentation: ...

41:01
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

2,410 views

1 year ago

J David Eisenberg
Chapter 2: The print() function

Use print() to display information on the screen. The video also covers "f-strings," which help you format your output.

7:07
Chapter 2: The print() function

130 views

3 years ago

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,728 views

8 years ago

DigiLing
DigiLing - Introduction to Python for Linguists - Unit 9.4

Let's call it "f", open and let's name it... ..."data dot txt"... ...and make it ready to write something in it. We can write then... ...for ...

11:00
DigiLing - Introduction to Python for Linguists - Unit 9.4

193 views

7 years ago

Jacob Itegboje
Pumping Python for Beginners: How can I Test Programs?

Welcome to Pumping Python! My name is Jacob Itegboje, and in this video, I'm going to solve a huge problem that many Python ...

26:26
Pumping Python for Beginners: How can I Test Programs?

77 views

1 year ago

CMPUT 175
09 String Formating CMPUT 175

String Formatting placeholders modifiers.

8:53
09 String Formating CMPUT 175

7,148 views

8 years ago

PyCon Greece
Lysandros Nikolaou: Uncovering the magic of implementing a new Python syntax feature

PyCon Greece 2025 - Athens, 29-30 August == About the talk == From Python's new type parameter syntax and exception groups ...

28:31
Lysandros Nikolaou: Uncovering the magic of implementing a new Python syntax feature

72 views

2 months ago

J David Eisenberg
Chapter 13: Converting an Object to a String

How to get something better than the name of a class and its memory reference when you print an object reference.

2:35
Chapter 13: Converting an Object to a String

110 views

3 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

Ruslan Brilenkov
Machine Learning in SQL? But I Am Python Expert Part 1 | SQLAlchemy Tutorial |  PostgreSQL + Pandas

Machine Learning in SQL is not only possible but is not too difficult if we think about what we know, i.e., where we are and where ...

15:33
Machine Learning in SQL? But I Am Python Expert Part 1 | SQLAlchemy Tutorial | PostgreSQL + Pandas

251 views

2 years ago

Code with Ebrima
Operator Precedence in Python Explained: Parentheses, Exponents, Multiplication, Division, and More

Description In this video, we dive into Python's operator precedence—the order in which Python evaluates expressions.

4:02
Operator Precedence in Python Explained: Parentheses, Exponents, Multiplication, Division, and More

168 views

1 year ago

J David Eisenberg
Chapter 5: Using a while to get input

Use a *while* loop to repeatedly get input in a program.

3:21
Chapter 5: Using a while to get input

319 views

6 years ago

Shanmuga R
Python for Beginners - Nested If

Python beginner course without using any IDE. This chapter explores nested conditional statements. #pythonbeginner ...

6:50
Python for Beginners - Nested If

32 views

3 years ago

Schraf : Maths-info
Python algorithm: String Art

You're probably familiar with string art, which was very popular in the 80s and is making a comeback today (unfortunately ...

19:13
Python algorithm: String Art

3,370 views

6 years ago

COMPUTER & EXCEL SOLUTION
How to use split function in python || How to find out put in Python⁨@COMPUTEREXCELSOLUTION⁩

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

3:35
How to use split function in python || How to find out put in Python⁨@COMPUTEREXCELSOLUTION⁩

17 views

5 months ago

COMPUTER & EXCEL SOLUTION
How to print random color names in python using choice function@COMPUTEREXCELSOLUTION #python

python #pythonprogramming Join this channel to get access to perks: ...

2:46
How to print random color names in python using choice function@COMPUTEREXCELSOLUTION #python

74 views

2 years ago

吳老師教學部落格
03 改為Fstring精簡寫法與產生第二個迴圈

ChatGPT╳Python╳Excel自動化應用2025第3次上課01_重點複習與九九乘法表02_九九乘法表先輸出第一列說明03_改為Fstring ...

12:07
03 改為Fstring精簡寫法與產生第二個迴圈

14 views

2 months ago

COMPUTER & EXCEL SOLUTION
Z Pattern in python@COMPUTEREXCELSOLUTION

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

0:28
Z Pattern in python@COMPUTEREXCELSOLUTION

108 views

3 years ago

J David Eisenberg
Chapter 6: Value-Returning and Void Functions

Some functions return values; others don't. What is the difference, and when do you use each type?

5:17
Chapter 6: Value-Returning and Void Functions

250 views

3 years ago