Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,194 results
python #coding #programming # In a terminal: pip install qrcode[pil] import qrcode url = input("Enter the URL: ").strip() file_path ...
177,377 views
2 months ago
python #coding #programming # Iterator = An object that returns elements one at a time # from a sequence (or data stream) # and ...
18,341 views
python #coding #programming # Generator = Function that behaves like an iterator (it can be used in a for loop) # Pauses a ...
28,963 views
python #coding #programming # Generator Expression = Similar to a list comprehension but uses () instead of [] # Creates a ...
8,001 views
coding #python #programming Selection in Pandas means pulling out specific data from a Series or DataFrame. import pandas as ...
9,281 views
4 months ago
coding #programming #numpy This is an introduction to how to get started working with NumPy 1. open a terminal 2. pip install ...
53,219 views
6 months ago
python #coding #numpy # dtype = Keyword argument that tells NumPy what kind of values are stored in an array # Otherwise ...
14,177 views
Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...
209,830 views
9 months ago
coding #python #numpy import numpy as np array = np.array([[['A', 'B', 'C'], ['D', 'E', 'F'], ['G', 'H', 'I']], [['J', 'K', 'L'], ['M', 'N', 'O'], ['P', ...
20,663 views
python #coding #programming # Data Class = A special kind of class that's designed mostly for holding data # without writing a lot ...
27,906 views
coding #python #programming A Series is a one-dimensional labeled array that can hold data of any type. Think of it like a single ...
13,330 views
coding #numpy #python Slicing in NumPy allows you to extract portions of an array using a [start:stop:step] syntax. It works ...
16,510 views
An honest look at the Golang programming language. Topics: - Go pros and cons; - Why learn Go? - Is Go easy to learn?
104,021 views
Start learning to code for FREE — and get 20% OFF Scrimba Pro: ...
2,859,760 views
8 months ago
python #coding #matplotlib Matplotlib is a Python library used for data visualization. It provides a MATLAB-like interface for quick ...
24,002 views
Join our Rust Live Accelerator waitlist (free Rust Job-Ready Roadmap inside): https://letsgetrusty.com/join Let's Get Rusty is the ...
253,642 views
python #coding #numpy # reshape() = Changes the shape of an array # w/o altering its underlying data # array.reshape(rows, ...
8,574 views
Resources & Further Learning - Practice notebook: https://rebrand.ly/lmro0nl Chapters 00:00 - Intro 00:18 - Syntax 02:19 ...
34,944 views
Resources & Further Learning - Practice notebook: https://rebrand.ly/k0ziezz Chapters 00:00 - Intro 00:12 - Syntax 02:40 - Why ...
184,406 views
Rust is everywhere. Build, Upgrade, and Save All Month Long at Micro Center: https://micro.center/a8050d Sign-Up for VIP Days ...
382,010 views
5 months ago