- 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.
推薦閱讀
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- 深入淺出Electron:原理、工程與實(shí)踐
- Mastering Scientific Computing with R
- HTML5+CSS3網(wǎng)站設(shè)計(jì)基礎(chǔ)教程
- Access 2016數(shù)據(jù)庫(kù)管
- Scala程序員面試算法寶典
- JavaScript從入門到精通(視頻實(shí)戰(zhàn)版)
- Android Game Programming by Example
- Python Digital Forensics Cookbook
- Learning Grunt
- 寫給青少年的人工智能(Python版·微課視頻版)
- Mastering ASP.NET Core 2.0
- 創(chuàng)新工場(chǎng)講AI課:從知識(shí)到實(shí)踐
- JBoss AS 7 Development
- 走近SDN/NFV