ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

467 results

Bro Code
Learn Python generators in 8 minutes! 🚰

python #coding #programming # Generator = Function that behaves like an iterator (it can be used in a for loop) # Pauses a ...

8:02
Learn Python generators in 8 minutes! 🚰

25,711 views

1 month ago

Bro Code
Learn Python generator expressions in 9 minutes! ♻️

python #coding #programming # Generator Expression = Similar to a list comprehension but uses () instead of [] # Creates a ...

9:08
Learn Python generator expressions in 9 minutes! ♻️

7,009 views

1 month ago

Bro Code
Learn Python iterators in 7 minutes! ➡️

python #coding #programming # Iterator = An object that returns elements one at a time # from a sequence (or data stream) # and ...

7:12
Learn Python iterators in 7 minutes! ➡️

16,167 views

1 month 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! 📱

110,054 views

1 month ago

Bro Code
Build a music player with Python! 🎶

python #coding #programming We're going to walkthrough how to create an mp3 music player using Python. This video is meant ...

21:56
Build a music player with Python! 🎶

30,263 views

1 month ago

Bro Code
Learn NumPy in 1 hour! 🔢

coding #python #numpy This video serves as an introduction to the NumPy Python library. We'll cover the basics of NumPy so you ...

1:00:00
Learn NumPy in 1 hour! 🔢

222,315 views

4 months ago

Visually Explained
Python Decorators - Visually Explained

Resources & Further Learning - *args vs **kwargs - Visually Explained: https://www.youtube.com/watch?v=FFpDsC6B2qw ...

16:00
Python Decorators - Visually Explained

95,539 views

3 weeks ago

Bro Code
Generate random numbers in C! 🎲

coding #programming #cprogramming int main() { // Pseudo-random = Appear random but are determined by a // mathematical ...

6:02
Generate random numbers in C! 🎲

10,148 views

8 months ago

TechBlazes Cyber
Python Intermediate Course | Beyond the Basics: Iterators, Generators, RegEx, Packages & Decorators

Python Intermediate Course | Beyond the Basics: Iterators, Generators, RegEx, Packages & Decorators ⏱️ YouTube ...

2:31:26
Python Intermediate Course | Beyond the Basics: Iterators, Generators, RegEx, Packages & Decorators

44 views

4 months ago

Tech With Tim
Please Learn How To Write Tests in Python… • Pytest Tutorial

Get started with the Careerist QA Program today! https://crst.co/TECHWITH-2984FB40 In this video, I'm going to teach you how to ...

33:10
Please Learn How To Write Tests in Python… • Pytest Tutorial

141,512 views

9 months ago

Bro Code
Random numbers in NumPy are easy! 🎲

coding #python #numpy Random numbers in NumPy are useful for simulations, modeling, applying random transformations, and ...

7:51
Random numbers in NumPy are easy! 🎲

10,441 views

4 months ago