Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.69 KB

lesson3.md

File metadata and controls

38 lines (25 loc) · 1.69 KB

Week 2 Lesson 3

Introduction to Python

In this lesson, you will learn about the basics of python terminology, and the difference between various kinds of errors you will encounter through coding in Python. Next, you will explore the various data types found in Python and learn how to apply simple operations (such as addition, subtraction, etc.) to Python variables.

Objectives###

By the end of this lesson, you will:

  • Know basic python terminology, such as input, output, debugging, etc.
  • Know the difference between the different types of errors.
  • Use the Python interpreter.
  • Describe the basic data types provided by the Python language.
  • Perform basic operations on Python variables.

Time Estimate

Approximately 2 hours.

Readings

Optional Additional Readings

Assessment

When you have completed and worked through the above readings, please take the Week 2 Lesson 3 Assessment.