Python – Custom Functions and OS Module

August 2, 2024 3613 Views

RSVP for Classes at – https://www.SiliconDojo.com
Notes and Code at – https://github.com/SiliconDojo/Online-Classes

Support Classes at – https://donorbox.org/etcg
Find All Classes at – https://www.elithecomputerguy.com
LinkedIn at – https://www.linkedin.com/in/eli-etherton-a15362211/

This class will show you how to use Python to send commands to the Operating System and also allow Python to access the return from the command. This means that your Python app can gain all the functionality that exists on your Operating System

We will also learn how to create custom Functions. Functions are basically small programs within your project. This allows you to write a routine once, and then simply call it later when you need it in the script.

The class will go over:
– Sending Command to the Operating System
– Receiving the results of Commands
– Overview of Command Line apps you can access
– Building custom functions
– How function returns work

Leave a comment

Your email address will not be published. Required fields are marked *