TorBT - Torrents and Magnet Links Search Engine

Dusty Phillips - Python 3 Object-oriented Programming (Second Edition) - 2015

File Name
Size
Code/Chapter10/10_02_simple_socket.py
357 B
Code/Chapter10/10_03_simple_client.py
175 B
Code/Chapter10/10_04_logging_decorator.py
638 B
Code/Chapter10/10_05_gzip_decorator.py
724 B
Code/Chapter10/10_06_calling_decorated_sockets.py
221 B
Code/Chapter10/10_09_logging_decorator.py
642 B
Code/Chapter10/10_10_decorator_syntax.py
57 B
Code/Chapter10/10_11_observer_core.py
660 B
Code/Chapter10/10_12_observer_observing.py
856 B
Code/Chapter10/10_13_strategy_tile.py
1.4 kB
Code/Chapter10/10_14_simple_xml_to_parse.xml
412 B
Code/Chapter10/10_15_xml_states.py
2.9 kB
Code/Chapter10/10_16_singleton_using_new.py
237 B
Code/Chapter10/10_17_xml_singletonstates.py
3.0 kB
Code/Chapter10/10_18_create_database_for_template.py
784 B
Code/Chapter10/10_19_template_abstract_noimple.py
393 B
Code/Chapter10/10_20_template_abstract_implemented.py
743 B
Code/Chapter10/10_21_template_concretes.py
1.3 kB
Code/Chapter10/Benson.jpg
116 kB
Code/Chapter10/sales.db
2.0 kB
Code/Chapter10/TILED.jpg
150 kB
Code/Chapter11/11_01_age_calculator.py
385 B
Code/Chapter11/11_02_age_calculator_adapted.py
726 B
Code/Chapter11/11_03_age_calculator_adapt_date.py
510 B
Code/Chapter11/11_04_email_facade.py
1.2 kB
Code/Chapter11/11_05_flyweight_factory.py
301 B
Code/Chapter11/11_06_flyweight_init.py
821 B
Code/Chapter11/11_07_flyweight_check_serial.py
1.0 kB
Code/Chapter11/11_08_car_class.py
1.2 kB
Code/Chapter11/11_09_window_commands.py
311 B
Code/Chapter11/11_10_window_command_invokers.py
844 B
Code/Chapter11/11_11_window_command_commands.py
1.4 kB
Code/Chapter11/11_12_window_command_function.py
201 B
Code/Chapter11/11_13_document_command_callable.py
591 B
Code/Chapter11/11_14_formatters.py
1.5 kB
Code/Chapter11/11_15_formatter_factories.py
2.0 kB
Code/Chapter11/11_16_composite_folder_methods.py
501 B
Code/Chapter11/11_17_component_hierarchy.py
870 B
Code/Chapter11/11_18_add_child.py
927 B
Code/Chapter12/casestudy/__pycache__/test_vigenere_cipher.cpython-34-PYTEST.pyc
6.1 kB
Code/Chapter12/casestudy/__pycache__/vigenere_cipher.cpython-34.pyc
1.9 kB
Code/Chapter12/casestudy/test_vigenere_cipher.py
1.4 kB
Code/Chapter12/casestudy/test_vigenere_cipher.pyc
3.6 kB
Code/Chapter12/casestudy/vigenere_cipher.py
1.1 kB
Code/Chapter12/casestudy/vigenere_cipher.pyc
2.6 kB
Code/Chapter12/casestudy/vigenere_cipher1.py
1.2 kB
Code/Chapter12/__pycache__/stats.cpython-34.pyc
1.1 kB
Code/Chapter12/__pycache__/test_mock.cpython-34-PYTEST.pyc
3.0 kB
Code/Chapter12/.coverage
234 B
Code/Chapter12/12_01_simplest_unittest.py
231 B
Code/Chapter12/12_02_assertraises_python.py
374 B
Code/Chapter12/12_03_stats.py
611 B
Code/Chapter12/12_04_test_stats.py
589 B
Code/Chapter12/12_05_skipping_tests.py
620 B
Code/Chapter12/12_06_simplestpytest.py
42 B
Code/Chapter12/12_06_simplestpytest.pyc
399 B
Code/Chapter12/12_07_class_pytest.py
127 B
Code/Chapter12/12_07_class_pytest.pyc
901 B
Code/Chapter12/12_08_setup_teardown.py
1.0 kB
Code/Chapter12/12_08_setup_teardown.pyc
3.8 kB
Code/Chapter12/12_09_funcargs.py
438 B
Code/Chapter12/12_09_funcargs.pyc
1.3 kB
Code/Chapter12/12_10_funcarg_finalizer.py
474 B
Code/Chapter12/12_10_funcarg_finalizer.pyc
1.2 kB
Code/Chapter12/12_11_echo_server.py
328 B
Code/Chapter12/12_12_pytest_echo.py
817 B
Code/Chapter12/12_12_pytest_echo.pyc
2.2 kB
Code/Chapter12/12_13_pytest_simple_skip.py
203 B
Code/Chapter12/12_13_pytest_simple_skip.pyc
643 B
Code/Chapter12/12_14_pytest_importorskip.py
109 B
Code/Chapter12/12_14_pytest_importorskip.pyc
642 B
Code/Chapter12/12_15_pytest_skipifmark.py
126 B
Code/Chapter12/12_15_pytest_skipifmark.pyc
542 B
Code/Chapter12/12_16_mock_flightstatus.py
1.5 kB
Code/Chapter12/12_17_mock_redis.py
648 B
Code/Chapter12/12_30_coverage_unittest.py
216 B
Code/Chapter12/dump.rdb
33 B
Code/Chapter12/stats.py
611 B
Code/Chapter12/stats.pyc
1.3 kB
Code/Chapter12/test_mock.py
620 B
Code/Chapter13/case_study/bricks.bmp
117 kB
Code/Chapter13/case_study/compress_bmp.py
2.3 kB
Code/Chapter13/case_study/decompress_to_bmp.py
640 B
Code/Chapter13/case_study/row.bmp
1.3 kB
Code/Chapter13/13_01_two_basic_threads.py
417 B
Code/Chapter13/13_02_thread_wait.py
991 B
Code/Chapter13/13_03_parallel.py
456 B
Code/Chapter13/13_04_prime_factor.py
681 B
Code/Chapter13/13_05_post_search.py
1004 B
Code/Chapter13/13_06_futures.py
975 B
Code/Chapter13/13_07_basic_async.py
635 B
Code/Chapter13/13_08_asyncio_dns.py
1.5 kB
Code/Chapter13/13_09_async_multiprocessing.py
1.1 kB
Code/Chapter13/13_10_async_client.py
712 B
Code/Chapter3/3_01_inheriting_from_object.py
35 B
Code/Chapter3/3_02_simple_contact_class_to_inherit_from.py
173 B
Code/Chapter3/3_03_contact_inherit_supplier.py
344 B
Code/Chapter3/3_04_contact_list_inheritance.py
502 B
Code/Chapter3/3_05_dictionary_long_name.py
209 B
Code/Chapter3/3_06_friend_overrides_init.py
320 B
Code/Chapter3/3_07_friend_overrides_init_super.py
306 B
Code/Chapter3/3_08_send_mail.py
186 B
Code/Chapter3/3_09_send_mail_multi.py
185 B
Code/Chapter3/3_10_friend_address_holder.py
178 B
Code/Chapter3/3_11_friend_multi.py
269 B
Code/Chapter3/3_12_contrived_diamond.py
768 B
Code/Chapter3/3_14_contrived_diamond_super.py
711 B
Code/Chapter3/3_15_friend_multi_super.py
624 B
Code/Chapter3/3_16_polymorphic_audio.py
540 B
Code/Chapter3/3_17.1_abc_container.py
154 B
Code/Chapter3/3_17.2_abc_media.py
398 B
Code/Chapter3/3_17_ducktype_flac.py
263 B
Code/Chapter3/3_18_property.py
763 B
Code/Chapter3/3_19_apartment_ugly_prompt.py
1.2 kB
Code/Chapter3/3_20_validation_function.py
255 B
Code/Chapter3/3_21_apartment_nice_prompt.py
1010 B
Code/Chapter3/3_22_house.py
1.1 kB
Code/Chapter3/3_23_purchase_and_rental.py
1.4 kB
Code/Chapter3/3_24_house_rental.py
199 B
Code/Chapter3/3_25_remaining_subclasses.py
632 B
Code/Chapter3/3_26_rudimentary_agent.py
175 B
Code/Chapter3/3_27_type_map.py
394 B
Code/Chapter3/3_28_add_property.py
862 B
Code/Chapter3/final_case_study.py
6.0 kB
Code/Chapter4/__pycache__/auth.cpython-34.pyc
4.9 kB
Code/Chapter4/04_03_method_calls_excepting.py
344 B
Code/Chapter4/4_01_even_integers.py
271 B
Code/Chapter4/4_02_exception_quits.py
184 B
Code/Chapter4/4_04_try_except.py
286 B
Code/Chapter4/4_05_catch_specific_exception.py
239 B
Code/Chapter4/4_06_catch_multiple_exceptions.py
355 B
Code/Chapter4/4_07_catch_multiple_different.py
469 B
Code/Chapter4/4_08_catch_as_keyword.py
123 B
Code/Chapter4/4_09_finally_and_else.py
518 B
Code/Chapter4/4_10_defining_an_exception.py
108 B
Code/Chapter4/4_11_exception_with_custom_args.py
317 B
Code/Chapter4/4_12_handle_custom_exception.py
484 B
Code/Chapter4/4_13_branching_vs_exceptions.py
521 B
Code/Chapter4/4_14_inventory_mock_object.py
806 B
Code/Chapter4/4_15_inventory_handling.py
535 B
Code/Chapter4/4_16_auth_user.py
1.0 kB
Code/Chapter4/4_17_authenticator.py
1.4 kB
Code/Chapter4/4_18_login.py
2.0 kB
Code/Chapter4/4_19_authorizor.py
3.5 kB
Code/Chapter4/4_20_test_auth.py
2.3 kB
Code/Chapter4/auth.py
3.5 kB
Code/Chapter4/auth.pyc
7.2 kB
Code/Chapter5/5_01_distances_no_objects.py
281 B
Code/Chapter5/5_02_distances_by_object.py
549 B
Code/Chapter5/5_03_object_polygon_init.py
710 B
Code/Chapter5/5_04_pytho_ugly_as_java.py
228 B
Code/Chapter5/5_05_python_pretty_as_python.py
179 B
Code/Chapter5/5_06_setting_name_in_method.py
293 B
Code/Chapter5/5_07_setting_name_property.py
333 B
Code/Chapter5/5_08_property_arguments.py
413 B
Code/Chapter5/5_09_property_decorator_get.py
65 B
Code/Chapter5/5_11_property_decorator_arguments.py
386 B
Code/Chapter5/5_12_property_decorator_get_set.py
139 B
Code/Chapter5/5_13_read_only_setattr.py
173 B
Code/Chapter5/5_14_read_only_getattribute.py
170 B
Code/Chapter5/5_15_cache_getter.py
326 B
Code/Chapter5/5_16_average_property.py
99 B
Code/Chapter5/5_17_zipsearch.py
1.3 kB
Code/Chapter5/5_18_zipprocessor.py
762 B
Code/Chapter5/5_19_zipreplace_inheritance.py
807 B
Code/Chapter5/5_20_scaleimage_inheritance.py
443 B
Code/Chapter5/5_24_most_basic_document.py
504 B
Code/Chapter5/5_25_document_cursor.py
651 B
Code/Chapter5/5_26_document_using_cursor.py
1.1 kB
Code/Chapter5/5_27_string_property.py
76 B
Code/Chapter5/5_28_Character_class.py
482 B
Code/Chapter5/5_29_document_with_character.py
1.8 kB
Code/Chapter5/Document.py
1.8 kB
Code/Chapter5/zip_processor.py
762 B
Code/Chapter5/zip_processor.pyc
2.0 kB
Code/Chapter6/case_study_serve/blog.html
311 B
Code/Chapter6/case_study_serve/contact.html
274 B
Code/Chapter6/case_study_serve/esme.html
388 B
Code/Chapter6/case_study_serve/hobbies.html
343 B
Code/Chapter6/case_study_serve/index.html
320 B
Code/Chapter6/case_study_serve/yoga.html
183 B
Code/Chapter6/6_01_empty_object.py
25 B
Code/Chapter6/6_02_pass_tuple_to_function.py
213 B
Code/Chapter6/6_03_named_tuple.py
140 B
Code/Chapter6/6_04_dict_stocks.py
83 B
Code/Chapter6/6_05_random_key_dict.py
539 B
Code/Chapter6/6_06_setdefault_frequency.py
202 B
Code/Chapter6/6_07_defaultdict_frequency.py
187 B
Code/Chapter6/6_08_defaultdict_custom_function.py
170 B
Code/Chapter6/6_09_counter_frequency.py
93 B
Code/Chapter6/6_09_counter_poll.py
272 B
Code/Chapter6/6_09_list_tuple_frequency.py
300 B
Code/Chapter6/6_10_object_comparison.py
631 B
Code/Chapter6/6_11_song_artist_set.py
422 B
Code/Chapter6/6_12_set_operations.py
382 B
Code/Chapter6/6_13_set_operations2.py
559 B
Code/Chapter6/6_14_oop_pairs.py
216 B
Code/Chapter6/6_15_stupid_adding_integer.py
66 B
Code/Chapter6/6_16_dictsorted.py
855 B
Code/Chapter6/6_17_link_parser.py
525 B
Code/Chapter6/6_18_normalize_url.py
276 B
Code/Chapter6/6_19_visited_links_sets.py
991 B
Code/Chapter6/6_20_collect_remaining_links.py
160 B
Code/Chapter6/6_21_print_collected_links.py
163 B
Code/Chapter6/6_22_dict_link_collector.py
1.4 kB
Code/Chapter6/6_23_queue_link_collector.py
1.6 kB
Code/Chapter6/link_collector.py
1.6 kB
Code/Chapter7/__pycache__/timer.cpython-34.pyc
1.6 kB
Code/Chapter7/7_01_reversible_objects.py
422 B
Code/Chapter7/7_02_enumerate_line_numbers.py
160 B
Code/Chapter7/7_03.1_zip_to_enumerate.py
147 B
Code/Chapter7/7_03_enumerate_max_min.py
199 B
Code/Chapter7/7_04_tdf_contact.txt
104 B
Code/Chapter7/7_05_read_file.py
43 B
Code/Chapter7/7_05_tdf_processor.py
351 B
Code/Chapter7/7_06_write.py
95 B
Code/Chapter7/7_07_with.py
82 B
Code/Chapter7/7_08_context_manager.py
308 B
Code/Chapter7/7_18_bad_kw_default.py
123 B
Code/Chapter7/7_19_link_downloader.py
251 B
Code/Chapter7/7_20_link_downloader_vararg.py
106 B
Code/Chapter7/7_21_kwarg_options.py
387 B
Code/Chapter7/7_22_all_arguments.py
876 B
Code/Chapter7/7_23_unpacking_arguments.py
273 B
Code/Chapter7/7_24_function_object.py
570 B
Code/Chapter7/7_25_timer.py
762 B
Code/Chapter7/7_26_timer_test.py
827 B
Code/Chapter7/7_27_add_function_to_object.py
161 B
Code/Chapter7/7_28_callable_repeat.py
469 B
Code/Chapter7/7_29_send_email.py
516 B
Code/Chapter7/7_30_send_email_dict_headers.py
569 B
Code/Chapter7/7_32_mailing_list_defaultdict_set.py
236 B
Code/Chapter7/7_33_mailing_list_get_emails.py
217 B
Code/Chapter7/7_34_send_mailing.py
243 B
Code/Chapter7/7_35_load_save.py
530 B
Code/Chapter7/7_36_enter_exit.py
127 B
Code/Chapter7/addresses.db
91 B
Code/Chapter7/mailing_list.py
2.0 kB
Code/Chapter7/timer.py
762 B
Code/Chapter7/timer.pyc
2.1 kB
Code/Chapter8/case_study_input/context.json
144 B
Code/Chapter8/case_study_input/footer.html
20 B
Code/Chapter8/case_study_input/header.html
18 B
Code/Chapter8/case_study_input/main.html
381 B
Code/Chapter8/case_study_input/menu.html
73 B
Code/Chapter8/8_01_string_creation.py
126 B
Code/Chapter8/8_02_format_empty.py
88 B
Code/Chapter8/8_03_format_position.py
98 B
Code/Chapter8/8_04_format_some_positions_broken.py
96 B
Code/Chapter8/8_05_brace_escape.py
189 B
Code/Chapter8/8_06_format_kw_args.py
292 B
Code/Chapter8/8_07_unlabelled_kw.py
51 B
Code/Chapter8/8_08_tuple_dict_format.py
293 B
Code/Chapter8/8_09_tuple_in_dict_format.py
305 B
Code/Chapter8/8_10_object_formatting.py
439 B
Code/Chapter8/8_11_no_format.py
148 B
Code/Chapter8/8_12_currency_format.py
182 B
Code/Chapter8/8_13_tabular.py
313 B
Code/Chapter8/8_14_format_datetime.py
85 B
Code/Chapter8/8_15_encode_bytes.py
95 B
Code/Chapter8/8_16_decode_unicode.py
161 B
Code/Chapter8/8_17_bytearray_replace.py
57 B
Code/Chapter8/8_18_bytearray_index.py
61 B
Code/Chapter8/8_23.1_basic_regex.py
145 B
Code/Chapter8/8_23.2_regex_generic.py
271 B
Code/Chapter8/8_23.3_match_group.py
195 B
Code/Chapter8/8_23_stringio.py
273 B
Code/Chapter8/8_24_basic_pickling.py
328 B
Code/Chapter8/8_25_state_pickling.py
764 B
Code/Chapter8/8_26_json_objects.py
665 B
Code/Chapter8/8_27_template_boilerplate.py
776 B
Code/Chapter8/8_28_template_process.py
1.1 kB
Code/Chapter8/8_29_template_processer_complete.py
2.1 kB
Code/Chapter9/kivy_color_checker/colorchecker.kv
648 B
Code/Chapter9/kivy_color_checker/main.py
1.1 kB
Code/Chapter9/kivy_color_checker/output.csv
6.3 kB
Code/Chapter9/kivy_color_classifier/colorclassifier.kv
707 B
Code/Chapter9/kivy_color_classifier/main.py
588 B
Code/Chapter9/9_01_iterator.py
525 B
Code/Chapter9/9_06_for_loop_converter.py
130 B
Code/Chapter9/9_07_list_comp_converter.py
124 B
Code/Chapter9/9_08_list_comp_exclude.py
110 B
Code/Chapter9/9_09_tdf_list_comp.py
351 B
Code/Chapter9/9_10_set_comprehension.py
563 B
Code/Chapter9/9_11_dict_comprehension.py
564 B
Code/Chapter9/9_12_log_file.log
587 B
Code/Chapter9/9_13_log_processor.py
239 B
Code/Chapter9/9_14_log_delete_warning_expression.py
268 B
Code/Chapter9/9_15_log_delete_warnings_loop.py
228 B
Code/Chapter9/9_16_log_delete_warnings_object.py
584 B
Code/Chapter9/9_17_log_delete_warnings_generator.py
339 B
Code/Chapter9/9_18_log_delete_warnings_yield_from.py
359 B
Code/Chapter9/9_19_yield_from_filesystem.py
799 B
Code/Chapter9/9_20_basic_count_coroutine.py
103 B
Code/Chapter9/9_21_kernel_log.py
682 B
Code/Chapter9/9_22_load_dataset.py
347 B
Code/Chapter9/9_23_generate_colors.py
182 B
Code/Chapter9/9_24_color_distance.py
271 B
Code/Chapter9/9_25_knearest.py
1.2 kB
Code/Chapter9/9_26_write_results.py
340 B
Code/Chapter9/case_study_machine_learn.py
1.8 kB
Code/Chapter9/colors.csv
13 kB
Code/Chapter9/example.log
565 B
Code/Chapter9/EXAMPLE_LOG.log
563 B
Code/Chapter9/output.csv
6.4 kB
Code/ReadMe.txt
53 B
Dusty Phillips - Python 3 Object-oriented Programming (Second Edition) - 2015.epub
1.0 MB
Dusty Phillips - Python 3 Object-oriented Programming (Second Edition) - 2015.pdf
2.9 MB