Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.05 KB

Introducing Python

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:

  • understand and use variables

  • work with common Python data types like integers, floats, strings, characters, lists, dictionaries, as well as pandas DataFrames

  • use basic flow control, including for loops and conditionals

  • read data from text files

  • obtain basic summary statistics from data files

  • manipulate and extract data from pandas DataFrames

  • write Python code according to standard style guidelines

Codespaces

To work in a codespace, click on the green <> Code button at the top right of this repository’s GitHub page. Then click on the green button that says Create codespace on main to launch your codespace.