ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,889 results

SkillCode
I Built a Python Script That Organizes My Files Automatically

In this video, I build a simple Python script that automatically organizes files in your folder. If your Downloads folder is always ...

10:37
I Built a Python Script That Organizes My Files Automatically

11 views

2 weeks ago

Learn Fundamentals
Can You Format Strings in Python Better Than This? #python #viral

Mastering String Formatting in Python.

3:18
Can You Format Strings in Python Better Than This? #python #viral

0 views

7 days ago

Lenntecs
How Python F-Strings Actually Work — master formatting, alignment & more.

Python F-Strings Explained — master formatting, alignment, precision & more. You use `print()` every day. Maybe you've used a ...

4:55
How Python F-Strings Actually Work — master formatting, alignment & more.

12 views

16 hours ago

freeCodeCamp.org
How to use the .title() method in Python

Do you know how to format Python strings as titles? The .title() method is exactly what you need. Estefania shows you how it ...

0:31
How to use the .title() method in Python

10,015 views

2 weeks ago

Operatify
Lec 9 | How to Use Format Specifiers in Python

Learn format specifiers in Python in this beginner-friendly tutorial (2025). This video explains how to use %d, %f, %s, and other ...

5:52
Lec 9 | How to Use Format Specifiers in Python

42 views

6 days ago

Turtle Code
Master Python JSON: Read, Write & Manage Data Easily!

Master Python and JSON like a pro! In this step-by-step tutorial, you'll learn how to work with JSON data in Python effortlessly.

8:35
Master Python JSON: Read, Write & Manage Data Easily!

181 views

2 weeks ago

Nyi Nyi Zaw
Learn Python String Formatting in One Video (Beginner Friendly)

In this video, you will learn Python string formatting step by step using clear and simple examples. We cover: Traditional string ...

16:02
Learn Python String Formatting in One Video (Beginner Friendly)

17 views

5 days ago

IT Interview Experience
Ruff: The Only Python Linter & Formatter You’ll Ever Need | Python Clean Code: How to Setup Ruff

Hello everyone welcome back to my channel In this video I'm going to discuss about uh how to use rough format So in most of the ...

1:03
Ruff: The Only Python Linter & Formatter You’ll Ever Need | Python Clean Code: How to Setup Ruff

20 views

8 days ago

Code To Company
Lecture 9: String Formatting in Python | %, .format() and f-Strings

In this lecture, we learn about string formatting in Python, which is used to create readable and dynamic output by inserting values ...

33:06
Lecture 9: String Formatting in Python | %, .format() and f-Strings

10 views

10 days ago

PyData
Nico Albers - The new lockfile format introduced in PEP 751

In March 2025, [PEP 751](https://peps.python.org/pep-0751/) got accepted, proposing an new format how lockfiles should be ...

28:52
Nico Albers - The new lockfile format introduced in PEP 751

101 views

2 weeks ago

Chimallidev
【Curso Python #007】💫💬 Da forma a tus mensajes con format y f-strings ☀︎ ⋆⁺₊⋆

Quieres que tus programas hablen por ti? En este video aprenderás a dar formato a tus textos en Python con dos poderosas ...

18:38
【Curso Python #007】💫💬 Da forma a tus mensajes con format y f-strings ☀︎ ⋆⁺₊⋆

13 views

3 weeks ago

the lazy tech guy
I Automated my Messy Downloads Folder with Python (in 60 seconds)

Does your Downloads folder look like a disaster zone? Mine did too. In this video, I'll show you how to write a simple Python script ...

2:00
I Automated my Messy Downloads Folder with Python (in 60 seconds)

29 views

4 weeks ago

datageekrj
String Formatting: Python F-Strings Explained

F-Strings (formatted string literals) are more than just a shortcut—they are the fastest and most readable way to handle strings in ...

16:03
String Formatting: Python F-Strings Explained

0 views

12 days ago

San Coders
TOON Data Format Explained Using Python

In this video, we explore TOON (Token Oriented Object Notation) and how to work with it using Python TOON is a token-based ...

10:53
TOON Data Format Explained Using Python

0 views

4 days ago

12 AM Coding
Python | Logging In Python Basics | Logging Level, File, Format

What You'll Master: ✓ Python logging module basics ✓ Five logging levels (DEBUG to CRITICAL) ✓ Logging to files vs console ...

11:11
Python | Logging In Python Basics | Logging Level, File, Format

15 views

3 weeks ago

Coding with David
Automate Your Messy Folders with This Python Script

Learn how to build a python file organizer in this easy tutorial that will clean up your messy desktop forever. We explore ...

12:28
Automate Your Messy Folders with This Python Script

3,284 views

2 weeks ago

TyrannoFlow
Handle binary resources in FastMCP with Python by reading, inspecting metadata, and saving files

Handle binary resources in FastMCP with Python by reading, inspecting metadata, and saving files from server responses.

6:26
Handle binary resources in FastMCP with Python by reading, inspecting metadata, and saving files

17 views

6 days ago

vlogommentary
Python Parameter Naming: Best Practices for format and type Parameters

Learn Python conventions for naming parameters that specify return format or type, avoid built-in name shadowing, and improve ...

3:03
Python Parameter Naming: Best Practices for format and type Parameters

0 views

2 weeks ago

Mathew K Analytics
Comprehensive Guide to Automating Word Documents with python-docx in Python

This instructional video provides a thorough introduction to using the python-docx library for creating and editing Microsoft Word ...

22:20
Comprehensive Guide to Automating Word Documents with python-docx in Python

11 views

2 weeks ago

Sporifii Learn
✨Python Series Day 27:String Formatting▶️don't forget to subscribe for updates!▶️👇🏻 #sporifiilearn

Learn String Formatting in Python in the easiest way in this video!!! Clear examples + outputs + a free PDF to download. PDF ...

2:52
✨Python Series Day 27:String Formatting▶️don't forget to subscribe for updates!▶️👇🏻 #sporifiilearn

48 views

3 weeks ago

Dr Python
Python Script Automatically Finds & Backs Up Your Important Files (Before You Lose Them)

In this video, I demonstrate a Python automation script that protects your files by automatically creating a backup folder, scanning ...

9:06
Python Script Automatically Finds & Backs Up Your Important Files (Before You Lose Them)

49 views

8 days ago

THE PROTON GUY
Python for Beginners — Part 27: String Formatting

Learn how to format strings using f-strings and other methods. Source Code ...

4:37
Python for Beginners — Part 27: String Formatting

2 views

2 weeks ago

vlogommentary
How to Select a Slice of a Python List and Format It Nicely

Learn how to extract specific slices from a Python list and display the results in a clean, readable string format using slicing and ...

2:24
How to Select a Slice of a Python List and Format It Nicely

0 views

11 days ago

MO academy
Master String Formatting in Python | f-Strings, .format(), % Operator Tutorial

Unlock the power of string formatting in Python with this complete tutorial! Whether you are a beginner or intermediate Python ...

5:57
Master String Formatting in Python | f-Strings, .format(), % Operator Tutorial

4 views

3 weeks ago

Dr Python
This Python Trick Cleans Your Folders Automatically… But Only If They’re Not Empty 👀

Learn how to build a smart Python script that checks if a folder is empty — and if it isn't, it automatically deletes specific file types ...

5:47
This Python Trick Cleans Your Folders Automatically… But Only If They’re Not Empty 👀

167 views

3 weeks ago