/pursue23

Exercises used during the USCMS Undergraduate Summer Internship 2023 lectures

Primary LanguagePython

Python 2023 Code Examples

This repository contains examples and exercises used during the 2023 USCMS Undergraduate Summer Internship and TARGET Internship Python lectures.

Content

phonebook

This is a Python implementation of a simple phone book application. In this example we cover the following topics:

  • input and output
  • functions
  • if statements
  • read files
  • for and while loops
  • dictionaries
  • error handling
  • list comprehensions
  • string formatting

iris

This is an integrated exercise. Flower species data analysis using Bash and Python

cesar