How do you tell whether or not a task completed successfully? Usually, an error message is a sure sign that something went wrong. But when it comes to Linux, you won’t always have that to rely on. In this video, you’ll learn all about exit codes, which is how you determine whether or not a task in Linux is successful or if it failed.
-
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 11 – Functions
In video number 11 of the Coding in Python series, functions are explored.
-
Coding in Python 12 – Local vs Global Variables
In video number 12 of the Coding in Python series, we explore the difference between local and global variables.
(more…)