Section 2:Applying Python and Computational Thinking
There are multiple options when it comes to programming languages. The Python programming language is a powerful, open source, object-oriented programming language. It is a high-level programming language with an ever-growing number of libraries and packages that continue to expand its capabilities. We can use Python to program things from simple mathematical algorithms to complex data science algorithms, and even machine learning. Understanding Python also means understanding multiple areas of computational thinking.
In this section, you will learn how to use the computational thinking process when solving problems using the Python programming language.
This section comprises the following chapters:
- Chapter 8, Introduction to Python
- Chapter 9, Understanding Input and Output to Design a Solution Algorithm
- Chapter 10, Control Flow
- Chapter 11, Using Computational Thinking and Python in Simple Challenges...