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 ...
178,353 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,372 views
python #coding #programming # Generator = Function that behaves like an iterator (it can be used in a for loop) # Pauses a ...
28,990 views
coding #python #programming Selection in Pandas means pulling out specific data from a Series or DataFrame. import pandas as ...
9,294 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,296 views
6 months ago
python #coding #programming # Generator Expression = Similar to a list comprehension but uses () instead of [] # Creates a ...
8,018 views
python #coding #numpy # dtype = Keyword argument that tells NumPy what kind of values are stored in an array # Otherwise ...
14,260 views
Resources & Further Learning - Practice notebook → https://rebrand.ly/oe61ojp - Practice exercises solutions video ...
210,354 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,695 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,353 views
5 months ago
python #coding #programming # Data Class = A special kind of class that's designed mostly for holding data # without writing a lot ...
27,925 views
Start learning to code for FREE — and get 20% OFF Scrimba Pro: ...
2,864,021 views
8 months ago
coding #numpy #python Slicing in NumPy allows you to extract portions of an array using a [start:stop:step] syntax. It works ...
16,539 views
python #coding #matplotlib Matplotlib is a Python library used for data visualization. It provides a MATLAB-like interface for quick ...
24,050 views
Join our Rust Live Accelerator waitlist (free Rust Job-Ready Roadmap inside): https://letsgetrusty.com/join Let's Get Rusty is the ...
253,998 views
python #coding #numpy # reshape() = Changes the shape of an array # w/o altering its underlying data # array.reshape(rows, ...
8,589 views
coding #python #programming Data cleaning is the process of fixing or removing: incomplete, incorrect, or irrelevant data.
17,208 views
Deploy your app the easy way with Sevalla and get $50 in free credits - https://sevalla.com/fireship AI coding may be overhyped ...
736,799 views
3 months ago
coding #programming #cprogramming // malloc() = A function in C that dynamically allocates // a specified number of bytes in ...
56,056 views
Join up and get everything you *actually* need to start hacking like a pro ✨https://cyberflow-academy.github.io/ Educational ...
1,344,522 views