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
7,315 results
python #coding #programming # zip() = Combines multiple iterables (lists, tuples, sets, dict) # into a single iterator of tuples.
23,501 views
2 months ago
Control Total sobre Archivos Comprimidos! Optimiza el manejo de grandes volúmenes de datos enfocándote en la gestión de ...
86 views
3 months ago
aprender a programar en python,python,como extraer archivos zip en pc,como extraer archivos zip en windows 10,como ...
330 views
8 months ago
How do you undo `zip()` in Python? Well ... by using zip again! It's counter intuitive but a pretty trick all the same. 00:00 undo zip ...
1,033 views
In this video, we'll dive deep into 4 powerful but underrated Python functions that will make your code cleaner, more efficient, and ...
128 views
Visually explained how to combine lists in Python using four simple methods including the ZIP function with clear examples.
5,115 views
Visually explained the difference between iterators and iterables in Python using enumerate, map, and filter with simple examples.
7,360 views
Learn to zip PyCharm projects for sharing, backups, or submission—perfect for developers, students, or freelancers compressing ...
702 views
6 months ago
In this beginner-friendly Python tutorial, you'll learn how to use the zip() function to combine lists, tuples, or other iterables in ...
26 views
In this Python tutorial, we explore different ways to zip NumPy arrays, combining multiple arrays efficiently for data processing, ...
54 views
10 months ago
como crear un script en python,como comprimir un archivo en zip o en rar,como abrir un archivo zip en visual studio code facil y ...
222 views
python #coding #programming zip() in Python is a built-in function that lets you combine elements from multiple lists (or any other ...
1,159 views
1 month ago
Learn how to extract `multi-part zip files` using Python with an easy-to-follow method that eliminates the need for external software ...
9 views
In this video, I discussed about how to deploy python web app or API to azure web app resource. Commands used: Name ...
1,512 views
I have explained the following key concepts with hands-on practice lab in this video: ✓ #azure Functions (Single Function ...
1,287 views
7 months ago
Learn how to efficiently download files as a zip stream in Python using Django. Stream files directly from a remote server without ...
22 views
Learn how to effectively recursively unzip nested zip files using Python's ZipFile module. This guide provides a step-by-step ...
17 views
9 months ago
Welcome to this Python tutorial! In this video, I explained three important concepts used in daily Python programming: ✓ For ...
10 views
Learn how to create folders based on zip file names and move zip files into their respective folders using Python's `os` and `shutil` ...
2 views
4 months ago
Learn how to effectively compress files in Python using the `zipfile` module. Discover solutions to common issues when zipping ...
5 views