Hands-On Software Engineering with Python
上QQ阅读APP看书,第一时间看更新

To get the most out of this book

You should know, specifically, about the following:

  • How to download and install Python (3.6.x was used while writing this book, but the code here is expected to work in 3.7.x with little or no modification)
  • How to write Python functions
  • How to write basic Python classes
  • How to install Python modules with pip, and how to import modules into your code