some python exercises
Find a file
2017-08-16 15:27:13 +02:00
.idea PyCharm: ignore .idea/workspace.xml 2014-08-29 22:15:56 +02:00
.gitignore add logging test 2017-08-16 15:27:13 +02:00
abcmeta.py __del__ 2014-08-26 17:57:06 +02:00
anki-sin-cos-table.py reduce code line length to 80 characters max 2014-03-10 09:36:48 +01:00
attributes.py add getattr/setattr test 2017-08-16 15:24:51 +02:00
colorama_test.py add colorama example 2014-08-16 23:26:48 +02:00
context-managers.py #ohai , pep8 2014-08-16 22:46:40 +02:00
convex-hull.py add convex hull example from scipy cookbook 2014-08-17 11:14:27 +02:00
cython_test.pyx play around with cython 2014-09-01 23:03:51 +02:00
cython_test_test.py play around with cython 2014-09-01 23:03:51 +02:00
doctest_test.py #ohai , pep8 2014-08-16 22:46:40 +02:00
func_annotations.py re-indent 2014-08-17 10:52:26 +02:00
hth.py add hth 2015-06-19 22:23:59 +02:00
IDEAS more IDEAS 2016-06-23 15:18:47 +02:00
json_memoize.py fixup docstrings 2014-08-30 08:18:42 +02:00
knights-tour.py add knight's tour 2015-05-31 19:32:36 +02:00
least-squares.py #ohai , pep8 2014-08-16 22:46:40 +02:00
logging-test.py add logging test 2017-08-16 15:27:13 +02:00
Makefile move pep8 check to Makefile 2014-08-16 22:48:47 +02:00
mapreduce.py map and multiple lists 2014-09-04 18:14:51 +02:00
mem-profile.py Test memory_profiler 2015-09-19 18:40:30 +02:00
mixed_pickles.py play around with pickle 2014-09-03 19:22:24 +02:00
n-queens.py n-queens: use list comprehension instead of for loop 2015-05-30 21:10:28 +02:00
newtons-method.py Newton's method 2014-11-03 18:36:04 +01:00
numpy.i add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
okapi-typemaps.i add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
peg-parse.py add pypeg2 example 2016-07-21 16:51:09 +02:00
sudoku.py sudoku: use a dot for missing numbers 2015-05-28 00:19:23 +02:00
test_swig.c add a simple swig example (from the turorial) 2014-05-05 14:57:28 +02:00
test_swig.i add a simple swig example (from the turorial) 2014-05-05 14:57:28 +02:00
test_swig_opencv.cpp add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
test_swig_opencv.hpp add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
test_swig_opencv.i add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
test_swig_opencv.jpg add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
test_swig_opencv_test.py add an example using swig to interface opencv 2014-05-05 20:41:52 +02:00
test_swig_test.py #ohai , pep8 2014-08-16 22:46:40 +02:00