See all tags

Snippets tagged with python

svn2git

Transform a svn checkout into a git remote 

Added by humancoder 1 year, 1 month ago

Django UUID model field

Can be used as a primary_key 

Added by humancoder 1 year, 3 months ago

python setyp.py sdist SVN Revision

Extract an SVN revision number from `git log` and then invoke `python setup.py sdist` 

Added by humancoder 1 year, 3 months ago

hw

hello world 

Added by aotus 1 year, 12 months ago

Directory watcher daemon

You can use this script to watch some directories, for some specific files. If something changes ... 

Added by humancoder 1 year, 12 months ago

linear regression using NumPy and SciPy

test of a simple linear regression in pure Python, and using NumPy's polyfit(). Additionally a linear ... 

Added by XEmacs 2 years ago