- 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.
推薦閱讀
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- TypeScript Essentials
- TypeScript Blueprints
- Reactive Programming with Swift
- 程序員面試算法寶典
- 零基礎(chǔ)學(xué)單片機(jī)C語言程序設(shè)計(jì)
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- R Data Analysis Cookbook(Second Edition)
- HTML5開發(fā)精要與實(shí)例詳解
- Machine Learning for Developers
- IPython Interactive Computing and Visualization Cookbook
- Secret Recipes of the Python Ninja
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)與應(yīng)用實(shí)驗(yàn)指導(dǎo)書(第2版)
- 例說FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)