Skip to content

David Beazley - Python Cookbook, 3rd Edition - 2013

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: David Beazley - Python Cookbook 3rd EditionGroup: 2013
Info Hash
FE9926A919BE4BD6842A6D98044B00B24BC2934B
Source
Unverified
Total Size
17.02 MB
Total Files
100
Seeders
0
Leechers
1
Health
Score
1
Type
eBook

File List

FileSize
David Beazley - Python Cookbook, 3rd edition - 2013/David Beazley - Python Cookbook, 3rd edition - 2013.epub1.79 MB
David Beazley - Python Cookbook, 3rd edition - 2013/David Beazley - Python Cookbook, 3rd edition - 2013.mobi2.26 MB
David Beazley - Python Cookbook, 3rd edition - 2013/David Beazley - Python Cookbook, 3rd edition - 2013.pdf9.44 MB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/README.md138 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/explicit_load.py606 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/metaexample.py291 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/pathexample.py303 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/testcode/fib.py106 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/testcode/grok/__init__.py27 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/testcode/grok/blah.py23 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/testcode/spam.py65 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/loading_modules_from_a_remote_machine_using_import_hooks/urlimport.py7.47 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/making_separate_directories_import_under_a_common_namespace/bar-package/spam/grok.py27 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/making_separate_directories_import_under_a_common_namespace/example.py93 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/making_separate_directories_import_under_a_common_namespace/foo-package/spam/blah.py27 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/monkeypatching_modules_on_import/example1.py175 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/monkeypatching_modules_on_import/example2.py453 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/monkeypatching_modules_on_import/postimport.py1010 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/splitting_a_module_into_multiple_files/example.py68 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/splitting_a_module_into_multiple_files/mymodule/__init__.py50 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/splitting_a_module_into_multiple_files/mymodule/a.py62 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/10/splitting_a_module_into_multiple_files/mymodule/b.py81 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/adding_ssl_to_network_servers/echoclient.py595 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/adding_ssl_to_network_servers/echoserv.py1.06 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/adding_ssl_to_network_servers/makecerts.sh179 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/adding_ssl_to_network_servers/ssl_xmlrpc_client.py1.08 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/adding_ssl_to_network_servers/ssl_xmlrpc_server.py1.38 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/adding_ssl_to_network_servers/sslmixin.py843 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_simple_rest_based_interface/client1.py202 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_simple_rest_based_interface/example1.py1.22 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_simple_rest_based_interface/resty.py799 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoclient.py189 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoserv.py465 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoserv1.py465 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoserv2.py507 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoserv3.py734 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoserv4.py696 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/echoserv5.py622 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_tcp_server/threadedserv.py685 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_udp_server/client.py140 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_udp_server/timeserv1.py451 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/creating_a_udp_server/timeserv2.py377 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/eventhandler.py865 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/tcpclient.py171 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/tcpserver.py1.72 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/threadpool.py1.91 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/thrpoolclient.py188 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/udpclient.py177 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/event_driven_io_explained/udpserver.py789 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/implementing_remote_procedure_call/jsonrpclient.py600 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/implementing_remote_procedure_call/jsonrpcserver.py1.3 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/implementing_remote_procedure_call/rpcclient.py674 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/implementing_remote_procedure_call/rpcserver.py1.3 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/interacting_with_http_services_as_a_client/example1.py487 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/interacting_with_http_services_as_a_client/example2.py501 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/interacting_with_http_services_as_a_client/example3.py467 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/interacting_with_http_services_as_a_client/example4.py346 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/passing_a_socket_file_descriptor_between_processes/client1.py218 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/passing_a_socket_file_descriptor_between_processes/server.py1.07 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/passing_a_socket_file_descriptor_between_processes/server1.py1.26 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/passing_a_socket_file_descriptor_between_processes/servermp.py934 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/passing_a_socket_file_descriptor_between_processes/worker.py1.1 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/passing_a_socket_file_descriptor_between_processes/workermp.py813 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_authentication_of_clients/auth.py699 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_authentication_of_clients/client.py275 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_authentication_of_clients/server.py602 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_communication_between_interpreters/echoclient.py224 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_communication_between_interpreters/echoserv.py516 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_remote_procedure_call_with_xmlrpc/client.py240 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/simple_remote_procedure_call_with_xmlrpc/keyserv.py825 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/zero_copy_sending_and_receiving_of_large_arrays/client.py238 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/zero_copy_sending_and_receiving_of_large_arrays/server.py210 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/11/zero_copy_sending_and_receiving_of_large_arrays/zerocopy.py317 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/defining_an_actor_task/actor.py1.44 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/defining_an_actor_task/tagged.py541 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/defining_an_actor_task/worker.py770 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_communicate_between_threads/example1.py852 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_communicate_between_threads/example2.py1.08 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_create_a_thread_pool/example1.py723 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_create_a_thread_pool/example2.py897 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_create_a_thread_pool/example3.py378 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_determine_if_a_thread_has_started/example1.py565 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_determine_if_a_thread_has_started/example2.py1.24 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_determine_if_a_thread_has_started/example3.py521 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_lock_critical_sections/example1.py1023 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/how_to_start_and_stop_threads/example.py467 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/implementing_publish_subscribe_messaging/exchange1.py1016 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/implementing_publish_subscribe_messaging/exchange2.py1.23 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/launching_a_daemon_process_on_unix/daemon.py2.51 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/locking_with_deadlock_avoidance/deadlock.py855 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/locking_with_deadlock_avoidance/example1.py557 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/locking_with_deadlock_avoidance/example2.py660 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/locking_with_deadlock_avoidance/example3.py576 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/polling_multiple_thread_queues/pqueue.py1.62 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/simple_parallel_programming/findrobots.py900 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/simple_parallel_programming/findrobots_par.py991 B
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/simple_parallel_programming/logs/20121217.log.gz136.27 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/simple_parallel_programming/logs/20121218.log.gz140.9 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/simple_parallel_programming/logs/20121219.log.gz134.97 KB
David Beazley - Python Cookbook, 3rd edition - 2013/python-cookbook-master/src/12/simple_parallel_programming/logs/20121220.log.gz145.23 KB

Trackers

No trackers found.