Eli the Computer Guy
  • Home
  • Videos
    • A+
    • Arduino (2019)
    • ChatGPT / OpenAI
    • Cloud Computing (2019)
    • Cloud Computing (OLD)
    • Computer Repair
    • CSS and HTML 5 (2020)
    • Data Recovery
    • Hacking
    • HTML Intro (2020)
    • Interviews
    • Linux (2019)
    • Linux (Old)
    • Linux Tools (2020)
    • Linux Projects (2020)
    • MySQL – Introduction (2019)
    • Network
    • PHP Programming (2019)
    • PHP Programming (OLD)
    • PHP Projects
    • Python
    • Python API’s
    • Programming – Intro (2020)
    • Raspberry Pi (2020)
    • Reviews
    • Security
    • Servers
    • Voice / Telephone
    • Web Design
    • Web Publishing
    • Windows Server 2012
    • WordPress
  • Project Notes
  • Parts List
  • Notes
    • Notes – OpenAI
    • Notes – SQLite

Python

*NEW

RegEx /Regular Expressions for Python (Python Part 17)

Eli the Computer Guy

This class shows you how to use regex to match specific patterns such as email addresses, ip addresses and MAC addresses in strings

*NEW

Sanitize Strings with Python (Python Part 16)

Eli the Computer Guy

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.

*NEW

Filter Variables with Python (Python Part 15)

Eli the Computer Guy

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.

*NEW

OS Module in Python (Python Part 14)

Eli the Computer Guy

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.

*NEW

REST APIs, Requests Module and JSON in Python (Python Part 13)

Eli the Computer Guy

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

*NEW

Try Statements in Python (Python Part 12)

Eli the Computer Guy

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.

*NEW

Shebang, Input and ArgParse in Python (Python Part 11)

Eli the Computer Guy

This class shows you how to make your scripts more interactive for users with the input() function, argparse module and shebangs.

*NEW

Write Functions in Python (Python Part 10)

Eli the Computer Guy

This class teaches you how to write and use custom functions in Python.

*NEW

Write To and Read Files with Python (Python Part 9)

Eli the Computer Guy

File Modes: write.py web.py text.py read.py file-path.py path-cwd.py example.py data.txt

*NEW

Lists and Dictionaries in Python (Python Part 8)

Eli the Computer Guy

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

*NEW

venv / Virtual Environments in Python (Python Part 7)

Eli the Computer Guy

This class teaches you to use venv Virtual Environments with Python.

*NEW

Modules in Python (Python Part 6)

Eli the Computer Guy

This class will teach you the basics of using Modules, Functions and PIP in Python.

*NEW

Loops in Python (Python Part 5)

Eli the Computer Guy

This class will teach you about While and For loops in Python.

*NEW

If Else Statements and Conditions in Python (Python Part 4)

Eli the Computer Guy

This class shows you how to write if/else if/ else statements with numbers and strings.

*NEW

Variables and Concatenation in Python (Python Part 3)

Eli the Computer Guy

concat.py

*NEW

Write and Run Python Scripts (Python Part 2)

Eli the Computer Guy
*NEW

Python Coding Intro (Python Part 1)

Eli the Computer Guy

example.py

DONATE

If you want to tip a few dollars for the education videos.