× Home Courses HTML Java Python Links Contact
devonraleigh.com

Python (CSCI 1301, CSCI 1302, ITEC 2260, and ITEC 2270)

The following are code examples that I built for use in tutoring Introduction to Computer Programming and Application Development students. Each code example covers one or more specific topics.

Classes and Objects

Exception Handling

File Handling

For Loops

Functions

Dictionaries

If Else Logic

Lists and Arrays

Note that Python doesn't technically have built-in support for arrays. Instead of arrays, Python uses Lists.

Match Case

While Loops