Introduction to Python

ICPSR Summer Program

Session I


This is a class designed to introduce you to the basics of the Python. Python is one of the most popular computer coding languages at this time. Python is particularly well suited for work in data analysis and manipulation. This course will provide you with a foundation of knowledge upon which you can build.

By the end of this course, you should be able to:

  • Know the basic structure and logic of the python programming language

  • Set up Python workflow in Google Colab

  • Write functions in Python

  • Import and use libraries in Python

  • Scrape web pages

  • Access APIs with Python

  • Data manipulation with pandas

The syllabus for Summer 2024 can be found here.

Course Schedule and Material (From 2024)

Day 1

Introduction to the Course

Slides

Day 2

Programming Basics

Slides

Day 3

Functions and Objects

Slides

Day 4

Webscraping and APIs

Slides

Day 5

Data Manipulation

Bonus Content