- 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í)戰(zhàn)秘笈版)
- CouchDB and PHP Web Development Beginner’s Guide
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- 自制編程語(yǔ)言
- Statistical Application Development with R and Python(Second Edition)
- Go語(yǔ)言編程
- Hands-On Kubernetes on Windows
- Apache Camel Developer's Cookbook
- Python商務(wù)數(shù)據(jù)分析(微課版)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- SignalR:Real-time Application Development(Second Edition)
- SFML Game Development
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界
- Unity與C++網(wǎng)絡(luò)游戲開(kāi)發(fā)實(shí)戰(zhàn):基于VR、AI與分布式架構(gòu)
- Mastering Responsive Web Design