141-150 of 174 Results
Handling Deeply Nested/Recursive Data Icon
Common python services such as pickle, deepcopy and comparison tests
Zip and Pickle Icon
This module saves and reloads compressed representations of generic Python
Strip attachments from an email message Icon
This recipe shows a simple approach to using the Python email package to strip.
Interfaces Icon
Yet another attempt to deal with Interface concept in Python
A friendly mkdir() Icon
A more friendly mkdir() than Python's standard os.mkdir().
Free
Remote control with telnetlib Icon
Send commands to one or more logins using Python's standard telnetlib module.
Quick and easy FIFO queue class Icon
An easy First-In-First-Out queue class based on Python's List data structure.
Amaze Icon
This is a simple maze generator & solver written in Python
Count PDF pages Icon
A simple way to count the pages of a PDF the pure Python way.
Metakit for safe reading and writing Icon
Metakit is a reliable/lightweight/fast database library that python can use.
Free