Chapter 1: Intro To PythonΒΆ

In this chapter you will be introduced to the Python programing language. Here are the main topics you will learn about:

  • interactive Python

  • Jupyter Notebooks

  • print

  • strings

  • variables

  • numerical data types (integers and floats)

  • string formating with f-strings

  • indexing and slicing strings

  • getting input from a user