See all tags

Snippets tagged with python

first snippet

this is a test 

Added by wfwei 2 months ago

svn2git

Transform a svn checkout into a git remote 

Added by humancoder 1 year, 4 months ago

Django UUID model field

Can be used as a primary_key 

Added by humancoder 1 year, 6 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, 6 months ago

hw

hello world 

Added by aotus 2 years, 3 months ago

Directory watcher daemon

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

Added by humancoder 2 years, 3 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, 3 months ago