Python basics

4. Python basics#

In this chapter, you will familiarize yourself with Python basics. You will:

  • Explore different data types in Python, and how to convert one type into another

  • Learn about Python’s features when working with different data types

  • Use Python as a calculator

  • See how you can request and use user’s input in your code

  • Learn how Python tries to tell you when you did something wrong in your code

../../_images/map4.png