My favorites | Sign in
Project Home Wiki Issues
Project Information
Members
Links

Fork me on GitHub

shared Python code snippets for several use.

Here you can find some small Python utilities and code snippets for several use:

  • tkinter-tools - Some small utils for Tkinter
  • PyConfig - Store small data into python sourcecode files without using eval/exec
    • data_eval.py - evaluate python data string without eval/exec (part of PyConfig)

sourcecode

The sourcecode hosted on github:

  • use git: git clone git://github.com/jedie/python-code-snippets.git
  • use svn: svn checkout http://svn.github.com/jedie/python-code-snippets.git

github project page: http://github.com/jedie/python-code-snippets

Powered by Google Project Hosting