TorBT - Torrents and Magnet Links Search Engine

Miles Rob - Begin to Code with Python + Code - 2018

File Name
Size
samples-master/Ch 03 Python Program Structure/ding.wav
139 kB
samples-master/Ch 03 Python Program Structure/EG3-01 Throw a single die.py
68 B
samples-master/Ch 03 Python Program Structure/EG3-02 Deep Thought.py
96 B
samples-master/Ch 03 Python Program Structure/EG3-03 Egg timer.py
119 B
samples-master/Ch 03 Python Program Structure/EG3-04 hello world.py
73 B
samples-master/Ch 03 Python Program Structure/EG3-05 housemartins.py
144 B
samples-master/Ch 03 Python Program Structure/EG3-06 Ding.py
58 B
samples-master/Ch 03 Python Program Structure/egg_timer_background.png
44 kB
samples-master/Ch 03 Python Program Structure/Housemartins.jpg
181 kB
samples-master/Ch 03 Python Program Structure/snaps.py
13 kB
samples-master/Ch 04 Working with Data in Python/EG4-01 Self Timer.py
459 B
samples-master/Ch 04 Working with Data in Python/EG4-02 User Configurable Egg Timer.py
233 B
samples-master/Ch 04 Working with Data in Python/EG4-03 Ultra-precise Egg Timer.py
235 B
samples-master/Ch 04 Working with Data in Python/EG4-04 Pizza Order Calculator.py
193 B
samples-master/Ch 04 Working with Data in Python/EG4-05 Seattle Temperature.py
156 B
samples-master/Ch 04 Working with Data in Python/EG4-06 Seattle Weather.py
143 B
samples-master/Ch 04 Working with Data in Python/snaps.py
11 kB
samples-master/Ch 05 Making Decisions in Programs/EG5-01 OneHandedClock.py
141 B
samples-master/Ch 05 Making Decisions in Programs/EG5-02 Simple Alarm Clock.py
258 B
samples-master/Ch 05 Making Decisions in Programs/EG5-03 Siren Alarm Clock.py
342 B
samples-master/Ch 05 Making Decisions in Programs/EG5-04 Alarm clock with time display.py
330 B
samples-master/Ch 05 Making Decisions in Programs/EG5-05 Simple Alarm Clock with else.py
258 B
samples-master/Ch 05 Making Decisions in Programs/EG5-06 Broken Greeter.py
109 B
samples-master/Ch 05 Making Decisions in Programs/EG5-07 Upper case Greeter.py
122 B
samples-master/Ch 05 Making Decisions in Programs/EG5-08 Greeter with password.py
248 B
samples-master/Ch 05 Making Decisions in Programs/EG5-09 Greeter with outer else.py
246 B
samples-master/Ch 05 Making Decisions in Programs/EG5-10 Ride Selector Start.py
458 B
samples-master/Ch 05 Making Decisions in Programs/EG5-11 Complete Ride Selector.py
1.6 kB
samples-master/Ch 05 Making Decisions in Programs/EG5-12 Snaps get_string function.py
134 B
samples-master/Ch 05 Making Decisions in Programs/EG5-13 Theme Park Snaps Display.py
454 B
samples-master/Ch 05 Making Decisions in Programs/EG5-14 Weather helper.py
259 B
samples-master/Ch 05 Making Decisions in Programs/siren.wav
1.3 MB
samples-master/Ch 05 Making Decisions in Programs/snaps.py
11 kB
samples-master/Ch 05 Making Decisions in Programs/themepark.png
291 kB
samples-master/Ch 06 Loops/EG6-01 Loop with boolean flag.py
116 B
samples-master/Ch 06 Loops/EG6-02 Loop with counter.py
115 B
samples-master/Ch 06 Loops/EG6-04 Handing invalid text.py
779 B
samples-master/Ch 06 Loops/EG6-05 Catching multiple exceptions.py
928 B
samples-master/Ch 06 Loops/EG6-06 Using break to exit loops.py
821 B
samples-master/Ch 06 Loops/EG6-07 Loop with condition early ending.py
161 B
samples-master/Ch 06 Loops/EG6-08 Ignore Ride 3.py
296 B
samples-master/Ch 06 Loops/EG6-09 Times Table Tutor.py
178 B
samples-master/Ch 06 Loops/EG6-10 Name printer.py
119 B
samples-master/Ch 06 Loops/EG6-11 Times Table Loops.py
156 B
samples-master/Ch 06 Loops/EG6-12 Code Analysis 1.py
117 B
samples-master/Ch 06 Loops/EG6-13 Code Analysis 2.py
120 B
samples-master/Ch 06 Loops/EG6-14 Code Analysis 3.py
99 B
samples-master/Ch 06 Loops/EG6-15 Code Analysis 4.py
66 B
samples-master/Ch 06 Loops/EG6-18 Digital Clock.py
362 B
samples-master/Ch 06 Loops/snaps.py
11 kB
samples-master/Ch 07 Methods/EG7-01 Pathfinder.py
156 B
samples-master/Ch 07 Methods/EG7-02 Times Table.py
236 B
samples-master/Ch 07 Methods/EG7-03 Safer Times Table.py
430 B
samples-master/Ch 07 Methods/EG7-04 Two Parameter Times Table.py
263 B
samples-master/Ch 07 Methods/EG7-05 Keyword Arguments.py
283 B
samples-master/Ch 07 Methods/EG7-06 Default parameters.py
283 B
samples-master/Ch 07 Methods/EG7-07 Parameters as values.py
150 B
samples-master/Ch 07 Methods/EG7-08 get_value investigation 1.py
247 B
samples-master/Ch 07 Methods/EG7-09 get_value investigation 2.py
233 B
samples-master/Ch 07 Methods/EG7-10 complete get_value.py
891 B
samples-master/Ch 07 Methods/EG7-11 Local Variables.py
131 B
samples-master/Ch 07 Methods/EG7-12 Reading Global Variables.py
106 B
samples-master/Ch 07 Methods/EG7-13 Shadowing Global Variables.py
155 B
samples-master/Ch 07 Methods/EG7-14 Storing Global Variables.py
172 B
samples-master/Ch 07 Methods/EG7-15 Using the input module.py
797 B
samples-master/Ch 07 Methods/EG7-16 Investigating the debugger.py
185 B
samples-master/Ch 07 Methods/read_text.py
2.5 kB
samples-master/Ch 07 Methods/snaps.py
11 kB
samples-master/Ch 07 Methods/teletypePrinter.py
183 B
samples-master/Ch 08 Collections/BTCInput.py
4.0 kB
samples-master/Ch 08 Collections/EG8-01 Finding the largest sales.py
765 B
samples-master/Ch 08 Collections/EG8-02 Read and Display.py
201 B
samples-master/Ch 08 Collections/EG8-03 Read and Display loop.py
643 B
samples-master/Ch 08 Collections/EG8-04 Functions.py
1.1 kB
samples-master/Ch 08 Collections/EG8-05 Functions and Menu.py
2.3 kB
samples-master/Ch 08 Collections/EG8-06 Functions and Menu Elif.py
2.1 kB
samples-master/Ch 08 Collections/EG8-07 Bubble sort first pass.py
856 B
samples-master/Ch 08 Collections/EG8-08 Bubble sort multiple passes.py
923 B
samples-master/Ch 08 Collections/EG8-09 Efficient Bubble Sort.py
1.0 kB
samples-master/Ch 08 Collections/EG8-10 Sort low to high.py
1.0 kB
samples-master/Ch 08 Collections/EG8-11 High and low.py
470 B
samples-master/Ch 08 Collections/EG8-12 Total Sales.py
279 B
samples-master/Ch 08 Collections/EG8-13 Average Sales.py
332 B
samples-master/Ch 08 Collections/EG8-14 Complete Program.py
3.4 kB
samples-master/Ch 08 Collections/EG8-15 Load and Save.py
4.0 kB
samples-master/Ch 08 Collections/EG8-16 File Output.py
137 B
samples-master/Ch 08 Collections/EG8-17 Sales save.py
693 B
samples-master/Ch 08 Collections/EG8-18 File Input.py
248 B
samples-master/Ch 08 Collections/EG8-19 Complete file read.py
234 B
samples-master/Ch 08 Collections/EG8-20 Sales load.py
1.5 kB
samples-master/Ch 08 Collections/EG8-21 Sales load using with.py
1.8 kB
samples-master/Ch 08 Collections/EG8-22 Tables of sales data.py
605 B
samples-master/Ch 08 Collections/EG8-23 Day Name If.py
353 B
samples-master/Ch 08 Collections/EG8-24 Day Name List.py
170 B
samples-master/Ch 08 Collections/EG8-25 Day Name Tuple.py
295 B
samples-master/Ch 08 Collections/EG8-26 Pirate Treasure Tuple.py
467 B
samples-master/Ch 08 Collections/EG8-27 Pirate Treasure Tuple Function.py
472 B
samples-master/Ch 08 Collections/snaps.py
11 kB
samples-master/Ch 09 Using classes to store data/BTCInput.py
4.0 kB
samples-master/Ch 09 Using classes to store data/EG9-01 Tiny Contacts Prototype.py
841 B
samples-master/Ch 09 Using classes to store data/EG9-02 Tiny Contacts Three Lists.py
1.9 kB
samples-master/Ch 09 Using classes to store data/EG9-03 Tiny Contacts Quick Search.py
1.9 kB
samples-master/Ch 09 Using classes to store data/EG9-04 Tiny Contacts Class.py
2.1 kB
samples-master/Ch 09 Using classes to store data/EG9-05 Tiny Contacts with Editor.py
3.2 kB
samples-master/Ch 09 Using classes to store data/EG9-06 Tiny Contacts with Load and Save.py
3.9 kB
samples-master/Ch 09 Using classes to store data/EG9-07 Tiny Contacts with constructor.py
4.1 kB
samples-master/Ch 09 Using classes to store data/EG9-08 Pirate Treasure Dictionary.py
511 B
samples-master/Ch 09 Using classes to store data/EG9-09 Alarm access control.py
388 B
samples-master/Ch 09 Using classes to store data/snaps.py
11 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/0.wav
79 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/1.wav
102 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/10.wav
109 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/11.wav
114 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/12.wav
74 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/2.wav
127 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/3.wav
118 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/4.wav
122 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/5.wav
113 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/6.wav
107 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/7.wav
104 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/8.wav
104 kB
samples-master/Ch 10 Using classes to create active objects/MusicNotes/9.wav
110 kB
samples-master/Ch 10 Using classes to create active objects/BTCInput.py
4.2 kB
samples-master/Ch 10 Using classes to create active objects/BTCInput.pyc
4.5 kB
samples-master/Ch 10 Using classes to create active objects/contacts.pickle
190 B
samples-master/Ch 10 Using classes to create active objects/EG10-01 Time Tracker.py
4.9 kB
samples-master/Ch 10 Using classes to create active objects/EG10-02 Time Tracker with method attributes.py
5.3 kB
samples-master/Ch 10 Using classes to create active objects/EG10-03 Time Tracker with class variables.py
5.5 kB
samples-master/Ch 10 Using classes to create active objects/EG10-04 Time Tracker with static method.py
5.8 kB
samples-master/Ch 10 Using classes to create active objects/EG10-05 Time Tracker with status reporting.py
5.9 kB
samples-master/Ch 10 Using classes to create active objects/EG10-06 Time Tracker with exception.py
5.9 kB
samples-master/Ch 10 Using classes to create active objects/EG10-07 Time Tracker with exception handler.py
6.0 kB
samples-master/Ch 10 Using classes to create active objects/EG10-08 Time Tracker with protected attributes.py
6.0 kB
samples-master/Ch 10 Using classes to create active objects/EG10-09 Time Tracker with properties.py
7.0 kB
samples-master/Ch 10 Using classes to create active objects/EG10-10 Time Tracker with properties and exception handlers.py
7.3 kB
samples-master/Ch 10 Using classes to create active objects/EG10-11 Time Tracker with Billing Amount.py
7.5 kB
samples-master/Ch 10 Using classes to create active objects/EG10-12 Time Tracker with version management.py
7.5 kB
samples-master/Ch 10 Using classes to create active objects/EG10-13 Time Tracker with version managed billing.py
8.1 kB
samples-master/Ch 10 Using classes to create active objects/EG10-14 Time Tracker with string method.py
8.3 kB
samples-master/Ch 10 Using classes to create active objects/EG10-15 Time Tracker with formatted string.py
8.1 kB
samples-master/Ch 10 Using classes to create active objects/EG10-16 Time Tracker with session history.py
9.6 kB
samples-master/Ch 10 Using classes to create active objects/EG10-17 Play notes.py
117 B
samples-master/Ch 10 Using classes to create active objects/EG10-18 Twinkle Twinkle.py
542 B
samples-master/Ch 10 Using classes to create active objects/EG10-19 Twinkle Twinkle Tuples.py
304 B
samples-master/Ch 10 Using classes to create active objects/EG10-20 Twinkle Twinkle classes.py
753 B
samples-master/Ch 10 Using classes to create active objects/EG10-21 Twinkle Twinkle printer.py
932 B
samples-master/Ch 10 Using classes to create active objects/pcontacts.pickle
146 B
samples-master/Ch 10 Using classes to create active objects/snaps.py
11 kB
samples-master/Ch 10 Using classes to create active objects/vsncontacts.pickle
702 B
samples-master/Ch 10 Using classes to create active objects/xcontacts.pickle
186 B
samples-master/Ch 11 Object Based Solution Design/BTCInput.py
4.2 kB
samples-master/Ch 11 Object Based Solution Design/EG11-01 Separate classes.py
1.1 kB
samples-master/Ch 11 Object Based Solution Design/EG11-02 Stock Item class failed.py
717 B
samples-master/Ch 11 Object Based Solution Design/EG11-03 Stock Item class super init.py
760 B
samples-master/Ch 11 Object Based Solution Design/EG11-04 Stock Items with str.py
2.9 kB
samples-master/Ch 11 Object Based Solution Design/EG11-05 Stock Items with version.py
3.6 kB
samples-master/Ch 11 Object Based Solution Design/EG11-06 Instrumented Stock Items.py
7.0 kB
samples-master/Ch 11 Object Based Solution Design/EG11-07 Creating Stock Items.py
11 kB
samples-master/Ch 11 Object Based Solution Design/EG11-08 Adding to stock levels.py
3.1 kB
samples-master/Ch 11 Object Based Solution Design/EG11-09 Selling stock.py
3.6 kB
samples-master/Ch 11 Object Based Solution Design/EG11-10 FashionShop template.py
1006 B
samples-master/Ch 11 Object Based Solution Design/EG11-11 FashionShop class.py
12 kB
samples-master/Ch 11 Object Based Solution Design/EG11-12 Complete Fashion Shop.py
18 kB
samples-master/Ch 11 Object Based Solution Design/EG11-13 Fashion Shop with Tags.py
21 kB
samples-master/Ch 11 Object Based Solution Design/EG11-14 Tag only fashion shop.py
10 kB
samples-master/Ch 11 Object Based Solution Design/FashionShop.pickle
76 B
samples-master/Ch 11 Object Based Solution Design/snaps.py
11 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/ShellUI/__pycache__/__init__.cpython-36.pyc
209 B
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/ShellUI/__pycache__/BTCInput.cpython-36.pyc
3.4 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/ShellUI/__pycache__/FashionShopShell.cpython-36.pyc
4.1 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/ShellUI/__init__.py
0 B
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/ShellUI/BTCInput.py
4.2 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/ShellUI/FashionShopShell.py
4.2 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/Storage/__pycache__/__init__.cpython-36.pyc
209 B
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/Storage/__pycache__/FashionShop.cpython-36.pyc
3.5 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/Storage/__pycache__/StockItem.cpython-36.pyc
3.3 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/Storage/__init__.py
1 B
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/Storage/FashionShop.py
3.2 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/Storage/StockItem.py
3.2 kB
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/__pycache__/FashionShopShellUI.cpython-36.pyc
423 B
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/fashionshop.pickle
297 B
samples-master/Ch 12 Python applications/EG12-08 FashionShopApp/FashionShopShellUI.py
755 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/ShellUI/__pycache__/__init__.cpython-36.pyc
209 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/ShellUI/__pycache__/BTCInput.cpython-36.pyc
3.4 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/ShellUI/__pycache__/FashionShopShell.cpython-36.pyc
4.1 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/ShellUI/__init__.py
0 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/ShellUI/BTCInput.py
4.2 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/ShellUI/FashionShopShell.py
4.2 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Storage/__pycache__/__init__.cpython-36.pyc
209 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Storage/__pycache__/FashionShop.cpython-36.pyc
3.5 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Storage/__pycache__/StockItem.cpython-36.pyc
3.3 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Storage/__init__.py
1 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Storage/FashionShop.py
3.2 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Storage/StockItem.py
3.2 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Tests/__pycache__/__init__.cpython-36.pyc
219 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Tests/__pycache__/Tests.cpython-36.pyc
1.4 kB
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Tests/__init__.py
1 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/Tests/Tests.py
947 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/fashionshop.pickle
297 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/FashionShopShellUI.py
755 B
samples-master/Ch 12 Python applications/EG12-09 TestFashionShopApp/RunTests.py
1.0 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/ShellUI/__pycache__/__init__.cpython-36.pyc
251 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/ShellUI/__pycache__/BTCInput.cpython-36.pyc
4.3 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/ShellUI/__pycache__/FashionShopShell.cpython-36.pyc
4.1 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/ShellUI/__init__.py
92 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/ShellUI/BTCInput.py
5.0 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/ShellUI/FashionShopShell.py
4.4 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Storage/__pycache__/__init__.cpython-36.pyc
220 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Storage/__pycache__/FashionShop.cpython-36.pyc
3.5 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Storage/__pycache__/StockItem.cpython-36.pyc
3.4 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Storage/__init__.py
61 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Storage/FashionShop.py
3.3 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Storage/StockItem.py
3.4 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Tests/__pycache__/__init__.cpython-36.pyc
219 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Tests/__pycache__/Tests.cpython-36.pyc
1.4 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Tests/__init__.py
1 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/Tests/Tests.py
947 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/__pycache__/FashionShopShellUI.cpython-36.pyc
527 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/__pycache__/RunTests.cpython-36.pyc
1.4 kB
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/fashionshop.pickle
297 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/FashionShopShellUI.py
984 B
samples-master/Ch 12 Python applications/EG12-10 TestFashionShopApp Doc/RunTests.py
1.1 kB
samples-master/Ch 12 Python applications/BTCInput.py
4.7 kB
samples-master/Ch 12 Python applications/EG12-01 Simple Function References.py
174 B
samples-master/Ch 12 Python applications/EG12-02 Invalid Function References.py
109 B
samples-master/Ch 12 Python applications/EG12-03 Robot Dancer.py
416 B
samples-master/Ch 12 Python applications/EG12-04 Lamdba Example.py
530 B
samples-master/Ch 12 Python applications/EG12-05 Test contact generator.py
988 B
samples-master/Ch 12 Python applications/EG12-06 Aribitrary Arguments.py
386 B
samples-master/Ch 12 Python applications/EG12-07 Using a BTCImport function.py
163 B
samples-master/Ch 12 Python applications/people.pickle
120 B
samples-master/Ch 12 Python applications/test.pickle
62 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-05 TemperatureConverter Starter/.vscode/launch.json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-05 TemperatureConverter Starter/TemperatureConverter.py
1.7 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-06 TemperatureConverter Complete/.vscode/launch.json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-06 TemperatureConverter Complete/TemperatureConverter.py
2.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-07 Drawing program/.vscode/launch.json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-07 Drawing program/Drawing.py
1.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-08 StockEditDemo/.vscode/launch.json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-08 StockEditDemo/__pycache__/StockItem.cpython-36.pyc
3.7 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-08 StockEditDemo/__pycache__/StockItemEditor.cpython-36.pyc
3.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-08 StockEditDemo/StockItem.py
3.7 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-08 StockEditDemo/StockItemEditDemo.py
689 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-08 StockEditDemo/StockItemEditor.py
3.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-09 StockSelectDemo/.vscode/launch.json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-09 StockSelectDemo/__pycache__/StockItem.cpython-36.pyc
4.1 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-09 StockSelectDemo/__pycache__/StockItemSelector.cpython-36.pyc
2.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-09 StockSelectDemo/StockItem.py
4.1 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-09 StockSelectDemo/StockItemSelector.py
1.8 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-09 StockSelectDemo/StockItemSelectorDemo.py
665 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/.vscode/launch (1).json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/.vscode/launch.json
6.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/.vscode/settings (1).json
96 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/.vscode/settings.json
96 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/__init__.cpython-36 (1).pyc
315 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/__init__.cpython-36.pyc
315 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/FashionShopGUI.cpython-36 (1).pyc
4.9 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/FashionShopGUI.cpython-36.pyc
5.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/StockItemEditor.cpython-36 (1).pyc
3.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/StockItemEditor.cpython-36.pyc
3.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/StockItemSelector.cpython-36 (1).pyc
2.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__pycache__/StockItemSelector.cpython-36.pyc
2.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__init__ (1).py
96 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/__init__.py
96 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/FashionShopGUI (1).py
5.6 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/FashionShopGUI.py
5.7 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/StockItemEditor (1).py
3.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/StockItemEditor.py
3.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/StockItemSelector (1).py
1.8 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/GUI/StockItemSelector.py
1.8 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__pycache__/__init__.cpython-36 (1).pyc
251 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__pycache__/__init__.cpython-36.pyc
251 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__pycache__/BTCInput.cpython-36 (1).pyc
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__pycache__/BTCInput.cpython-36.pyc
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__pycache__/FashionShopShell.cpython-36 (1).pyc
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__pycache__/FashionShopShell.cpython-36.pyc
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__init__ (1).py
92 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/__init__.py
92 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/BTCInput (1).py
5.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/BTCInput.py
5.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/FashionShopShell (1).py
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/FashionShopShell.py
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/FashionShopShellUI (1).py
984 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/ShellUI/FashionShopShellUI.py
984 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__pycache__/__init__.cpython-36 (1).pyc
220 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__pycache__/__init__.cpython-36.pyc
220 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__pycache__/FashionShop.cpython-36 (1).pyc
4.7 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__pycache__/FashionShop.cpython-36.pyc
4.7 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__pycache__/StockItem.cpython-36 (1).pyc
4.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__pycache__/StockItem.cpython-36.pyc
4.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__init__ (1).py
61 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/__init__.py
61 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/FashionShop (1).py
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/FashionShop.py
4.3 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/StockItem (1).py
4.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/Storage/StockItem.py
4.2 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/__pycache__/FashionShopShellUI.cpython-36 (1).pyc
527 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/__pycache__/FashionShopShellUI.cpython-36.pyc
527 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/__pycache__/RunTests.cpython-36 (1).pyc
1.4 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/__pycache__/RunTests.cpython-36.pyc
1.4 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/fashionshop (1).pickle
51 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/fashionshop.pickle
51 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/FashionShopGUIApp.py
975 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/FashionShopGUIapp.pyw
975 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/FashionShopShellUIApp.py
984 B
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-10 FashionShop/RunTests.py
1.1 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-01 First Adding machine.py
1.6 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-02 Exception handler with messages.py
1.9 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-03 Adder with sensible messages.py
2.0 kB
samples-master/Ch 13 Python and Graphical User Interfaces/EG13-04 Adder with messagebox.py
2.0 kB
samples-master/Ch 14 Python programs as network clients/EG14-06 Weather Feed Reader/EG14-06 Weather Feed Reader.py
1.5 kB
samples-master/Ch 14 Python programs as network clients/EG14-06 Weather Feed Reader/weather.txt
11 kB
samples-master/Ch 14 Python programs as network clients/EG14-01 Receive packets on port 10001 from another machine.py
434 B
samples-master/Ch 14 Python programs as network clients/EG14-02 Send packets on port 10001 to another machine.py
442 B
samples-master/Ch 14 Python programs as network clients/EG14-03 Web page reader.py
152 B
samples-master/Ch 14 Python programs as network clients/EG14-04 Python ElementTree.py
915 B
samples-master/Ch 14 Python programs as network clients/EG14-05 RSS Feed reader.py
560 B
samples-master/Ch 15 Python programs as network servers/EG15-03 Python web page server/EG15-03 Python web page server.py
927 B
samples-master/Ch 15 Python programs as network servers/EG15-03 Python web page server/index.html
125 B
samples-master/Ch 15 Python programs as network servers/EG15-03 Python web page server/page.html
136 B
samples-master/Ch 15 Python programs as network servers/EG15-04 Full Python web page server/EG15-04 Full Python web page server.py
288 B
samples-master/Ch 15 Python programs as network servers/EG15-04 Full Python web page server/index.html
125 B
samples-master/Ch 15 Python programs as network servers/EG15-04 Full Python web page server/page.html
161 B
samples-master/Ch 15 Python programs as network servers/EG15-04 Full Python web page server/picture.jpg
177 kB
samples-master/Ch 15 Python programs as network servers/EG15-05 Web message board/EG15-05 Web message board.py
1.9 kB
samples-master/Ch 15 Python programs as network servers/EG15-01 Tiny socket web server.py
961 B
samples-master/Ch 15 Python programs as network servers/EG15-02 Python web server.py
793 B
samples-master/Ch 16 Python games with Pygame/EG16-02 Image Drawing/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-02 Image Drawing/EG16-02 Image Drawing.py
667 B
samples-master/Ch 16 Python games with Pygame/EG16-03 Moving cheese/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-03 Moving cheese/EG16-03 Moving cheese.py
1.6 kB
samples-master/Ch 16 Python games with Pygame/EG16-04 Steerable cheese/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-04 Steerable cheese/EG16-04 Steerable cheese.py
1.7 kB
samples-master/Ch 16 Python games with Pygame/EG16-05 background sprite/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-05 background sprite/EG16-05 background sprite.py
2.1 kB
samples-master/Ch 16 Python games with Pygame/EG16-06 Cheese Player/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-06 Cheese Player/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-06 Cheese Player/EG16-06 Cheese Player.py
5.6 kB
samples-master/Ch 16 Python games with Pygame/EG16-07 Cheese and cracker/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-07 Cheese and cracker/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-07 Cheese and cracker/cracker.png
32 kB
samples-master/Ch 16 Python games with Pygame/EG16-07 Cheese and cracker/EG16-07 Cheese and cracker.py
6.3 kB
samples-master/Ch 16 Python games with Pygame/EG16-08 Cheese and crackers/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-08 Cheese and crackers/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-08 Cheese and crackers/cracker.png
32 kB
samples-master/Ch 16 Python games with Pygame/EG16-08 Cheese and crackers/EG16-08 Cheese and crackers.py
6.4 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Capturing crackers/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-09 Capturing crackers/burp.wav
6.8 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Capturing crackers/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Capturing crackers/cracker.png
32 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Capturing crackers/EG16-09 Capturing crackers.py
7.4 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Scoring cheese and crackers/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-09 Scoring cheese and crackers/burp.wav
6.8 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Scoring cheese and crackers/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Scoring cheese and crackers/cracker.png
32 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Scoring cheese and crackers/EG16-09 Capturing crackers.py
7.4 kB
samples-master/Ch 16 Python games with Pygame/EG16-09 Scoring cheese and crackers/EG16-09 Scoring cheese and crackers.py
7.5 kB
samples-master/Ch 16 Python games with Pygame/EG16-10 Killer tomato/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-10 Killer tomato/burp.wav
6.8 kB
samples-master/Ch 16 Python games with Pygame/EG16-10 Killer tomato/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-10 Killer tomato/cracker.png
32 kB
samples-master/Ch 16 Python games with Pygame/EG16-10 Killer tomato/EG16-10 Killer tomato.py
8.7 kB
samples-master/Ch 16 Python games with Pygame/EG16-10 Killer tomato/Tomato.png
20 kB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/background.png
1.2 MB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/burp.wav
6.8 kB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/cheese.png
23 kB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/cracker.png
32 kB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/EG16-11 Complete Game.pyw
11 kB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/start background.png
548 kB
samples-master/Ch 16 Python games with Pygame/EG16-11 Complete Game/Tomato.png
20 kB
samples-master/Ch 16 Python games with Pygame/EG 16-01 pygame drawing functions.py
1.7 kB
samples-master/Ch 16 Python games with Pygame/EG16-02 Image Drawing.py
667 B
samples-master/images/cover.png
140 kB
samples-master/notes/prep.pdf
846 kB
samples-master/.gitignore
7 B
samples-master/README.md
2.5 kB
samples-master/snaps.py
12 kB
Miles Rob - Begin to Code with Python - 2018.epub
81 MB
Miles Rob - Begin to Code with Python - 2018.pdf
7.8 MB