ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,234 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,701 views

1 year 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,119 views

4 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,967 views

12 days 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,677 views

1 year 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,108 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
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,043 views

3 years ago

Bro Code
What are Python modules? 📨

python #tutorial #course 00:00:00 intro 00:00:19 help("modules") 00:01:01 import x 00:01:28 import x as y 00:01:55 from x import y ...

6:36
What are Python modules? 📨

121,229 views

2 years 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,475 views

3 years ago

Bro Code
Let's code a Python NUMBER GUESSING GAME! 🔢

This Python number guessing game for beginners will help us gain experience with using loops and random numbers. Code for ...

8:20
Let's code a Python NUMBER GUESSING GAME! 🔢

36,625 views

1 year ago

Bro Code
Encryption program in Python 🔐

python #course #tutorial import random import string chars = " " + string.punctuation + string.digits + string.ascii_letters chars ...

8:41
Encryption program in Python 🔐

168,964 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,438 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,226 views

1 year 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,949 views

3 years 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
Python calculator app 🖩

python calculator program project tutorial example explained #python #calculator #program ...

15:08
Python calculator app 🖩

100,458 views

4 years 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
If statements in Python are easy (if, elif, else) 🤔

python #coding #programming Python if elif else control flow 00:00:00 if statements 00:01:27 else statements 00:02:19 elif ...

8:21
If statements in Python are easy (if, elif, else) 🤔

291,782 views

3 years ago

Bro Code
Create a QUIZ GAME with Python 💯

python #tutorial #course # Python quiz game questions = ("How many elements are in the periodic table?: ", "Which animal lays ...

9:29
Create a QUIZ GAME with Python 💯

292,177 views

3 years ago