- Django Design Patterns and Best Practices
- Arun Ravindran
- 179字
- 2021-07-23 19:36:19
Chapter 1. Django and Patterns
In this chapter, we will talk about the following topics:
- Why Django?
- The story of Django
- How Django works
- What is a Pattern?
- Well-known pattern collections
- Patterns in Django
According to Bowei Gai's "World Startup Report," there were more than 136,000 Internet firms across the world in 2013, with more than 60,000 in America alone. Of these, 87 US companies are valued more than 1 billion dollars. Another study says that of 12,000 people aged between 18 and 30 in 27 countries, more than two-thirds see opportunities in becoming an entrepreneur.
This entrepreneurial boom in digital startups is primarily due to the tools and technologies of startups becoming cheap and ubiquitous. Creating a fully fledged web application takes a lot less time than it used to, thanks to powerful frameworks.
With a gentle learning curve, even first-time programmers can learn to create web applications easily. However, soon they would keep solving the same problems others have been facing again and again. This is where understanding patterns can really help save their time.
- Android應(yīng)用程序開發(fā)與典型案例
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- SQL學(xué)習(xí)指南(第3版)
- Reactive Programming with Swift
- Python 3網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- 假如C語(yǔ)言是我發(fā)明的:講給孩子聽的大師編程課
- PySide GUI Application Development(Second Edition)
- ArcGIS By Example
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)編程
- 零基礎(chǔ)學(xué)SQL(升級(jí)版)
- Offer來(lái)了:Java面試核心知識(shí)點(diǎn)精講(框架篇)
- Microsoft XNA 4.0 Game Development Cookbook
- Hands-On ROS for Robotics Programming
- MySQL核心技術(shù)與最佳實(shí)踐