Python

Table of Contents

Outside Python Resources

Replit.com
(Fast way to start programming)
Python with Prybar Template – includes an interactive console.
(Click the “+ Use Template” button to create this type of Repl)

Getting Started with Python using VS Code
If you have your own computer, you might prefer to run your code locally using an IDE (Integrated Development Environment) software such as VS Code. Probably not possible on your school computer due to lack of admin privileges.

Python Basics

If / Else / Boolean

(Back to Top)

Python Strings

(Back to Top)

Collections

(Back to Top)

Loops and Iteration

(Back to Top)

Functions

Back to Top

Error Handling

try / except

File Input / Output

Back to Top

Object Oriented / Objects / Classes

Back to Top

Miscellaneous Python

Text Game Project

Back to Top

Other Project Info / Ideas

Image Processing

Other Assignments (not used in Fall 2024)

Back to Top

Graphical User Interfaces (GUI)

Data Visualizations

See nemoquiz.com/data

(Back to Top)