
RegEx /Regular Expressions for Python (Python Part 17)
This class shows you how to use regex to match specific patterns such as email addresses, ip addresses and MAC addresses in strings
This class shows you how to use regex to match specific patterns such as email addresses, ip addresses and MAC addresses in strings
This class shows you how to strip out characters from strings to prevent injection attacks, and to format the text so that yo can store clean data.
This class explains the basic concepts of filtering user input with Python and why it matters. The lab shows how to create a loop that requests text that is formatted properly for the scripts needs.
This class shows you how to use the OS Module to interact with the operating system and gain access to applications and tools that reside on the OS.
This class shows you how to use REST API’s in Python. You will get variable values from one API and pass it to another. NOTE: (ERROR) rest-text.py requests-copy.py location-json.py pretty-json.py json-module.py
This class will teach yo how to use Try Statements. This allows you to try to take an action with an API, or OS command and if it does not work then do something else.
This class shows you how to make your scripts more interactive for users with the input() function, argparse module and shebangs.
This class teaches you how to write and use custom functions in Python.
File Modes: write.py web.py text.py read.py file-path.py path-cwd.py example.py data.txt
This class shows you how to use Lists and Dictionaries in Python. basic-list.py list-sort.py add-remove-list.py split-list.py basic-dict.py add-remove-dict.py nested-list.py
This class teaches you to use venv Virtual Environments with Python.
This class will teach you the basics of using Modules, Functions and PIP in Python.
This class will teach you about While and For loops in Python.
This class shows you how to write if/else if/ else statements with numbers and strings.
example.py