My strange experiments with Python
ascii_decode.py
— Decode ASCII-encoded messagescommitter.py
— Commit a bunch of forgotten filescontext_manager.py
— Custom Context managerdiff.py
— Set-based diffdynamic_dispatching.py
— Example of classes without real methods nor fieldsemail_sender.py
— Simple email send wizardfile_creator.py
— Creates a couple of millions text filesfor_else.py
— Very str(ong|ange) test offor..else
statementgenerator.py
— Example of custom generatorhashable.py
— Example of hashable classhttp_server.py
— Basic HTTP Server with dynamic page generationload-urls-parallel.py
— Parallel URLs loading using ThreadPoolExecutorlogging.py
— Logging module usageobject_registry.py
— Object registry demonstrationsakai.py
— Sakai top calculatorsocket_client.py
— Socket client to receive message from thesocket_random_server.py
socket_random_server.py
— Socket server that push random datasocket_server.py
— Simplest socket serversort_bubble.py
— Example of Bubble sorting methodtracestack.py
— Just usedtracestack
to find an error explanation. Needtracestack
win_clipboard.py
— Try to read Windows clipboard textwx_checkbox_tree.py
— wxPython Checkbox Tree Examplexml_serializable.py
— Serialize object to XML usinglxml
. Needlxml
(surprise!)