Chapter 8: Introduction to Python
In this chapter, we will be learning about the Python commands and functionalities while applying them to problems. As we delve into the first chapter of Section 2, Applying Python and Computational Thinking, we will be using more complex Python programming. In this chapter, we will focus more on language, while the remaining chapters will focus on application.
In this chapter, we will cover the following topics:
- Introducing Python
- Working with dictionaries and lists
- Using variables and functions
- Learning about files, data, and iteration
- Using object-oriented programming
As we dig deeper into the Python programming language, remember that some of the content has been covered in previous chapters as we looked at the computational thinking process, such as the use of dictionaries and functions. This chapter will allow you to find critical information more easily when looking for Python commands to meet your computational...