Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Learning Objectives

Introducing Python

Although we are big fans of AI coding assistants, we also believe that it is important to understand the fundamentals of programming. You cannot trust or debug AI-generated code if you don’t know how to write code that does what you want. In this chapter, we will introduce the basic concepts of programming in Python. We will start with the basics of Python syntax, and then move on to more advanced topics like data types, flow control, and reading and writing data files. We will introduce AI assitance at the start of the next chapter.

By the end of this chapter, you should be able to: