Skip to content

Latest commit

 

History

History

1.01-lesson-python-intro

Intro to Python

Materials We Provide

Topic Description Link
Lesson Introduction to Python Link
Lesson Introduction to Data Types Link

Learning Objectives

After this lesson, you will be able to:

  • Define integers, strings, tuples, lists, and dictionaries
  • Demonstrate arithmetic operations and string operations
  • Learn to use basic Jupyter Notebook features

Student Requirements

Before this lesson(s), students should already be able to:

  1. Describe/define Python data types

Lesson Outline

Estimated Total Time: 90 mins

I. Intro to Python

  • Common Python Datatypes
  • Working with Integers, Floats
  • Common Mathematical Operations
  • Strings and Variables
  • Lists, tuples, dictionaries and sets
  • Booleans

OPTIONAL: Resources for Practice and Learning

  • Automate the Boring Stuff with Python: Free book/blog here.
  • Codecademy tutorials on the command line and Git here.