ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,703 results

Bro Code
Start coding with PYTHON in 5 minutes! 🐍

python #pythontutorial #pythoncourse This is the introductory video to my new FREE 12 Hour Python course. There is an ...

5:50
Start coding with PYTHON in 5 minutes! 🐍

521,682 views

1 year ago

Bro Code
Functions in Python are easy 📞

python #tutorial #course 00:00:00 functions 00:01:49 arguments 00:04:28 exercise #1 00:06:12 return 00:08:27 exercise #2 ...

10:38
Functions in Python are easy 📞

1,009,052 views

2 years ago

Bro Code
Write files using Python! ✍

00:00:00 .txt 00:03:06 absolute file path 00:04:09 mode="x" 00:05:35 mode="a" 00:06:31 collections 00:08:15 .json 00:10:30 .csv.

13:47
Write files using Python! ✍

51,221 views

1 year ago

Bro Code
Create QR codes with Python in 4 minutes! 📱

python #coding #programming # In a terminal: pip install qrcode[pil] import qrcode url = input("Enter the URL: ").strip() file_path ...

4:11
Create QR codes with Python in 4 minutes! 📱

61,930 views

12 days ago

Bro Code
Python Object Oriented Programming in 10 minutes 🐍

python object oriented programming OOP tutorial example explained #python #objects #OOP ...

10:04
Python Object Oriented Programming in 10 minutes 🐍

579,055 views

4 years ago

Bro Code
While loops in Python are easy! ♾️

python #tutorial #course # while loop = execute some code WHILE some condition remains true 00:00:00 intro 00:00:50 example ...

6:58
While loops in Python are easy! ♾️

684,067 views

3 years ago

Bro Code
Learn Python DECORATORS in 7 minutes! 🎊

Decorator = A function that extends the behavior of another function # w/o modifying the base function # Pass the base function as ...

7:22
Learn Python DECORATORS in 7 minutes! 🎊

87,862 views

1 year ago

Bro Code
Let's code a beginners Python BANKING PROGRAM 💰

python #pythonprogramming #pythontutorial This is an exercise do help us learn about functions in Python. Code for this program ...

15:01
Let's code a beginners Python BANKING PROGRAM 💰

435,678 views

1 year ago

Bro Code
Python lists, sets, and tuples explained 🍍

python #tutorial #course Python list set tuple tutorial example explained 00:00:00 intro 00:00:49 list 00:09:40 set 00:12:40 tuple ...

15:06
Python lists, sets, and tuples explained 🍍

587,588 views

3 years ago

Bro Code
Learn Python for loops in 5 minutes! 🔁

python #course #tutorial 00:00:00 iterate forwards 00:01:39 iterate backwards 00:02:15 step 00:02:44 iterate over a string ...

5:06
Learn Python for loops in 5 minutes! 🔁

755,848 views

3 years ago

Bro Code
String methods in Python are easy! 〰️

Python #string #methods 00:00:00 useful string methods 00:08:05 exercise # name = input("Enter your name: ") # phone_number ...

12:06
String methods in Python are easy! 〰️

215,023 views

3 years ago

Bro Code
Python dictionaries are easy 📙

python #tutorial #course # dictionary = a collection of {key:value} pairs # ordered and changeable. No duplicates capitals ...

8:06
Python dictionaries are easy 📙

429,427 views

3 years ago

Bro Code
Nested loops in Python are easy ➿

Python #course #tutorial # nested loop = A loop within another loop (outer, inner) # outer loop: # inner loop: rows = int(input("Enter ...

5:35
Nested loops in Python are easy ➿

480,739 views

3 years ago

Thu Vu
How I Would Learn Python FAST (if I could start over)

Join me to master Python and build awesome AI projects https://python-course-earlybird.framer.website/?

12:19
How I Would Learn Python FAST (if I could start over)

1,477,937 views

1 year ago

Coding With Russ
2 YEARS of PYTHON Game Development in 5 Minutes!

I spent the last two years learning Pygame and game development in general. This video shows my journey starting with almost ...

4:54
2 YEARS of PYTHON Game Development in 5 Minutes!

1,152,133 views

2 years ago

Bro Code
Python variables for beginners ❎

Python #variables #type (00:00:00) What are variables? (00:01:15) string concatenation (00:02:23) separate arguments ...

13:31
Python variables for beginners ❎

270,141 views

3 years ago

Bro Code
ROCK PAPER SCISSORS game in Python 🗿

python #tutorial #course Python tutorial for beginners rock paper scissors import random options = ("rock", "paper", "scissors") ...

9:29
ROCK PAPER SCISSORS game in Python 🗿

179,264 views

3 years ago

Bro Code
Request API data using Python in 8 minutes! ↩️

python #pythonprogramming #pythontutorial https://pokeapi.co/ 00:00:00 Pokeapi intro 00:00:40 import requests 00:01:09 pip ...

8:34
Request API data using Python in 8 minutes! ↩️

204,189 views

1 year ago

Bro Code
Learn Python EXCEPTION HANDLING in 5 minutes! 🚦

exception = An event that interrupts the flow of a program # (ZeroDivisionError, TypeError, ValueError) # 1.try, 2.except, 3.finally ...

5:49
Learn Python EXCEPTION HANDLING in 5 minutes! 🚦

76,793 views

1 year ago

Bro Code
Python shopping cart program 🛒

python #tutorial #course # Shopping cart exercise foods = [] prices = [] total = 0 while True: food = input("Enter a food to buy (q to ...

7:14
Python shopping cart program 🛒

150,474 views

3 years ago