Python Standard Library: OS

preview_player
Показать описание
In today's video, we're going to learn about one of those key modules that everyone needs to know, the os module!
Learn how to interact with your operating system, manage environment variables, execute commands, and even utilize advanced techniques like forking processes and using pipes.
We'll cover everything from the basics to real-world applications, with a fun challenge included! Whether you're a beginner or a seasoned Pythonista, this video has something for you.

As always, please comment below if you have any questions or suggestions for future videos.

Chapters
========
0:00 - Intro
0:53 - Quick Attributes and Function
2:33 - Environment Variables
11:09 - basic forking
16:00 - forking with pipes

Рекомендации по теме
Комментарии
Автор

great video! I was happy to see it pop up in my notifications! Keep them coming, your channel is one of the best I have found! great job!

dragonkat
Автор

Thank you so much for this series related to std library.

verax