Daniel Arbuckle's Mastering Python
上QQ阅读APP看书,第一时间看更新

Basic building blocks

To organize our code, we can divide it into four basic building blocks. We'll discuss each of these separately for understanding their role and importance in the Python code. These are as follows:

  • Functions
  • Variables
  • Expressions
  • Classes