- Django Design Patterns and Best Practices
- Arun Ravindran
- 160字
- 2021-07-23 19:36:18
What you need for 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 Python 2.7, after reading Appendix, Python 2 Versus Python 3) or later
- Django 1.7 or later
- 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. Here is a 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 as, say—the factory_boy
package. In most cases, they can be installed using pip
as follows:
$ pip install factory_boy
Hence, it is highly recommended that you first create a separate virtual environment, as mentioned in Chapter 2, Application Design.
推薦閱讀
- Visual Basic程序開發(學習筆記)
- Developing Mobile Web ArcGIS Applications
- Mastering Concurrency in Go
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- INSTANT CakePHP Starter
- Hands-On Microservices with Kotlin
- Haxe Game Development Essentials
- The DevOps 2.5 Toolkit
- Python3.5從零開始學
- OpenStack Networking Essentials
- 現代CPU性能分析與優化
- Python數據預處理技術與實踐
- C語言王者歸來
- Expert Cube Development with SSAS Multidimensional Models
- 破繭成蝶:用戶體驗設計師的成長之路