- Building RESTful Python Web Services
- Gastón C. Hillar
- 124字
- 2021-08-20 10:24:20
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If no game matches the specified id or primary key, the server will return just a 404 Not Found
status."
A block of code is set as follows:
from django.apps import AppConfig class GamesConfig(AppConfig): name = 'games'
Any command-line input or output is written as follows:
python3 -m venv ~/PythonREST/Django01
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- 程序員面試筆試寶典(第3版)
- Hyper-V 2016 Best Practices
- 深度學習:算法入門與Keras編程實踐
- Spring實戰(第5版)
- 微信小程序項目開發實戰
- Learning Probabilistic Graphical Models in R
- Instant Nancy Web Development
- Creating Stunning Dashboards with QlikView
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Clojure for Machine Learning
- Node.js 6.x Blueprints
- 透視C#核心技術:系統架構及移動端開發
- 軟技能2:軟件開發者職業生涯指南
- Zend Framework 2 Cookbook