Commit graph

31 commits

Author SHA1 Message Date
ba7555ccc0 support kwargs in the json memoize decorator 2014-08-29 22:09:19 +02:00
f6fe86a220 add a decorator that caches function call results in a json file 2014-08-29 21:25:42 +02:00
9e142a8cd9 __del__ 2014-08-26 17:57:06 +02:00
fe5fbc70fc add convex hull example from scipy cookbook 2014-08-17 11:14:27 +02:00
70dd069f57 re-indent 2014-08-17 10:52:26 +02:00
e222046269 Play around with function annotations to implement a crude type checker. 2014-08-17 10:40:00 +02:00
f913d4fc63 add colorama example 2014-08-16 23:26:48 +02:00
acd1c9a135 move pep8 check to Makefile 2014-08-16 22:48:47 +02:00
9f9a7ceff7 #ohai , pep8 2014-08-16 22:46:40 +02:00
af0ca7262b add a simple doctest example 2014-08-16 22:31:39 +02:00
04255e7e6e add IDEAS 2014-05-06 08:17:59 +02:00
39c842533d Makefile: clean up SWIG generated files for test_swig_opencv 2014-05-06 08:14:16 +02:00
f8bf158b3c .gitignore anki-sin-cos-table.txt 2014-05-06 08:13:17 +02:00
46e6af11f0 Merge branch 'master' of luffa:git/python-exercises
Conflicts:
	Makefile
2014-05-05 20:42:57 +02:00
12573e4da6 add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
f56ff3c1bc add a simple swig example (from the turorial) 2014-05-05 14:57:28 +02:00
12d1807d1e add a simple swig example (from the turorial) 2014-05-05 14:55:58 +02:00
710e4c3657 add with temporary_dir() example 2014-04-24 14:38:03 +02:00
9c52a332d8 add some simple context manager aka "with" test 2014-04-24 14:18:24 +02:00
d0faaddc91 simplify S before printing it 2014-04-21 11:28:51 +02:00
e290f8c248 use a list of tuples to store data points 2014-04-21 11:28:27 +02:00
ae646e457e update pycharm project settings 2014-04-21 09:49:38 +02:00
4cd1ade5d3 print out better messages 2014-04-20 22:02:59 +02:00
90b5fb26ec calculate the sum of squared residuals more pythonic 2014-04-20 21:41:51 +02:00
e2f569ff97 add a program to fit a line to data using linear least squares 2014-04-20 20:50:52 +02:00
41073b3cb1 add pycharm project stuff 2014-04-20 20:50:08 +02:00
34168e9bc5 reduce code line length to 80 characters max 2014-03-10 09:36:48 +01:00
5acfb44fd5 add pycharm project files 2014-03-10 09:28:10 +01:00
ea018ab15e include trigonometric function values for a step size of pi/6 2014-03-09 23:53:01 +01:00
c085482492 Restructure 2014-03-09 23:48:08 +01:00
c31c800edf add a program generating a sin/cos table for anki 2014-02-28 00:13:36 +01:00