- Hands-On Software Engineering with Python
- Brian Allbee
- 69字
- 2021-06-24 18:20:29
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