-
Linux Commands for Beginners 01 – Introduction
In my Linux Commands for Beginners series, we’ll explore everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. This video serves as an introduction.
-
Coding in Python 23 – Virtual Environments
In video number 23 of the Coding in Python series, you’ll be introduced to the concept of Virtual Environments.
(more…) -
Coding in Python 22 – Working with Files
In video number 22 of the Coding in Python series, we look at basic file management.
-
Coding in Python 21 – Exception Handling
In video number 21 of the Coding in Python series, you’ll be introduced to the concept of handling exceptions.
-
Coding in Python 20 – Subprocess
In video number 20 of the Coding in Python series, we check out how to run commands with subprocess.
-
Coding in Python 19 – More OS Module Fun
In video number 19 of the Coding in Python series, we continue working with the OS module.
(more…) -
Coding in Python 18 – The OS Module
In video number 18 of the Coding in Python series, we’ll check out the OS module, which will allow you to interact with your operating system.
(more…) -
Coding in Python 17 – Tuples
In video number 17 of the Coding in Python series, you’ll learn about tuples.
(more…) -
Coding in Python 16 – For Loops
In video number 16 of the Coding in Python series, we’ll check out for loops.
(more…) -
Coding in Python 15 – While Loops
In video number 15 of the Coding in Python series, we’ll check out while loops.