Skip to content

Random scraps of python code (and some utilities) that aren't significant enough for their own repos...

Notifications You must be signed in to change notification settings

Skyoptica/python-shed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

// Welcome to the Python Shed
-----------------------------

I wanted a place to share random python utilities and code. Stuff that isn't significant enough to get its own repo. This is that place.
(the name python-shed is a pun, get it?)

INDEX:

cycles.py - It measures (in a completely useless way) the relative speed of how quickly the python interpreter can run through some recursive code.

comarg.py - [!! DEPRECATED: replaced by argparse in the standard Python library] A simple support library for dealing with sys.argv in a more user-friendly way. It's even multiplatform... probably... if I did the Windows bit right...

About

Random scraps of python code (and some utilities) that aren't significant enough for their own repos...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages