- Django Design Patterns and Best Practices
- Arun Ravindran
- 152字
- 2021-06-25 21:31:58
To get the most out of this book
You will just need a computer (PC or Mac) and internet connectivity to start with. Then, ensure that the following are installed:
- Python 3.4 or later
- Django 2 or later (will be covered in installation instructions)
- Text Editor (or a Python IDE)
- Web browser (the latest version, please)
I recommend working on a Linux-based system such as Ubuntu or Arch Linux. If you are on Windows, you can work on a Linux virtual machine using Vagrant or VirtualBox. Full disclosure, I prefer command-line interfaces, Emacs, and eggs sunny side up.
Certain chapters might also require installing certain Python libraries or Django packages. They will be mentioned like this—the factory_boy package. They can be installed using pip like this:
$ pip install factory_boy
Hence, it is highly recommended that you first create a separate virtual environment, as mentioned in Chapter 2, Application Design.
推薦閱讀
- 劍指JVM:虛擬機實踐與性能調優
- iOS開發實戰:從零基礎到App Store上架
- Hands-On RESTful Web Services with Go
- Hands-On Microservices with Kotlin
- QGIS By Example
- Getting Started with NativeScript
- Java EE 8 Application Development
- Building Serverless Architectures
- Webpack實戰:入門、進階與調優(第2版)
- Scala編程實戰
- 程序員的成長課
- JavaScript Unit Testing
- Learning Dynamics NAV Patterns
- Learning QGIS(Second Edition)
- 數據庫技術及應用(Access)(第2版)