Courses

Python Script Writing Guidelines

This video provides some helpful guidelines to follow when writing Python scripts including using good comments and being aware of whitespace. This video is a small portion of the Understanding the Basics of Python Programming Tech Session. Be sure to view that video if you are interested in more information on similar topics.

Python Script Writing Guidelines Read More »

Python Data Types – Lists

This brief video explains how Lists are used in Python including some common List methods such as .append(obj), .count(obj), .extend(seq), and .remove(obj). This video is a small portion of the Understanding the Basics of Python Programming Tech Session. Be sure to view that video if you are interested in more information on similar topics.

Python Data Types – Lists Read More »

Python Data Types – Dictionaries

This short video explains how Dictionaries are used in Python including various Dictionary methods like .clear(), .items(), .keys(), and .values(). This video is a small portion of the Understanding the Basics of Python Programming Tech Session. Be sure to view that video if you are interested in more information on similar topics.

Python Data Types – Dictionaries Read More »