Python

Python is a widely-used, interpreted, object-oriented, and high-level programming language with dynamic semantics, used for general-purpose programming. Python was created by Guido van Rossum, and first released on February 20, 1991. While you may know the python as a large snake, the name of the Python programming language comes from an old BBC television comedy sketch series called Monty Python’s Flying Circus.

— www.pythoninstitute.org

Python is largely known for its readability and versatility. Its design philosophy centers on clear and straightforward syntax, making Python accessible to both beginners and experienced coders. Over time, Python has evolved into a leading language in fields like data science and artificial intelligence (AI), largely thanks to its simplicity and extensive library support. Libraries such as NumPy, pandas, scikit-learn, TensorFlow, and PyTorch are widely used for data manipulation and machine learning. Its versatility and large, active community allow for rapid development, which is essential in the fast-moving world of data science and AI.

Updated Locations of TDM Course Projects

Below is a table showcasing the previous projects from TDM courses and their current locations.

Semester Course Project Questions Scope Dataset Previous Location New Location Tool

Spring 2024

TDM 102

Project 2

2-4

pandas

/anvil/projects/tdm/data/craigslist/vehicles.csv

the-examples-book.com/projects/spring2024/10200/project2

the-examples-book.com/tools/python/vehicles-basic-eda

Python

Spring 2024

TDM 102

Project 2

5

matplotlib

/anvil/projects/tdm/data/craigslist/vehicles.csv

the-examples-book.com/projects/spring2024/10200/project2

the-examples-book.com/tools/python/vehicles-matplotlib

Python

Spring 2024

TDM 102

Project 3

1-5

Python, Control Flow, if statements, for loops

/anvil/projects/tdm/data/noaa

the-examples-book.com/projects/spring2024/10200/project3

the-examples-book.com/tools/python/noaa-controlflow

Python

Spring 2024

TDM 102

Project 4

1-5

loops, basic data structures such as tuples, lists, loops, dict

/anvil/projects/tdm/data/noaa/

the-examples-book.com/projects/spring2024/10200/project4

the-examples-book.com/tools/python/noaa-tuples-lists

Python