《Django 5 By Example》阅读笔记:p339-p358

《Django 5 By Example》学习第12天,p339-p358总结,总计20页。

一、技术总结

1.项目(购物网站)

django-admin startproject myshop

虽然这里只是示例,但我觉得这种命名为 myxxx 的习惯非常不好,因为在实际应用中,是不允许这样命名的,很不规范。

二、英语总结(生词:1)

1.catalog

p341, Your users will be able to browse through a product catalog and add products to a shopping cart.

(1)catalog: cata-("down, completely") + *leg-("to collect, to gather")

c. a list of sth(目录). 这是美式写法,英式写法是 catalogue。

三、其它

看书看到快晕了,感觉作者很啰嗦。今天就这样吧,不想像作者一样啰嗦。

四、参考资料

1. 编程

(1) Antonio Melé,《Django 5 By Example》:https://book.douban.com/subject/37007362/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)

相关推荐
一晌小贪欢10 小时前
【Python数据分析】数据分析与可视化
开发语言·python·数据分析·数据可视化·数据清洗
dreams_dream12 小时前
Flask
后端·python·flask
mywpython12 小时前
用Python和Websockets库构建一个高性能、低延迟的实时消息推送服务
python·websocket
ZPC821012 小时前
FPGA 部署ONNX
人工智能·python·算法·机器人
一晌小贪欢13 小时前
Python键盘鼠标自动化库详解:从入门到精通
python·自动化·计算机外设·python鼠标·python键盘·python操控鼠标·python操控键盘
穿西装的水獭13 小时前
python将Excel数据写进图片中
开发语言·python·excel
xiaoxiongip66614 小时前
假设两个设备在不同网段,网关怎么设置才能通呢
网络·爬虫·python·https·智能路由器
逻极14 小时前
Scikit-learn 实战:15 分钟构建生产级中国房价预测模型
python·机器学习·scikit-learn
行板Andante14 小时前
AttributeError: ‘super‘ object has no attribute ‘sklearn_tags‘解决
人工智能·python·sklearn
tryCbest14 小时前
Python基础之爬虫技术(一)
开发语言·爬虫·python