TorBT - Torrents and Magnet Links Search Engine

Приключение в стиле Python От основ Python к работающему веб-приложению (+code)

File Name
Size
+ code/.gitignore
1.8 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.3 kB
+ code/ch06/main_menu.py
544 B
+ code/ch07/main_menu.py
2.1 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.0 kB
+ code/ch10/static/css/normalize.css
7.6 kB
+ code/ch10/static/css/skeleton.css
11 kB
+ code/ch10/static/img/logo.png
2.3 kB
+ code/ch10/templates/base.html
1.1 kB
+ code/ch10/templates/forms.html
330 B
+ code/ch10/templates/greeting.html
112 B
+ code/ch10/templates/index.html
1.1 kB
+ code/ch10/templates/print.html
216 B
+ code/ch11/first_app.py
1.2 kB
+ code/ch11/orders.json
580 B
+ code/ch11/static/.DS_Store
6.0 kB
+ code/ch11/static/css/normalize.css
7.6 kB
+ code/ch11/static/css/skeleton.css
11 kB
+ code/ch11/static/img/logo.png
2.3 kB
+ code/ch11/templates/base.html
1.1 kB
+ code/ch11/templates/forms.html
1.0 kB
+ code/ch11/templates/greeting.html
112 B
+ code/ch11/templates/index.html
1.1 kB
+ code/ch11/templates/print.html
383 B
+ code/ch12/coffeeshop/app.py
1.8 kB
+ code/ch12/coffeeshop/drinks.txt
23 B
+ code/ch12/coffeeshop/flavors.txt
43 B
+ code/ch12/coffeeshop/images/3925457.jpg
281 kB
+ code/ch12/coffeeshop/images/alien.png
2.7 kB
+ code/ch12/coffeeshop/images/alien_hurt.png
2.8 kB
+ code/ch12/coffeeshop/images/cat1.png
60 kB
+ code/ch12/coffeeshop/images/cat2.png
62 kB
+ code/ch12/coffeeshop/images/cat3.png
70 kB
+ code/ch12/coffeeshop/images/cat4.png
88 kB
+ code/ch12/coffeeshop/images/splat.png
14 kB
+ code/ch12/coffeeshop/orders.db
8.0 kB
+ code/ch12/coffeeshop/orders.json
630 B
+ code/ch12/coffeeshop/static/.DS_Store
6.0 kB
+ code/ch12/coffeeshop/static/css/normalize.css
7.6 kB
+ code/ch12/coffeeshop/static/css/skeleton.css
11 kB
+ code/ch12/coffeeshop/static/img/logo.png
2.3 kB
+ code/ch12/coffeeshop/templates/.DS_Store
6.0 kB
+ code/ch12/coffeeshop/templates/base.html
1.1 kB
+ code/ch12/coffeeshop/templates/index.html
1.1 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.8 kB
+ code/ch13/coffeeshop/drinks.txt
23 B
+ code/ch13/coffeeshop/flavors.txt
43 B
+ code/ch13/coffeeshop/images/alien.png
2.7 kB
+ code/ch13/coffeeshop/images/alien_hurt.png
2.8 kB
+ code/ch13/coffeeshop/images/cat1.png
60 kB
+ code/ch13/coffeeshop/images/cat2.png
62 kB
+ code/ch13/coffeeshop/images/cat3.png
70 kB
+ code/ch13/coffeeshop/images/cat4.png
88 kB
+ code/ch13/coffeeshop/images/splat.png
14 kB
+ code/ch13/coffeeshop/orders.db
8.0 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.6 kB
+ code/ch13/coffeeshop/static/css/skeleton.css
11 kB
+ code/ch13/coffeeshop/static/img/8507631_3925457.jpg
281 kB
+ code/ch13/coffeeshop/static/img/logo.png
2.3 kB
+ code/ch13/coffeeshop/templates/.DS_Store
6.0 kB
+ code/ch13/coffeeshop/templates/base.html
1.3 kB
+ code/ch13/coffeeshop/templates/index.html
1.1 kB
+ code/ch13/coffeeshop/templates/list.html
392 B
+ code/ch13/coffeeshop/templates/order.html
1.1 kB
+ code/ch13/coffeeshop/templates/print.html
380 B
+ code/ch13/coffeeshop/toppings.txt
42 B
+ code/ch15/coffeeshop/app.py
2.2 kB
+ code/ch15/coffeeshop/drinks.txt
23 B
+ code/ch15/coffeeshop/flavors.txt
43 B
+ code/ch15/coffeeshop/images/alien.png
2.7 kB
+ code/ch15/coffeeshop/images/alien_hurt.png
2.8 kB
+ code/ch15/coffeeshop/images/cat1.png
60 kB
+ code/ch15/coffeeshop/images/cat2.png
62 kB
+ code/ch15/coffeeshop/images/cat3.png
70 kB
+ code/ch15/coffeeshop/images/cat4.png
88 kB
+ code/ch15/coffeeshop/images/splat.png
14 kB
+ code/ch15/coffeeshop/orders.db
8.0 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.6 kB
+ code/ch15/coffeeshop/static/css/skeleton.css
11 kB
+ code/ch15/coffeeshop/static/img/8507631_3925457.jpg
281 kB
+ code/ch15/coffeeshop/static/img/logo.png
2.3 kB
+ code/ch15/coffeeshop/templates/base.html
1.3 kB
+ code/ch15/coffeeshop/templates/index.html
361 B
+ code/ch15/coffeeshop/templates/list.html
392 B
+ code/ch15/coffeeshop/templates/order.html
1.1 kB
+ code/ch15/coffeeshop/templates/print.html
380 B
+ code/ch15/coffeeshop/toppings.txt
42 B
+ code/LICENSE
1.0 kB
+ code/next_steps/containers/app/app.py
1.8 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.0 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.6 kB
+ code/next_steps/containers/app/static/css/skeleton.css
11 kB
+ code/next_steps/containers/app/static/img/8507631_3925457.jpg
281 kB
+ code/next_steps/containers/app/static/img/logo.png
2.3 kB
+ code/next_steps/containers/app/templates/base.html
1.3 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.1 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
+ code/README.adoc
629 B
Приключение в стиле Python От основ Python к работающему веб-приложению.pdf
5.9 MB