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.
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.
Approximately 2 hours.
- Introduction to the Python Programming Language
- Read Chapters 1-2 in Think Python.
- Try out Python commands and code snippets in a new IPython Notebook.
- Several free books, mostly written for Python 2:
When you have completed and worked through the above readings, please take the Week 2 Lesson 3 Assessment.