87 Commits (master)
 

Author SHA1 Message Date
neingeist c6afbfc820 fix whitespace a little 10 years ago
neingeist ac7c65e29f write pretty json output 10 years ago
neingeist 348f512058 support multiple functions sharing the same json memo file 10 years ago
neingeist 2df28f7f14 .gitignore json_memoize tmp files 10 years ago
neingeist 30be337d51 remove debugging output 10 years ago
neingeist 3dc5974023 PyCharm: ignore .idea/workspace.xml 10 years ago
neingeist ba7555ccc0 support kwargs in the json memoize decorator 10 years ago
neingeist f6fe86a220 add a decorator that caches function call results in a json file 10 years ago
neingeist 9e142a8cd9 __del__ 10 years ago
neingeist fe5fbc70fc add convex hull example from scipy cookbook 10 years ago
neingeist 70dd069f57 re-indent 10 years ago
neingeist e222046269 Play around with function annotations to implement a crude type checker. 10 years ago
neingeist f913d4fc63 add colorama example 10 years ago
neingeist acd1c9a135 move pep8 check to Makefile 10 years ago
neingeist 9f9a7ceff7 #ohai , pep8 10 years ago
neingeist af0ca7262b add a simple doctest example 10 years ago
neingeist 04255e7e6e add IDEAS 10 years ago
neingeist 39c842533d Makefile: clean up SWIG generated files for test_swig_opencv 10 years ago
neingeist f8bf158b3c .gitignore anki-sin-cos-table.txt 10 years ago
neingeist 46e6af11f0 Merge branch 'master' of luffa:git/python-exercises
Conflicts:
	Makefile
10 years ago
neingeist 12573e4da6 add an example using swig to interface opencv 10 years ago
neingeist f56ff3c1bc add a simple swig example (from the turorial) 10 years ago
neingeist 12d1807d1e add a simple swig example (from the turorial) 10 years ago
neingeist 710e4c3657 add with temporary_dir() example 10 years ago
neingeist 9c52a332d8 add some simple context manager aka "with" test 10 years ago
neingeist d0faaddc91 simplify S before printing it 10 years ago
neingeist e290f8c248 use a list of tuples to store data points 10 years ago
neingeist ae646e457e update pycharm project settings 10 years ago
neingeist 4cd1ade5d3 print out better messages 10 years ago
neingeist 90b5fb26ec calculate the sum of squared residuals more pythonic 10 years ago
neingeist e2f569ff97 add a program to fit a line to data using linear least squares 10 years ago
neingeist 41073b3cb1 add pycharm project stuff 10 years ago
neingeist 34168e9bc5 reduce code line length to 80 characters max 10 years ago
neingeist 5acfb44fd5 add pycharm project files 10 years ago
neingeist ea018ab15e include trigonometric function values for a step size of pi/6 10 years ago
neingeist c085482492 Restructure 10 years ago
neingeist c31c800edf add a program generating a sin/cos table for anki 10 years ago