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
159 results
Learn Python argparse from scratch — the complete beginner's guide to building real command-line tools that work exactly like git ...
73 views
3 months ago
Master the art of creating professional and robust command-line interfaces (CLIs) in Python! In this comprehensive tutorial ...
2,324 views
1 year ago
En este video hay varios ejemplos básicos usando argparse con python3 en ubuntu. Estos ejemplos están hechos con ...
5,255 views
4 years ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll guide you through creating a ...
97,112 views
2 years ago
If you need to make a very simple command-line interface and it doesn't need to be friendly, you can read sys.argv to manually ...
1,115 views
3 years ago
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'll share 15 Python ...
463,761 views
Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg Link to the Repl: ...
124,117 views
No te aclaras con los *args y **kwargs en Python? ¿Quieres entender los argumentos opcionales y los argumentos de palabras ...
10,160 views
5 years ago
This video is the 3rd part of the 3 part series on Using Command Line arguments in Python. In this video, we are going to see the ...
305 views
6 years ago
Why write the same thing twice when you can inherit it? Inheritance lets you create new classes based on existing ones, and ...
32 views
1 month ago
Python projects that use modern tooling and standards work best when the files in the project repository follow a certain layout.
53,765 views
This is CS50P, CS50's Introduction to Programming with Python. Enroll for free at https://cs50.edx.org/python. Slides, source code ...
350,262 views
Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...
29,501 views
This is my version of "What's new in Python 3.14", with a focus on the features that are immediately relevant for most Python ...
8,304 views
9 months ago
Modern Python projects use pyproject.toml files to describe a project's metadata, dependencies, and other valuable attributes.
39,369 views
In this video, I'll show you why sys.argv isn't the best way to handle command-line arguments in Python and why you should be ...
103 views
The CAPSTONE. Every concept from L01-L11 combines into ONE shipped CLI tool. You'll build: • argparse + subcommands ...
18 views
2 months ago
The C standard library doesn't have nearly the conveniences that, say, Python's argparse provides. Even with borrowing getopt ...
320 views
Sign up for Socratica Courses: https://www.socratica.com/collections Socratica ...
15,567 views
6 months ago
Automatically remove the background from any image with Python! In this complete tutorial, you'll learn how to create a ...
989 views