Приключение в стиле Python От основ Python к работающему веб-приложению (+code)
大小
8.12 MB
文件数
129
Info Hash:
FBBDD8C5E5DC410CCB168FBD5FE7A74B13E6DADC
收录时间
2025-12-18 01:21:54
更新时间
2025-12-19 20:12:43
文件列表 (129)
+ code/.gitignore
1.79 KB
+ code/.vscode/settings.json
44 B
+ code/ch01/coffeeshop.py
369 B
+ code/ch02/menu.py
859 B
+ code/ch03/menu_function.py
773 B
+ code/ch04/menu_checks.py
1.2 KB
+ code/ch05/files.py
346 B
+ code/ch05/menu_files.py
1.34 KB
+ code/ch06/main_menu.py
544 B
+ code/ch07/main_menu.py
2.06 KB
+ code/ch08/dict_json.py
437 B
+ code/ch09/drinks.txt
23 B
+ code/ch09/flavors.txt
43 B
+ code/ch09/main_menu.py
2.6 KB
+ code/ch09/toppings.txt
42 B
+ code/ch10/first_app.py
550 B
+ code/ch10/static/.DS_Store
6 KB
+ code/ch10/static/css/normalize.css
7.61 KB
+ code/ch10/static/css/skeleton.css
11.18 KB
+ code/ch10/static/img/logo.png
2.3 KB
+ code/ch10/templates/base.html
1.06 KB
+ code/ch10/templates/forms.html
330 B
+ code/ch10/templates/greeting.html
112 B
+ code/ch10/templates/index.html
1.07 KB
+ code/ch10/templates/print.html
216 B
+ code/ch11/first_app.py
1.16 KB
+ code/ch11/orders.json
580 B
+ code/ch11/static/.DS_Store
6 KB
+ code/ch11/static/css/normalize.css
7.61 KB
+ code/ch11/static/css/skeleton.css
11.18 KB
+ code/ch11/static/img/logo.png
2.3 KB
+ code/ch11/templates/base.html
1.06 KB
+ code/ch11/templates/forms.html
1.01 KB
+ code/ch11/templates/greeting.html
112 B
+ code/ch11/templates/index.html
1.07 KB
+ code/ch11/templates/print.html
383 B
+ code/ch12/coffeeshop/app.py
1.85 KB
+ code/ch12/coffeeshop/drinks.txt
23 B
+ code/ch12/coffeeshop/flavors.txt
43 B
+ code/ch12/coffeeshop/images/3925457.jpg
280.57 KB
+ code/ch12/coffeeshop/images/alien.png
2.72 KB
+ code/ch12/coffeeshop/images/alien_hurt.png
2.75 KB
+ code/ch12/coffeeshop/images/cat1.png
60.45 KB
+ code/ch12/coffeeshop/images/cat2.png
61.62 KB
+ code/ch12/coffeeshop/images/cat3.png
70.32 KB
+ code/ch12/coffeeshop/images/cat4.png
88.18 KB
+ code/ch12/coffeeshop/images/splat.png
14.1 KB
+ code/ch12/coffeeshop/orders.db
8 KB
+ code/ch12/coffeeshop/orders.json
630 B
+ code/ch12/coffeeshop/static/.DS_Store
6 KB
+ code/ch12/coffeeshop/static/css/normalize.css
7.61 KB
+ code/ch12/coffeeshop/static/css/skeleton.css
11.19 KB
+ code/ch12/coffeeshop/static/img/logo.png
2.3 KB
+ code/ch12/coffeeshop/templates/.DS_Store
6 KB
+ code/ch12/coffeeshop/templates/base.html
1.06 KB
+ code/ch12/coffeeshop/templates/index.html
1.07 KB
+ code/ch12/coffeeshop/templates/list.html
392 B
+ code/ch12/coffeeshop/templates/order.html
885 B
+ code/ch12/coffeeshop/templates/print.html
380 B
+ code/ch12/coffeeshop/toppings.txt
42 B
+ code/ch13/coffeeshop/app.py
1.85 KB
+ code/ch13/coffeeshop/drinks.txt
23 B
+ code/ch13/coffeeshop/flavors.txt
43 B
+ code/ch13/coffeeshop/images/alien.png
2.72 KB
+ code/ch13/coffeeshop/images/alien_hurt.png
2.75 KB
+ code/ch13/coffeeshop/images/cat1.png
60.45 KB
+ code/ch13/coffeeshop/images/cat2.png
61.62 KB
+ code/ch13/coffeeshop/images/cat3.png
70.32 KB
+ code/ch13/coffeeshop/images/cat4.png
88.18 KB
+ code/ch13/coffeeshop/images/splat.png
14.1 KB
+ code/ch13/coffeeshop/orders.db
8 KB
+ code/ch13/coffeeshop/orders.json
630 B
+ code/ch13/coffeeshop/static/css/coffeeshop.css
136 B
+ code/ch13/coffeeshop/static/css/normalize.css
7.61 KB
+ code/ch13/coffeeshop/static/css/skeleton.css
11.19 KB
+ code/ch13/coffeeshop/static/img/8507631_3925457.jpg
280.57 KB
+ code/ch13/coffeeshop/static/img/logo.png
2.3 KB
+ code/ch13/coffeeshop/templates/.DS_Store
6 KB
+ code/ch13/coffeeshop/templates/base.html
1.35 KB
+ code/ch13/coffeeshop/templates/index.html
1.07 KB
+ code/ch13/coffeeshop/templates/list.html
392 B
+ code/ch13/coffeeshop/templates/order.html
1.08 KB
+ code/ch13/coffeeshop/templates/print.html
380 B
+ code/ch13/coffeeshop/toppings.txt
42 B
+ code/ch15/coffeeshop/app.py
2.16 KB
+ code/ch15/coffeeshop/drinks.txt
23 B
+ code/ch15/coffeeshop/flavors.txt
43 B
+ code/ch15/coffeeshop/images/alien.png
2.72 KB
+ code/ch15/coffeeshop/images/alien_hurt.png
2.75 KB
+ code/ch15/coffeeshop/images/cat1.png
60.45 KB
+ code/ch15/coffeeshop/images/cat2.png
61.62 KB
+ code/ch15/coffeeshop/images/cat3.png
70.32 KB
+ code/ch15/coffeeshop/images/cat4.png
88.18 KB
+ code/ch15/coffeeshop/images/splat.png
14.1 KB
+ code/ch15/coffeeshop/orders.db
8 KB
+ code/ch15/coffeeshop/orders.json
630 B
+ code/ch15/coffeeshop/static/css/coffeeshop.css
136 B
+ code/ch15/coffeeshop/static/css/normalize.css
7.61 KB
+ code/ch15/coffeeshop/static/css/skeleton.css
11.19 KB
+ code/ch15/coffeeshop/static/img/8507631_3925457.jpg
280.57 KB
+ code/ch15/coffeeshop/static/img/logo.png
2.3 KB
+ code/ch15/coffeeshop/templates/base.html
1.35 KB
+ code/ch15/coffeeshop/templates/index.html
361 B
+ code/ch15/coffeeshop/templates/list.html
392 B
+ code/ch15/coffeeshop/templates/order.html
1.08 KB
+ code/ch15/coffeeshop/templates/print.html
380 B
+ code/ch15/coffeeshop/toppings.txt
42 B
+ code/next_steps/containers/app/app.py
1.82 KB
+ code/next_steps/containers/app/drinks.txt
23 B
+ code/next_steps/containers/app/flavors.txt
43 B
+ code/next_steps/containers/app/orders.db
8 KB
+ code/next_steps/containers/app/requirements.txt
5 B
+ code/next_steps/containers/app/static/css/coffeeshop.css
136 B
+ code/next_steps/containers/app/static/css/normalize.css
7.61 KB
+ code/next_steps/containers/app/static/css/skeleton.css
11.19 KB
+ code/next_steps/containers/app/static/img/8507631_3925457.jpg
280.57 KB
+ code/next_steps/containers/app/static/img/logo.png
2.3 KB
+ code/next_steps/containers/app/templates/base.html
1.35 KB
+ code/next_steps/containers/app/templates/index.html
361 B
+ code/next_steps/containers/app/templates/list.html
392 B
+ code/next_steps/containers/app/templates/order.html
1.08 KB
+ code/next_steps/containers/app/templates/print.html
380 B
+ code/next_steps/containers/app/toppings.txt
42 B
+ code/next_steps/containers/Containerfile
249 B
+ code/next_steps/containers/Dockerfile
13 B
+ code/next_steps/containers/fly.toml
730 B
Приключение в стиле Python От основ Python к работающему веб-приложению.pdf
5.91 MB