Skip to content

Python Homepage

Welcome!

Python, an widely-used and versatile programming language, is one of the most popular programming languages world-wide. Because of this, being able to read, write, modify, and troubleshoot Python syntax is an invaluable skill regardless of your intended career path.

There is almost always multiple ways to solve the same problem within Python. This could involve using solely pure Python code, utilizing externally written code (often called Packages), or more likely will be a combination of both.

In the following pages we will highlight packages commonly used in our labs. These will primarily show how the code must be written to obtain specific outputs. In short, this means we will be overviewing specific routes to solve specific problems. As always, reach out to a lab lead or mentor as questions arise.