some python exercises
 
 
 
 
 
 
Go to file
neingeist 397ad2056e Test memory_profiler
.idea PyCharm: ignore .idea/workspace.xml
.gitignore .gitignore json_memoize tmp files
IDEAS add IDEAS
Makefile move pep8 check to Makefile
abcmeta.py __del__
anki-sin-cos-table.py reduce code line length to 80 characters max
colorama_test.py add colorama example
context-managers.py #ohai , pep8
convex-hull.py add convex hull example from scipy cookbook
cython_test.pyx play around with cython
cython_test_test.py play around with cython
doctest_test.py #ohai , pep8
func_annotations.py re-indent
hth.py add hth
json_memoize.py fixup docstrings
knights-tour.py add knight's tour
least-squares.py #ohai , pep8
mapreduce.py map and multiple lists
mem-profile.py Test memory_profiler
mixed_pickles.py play around with pickle
n-queens.py n-queens: use list comprehension instead of for loop
newtons-method.py Newton's method
numpy.i add an example using swig to interface opencv
okapi-typemaps.i add an example using swig to interface opencv
sudoku.py sudoku: use a dot for missing numbers
test_swig.c add a simple swig example (from the turorial)
test_swig.i add a simple swig example (from the turorial)
test_swig_opencv.cpp add an example using swig to interface opencv
test_swig_opencv.hpp add an example using swig to interface opencv
test_swig_opencv.i add an example using swig to interface opencv
test_swig_opencv.jpg add an example using swig to interface opencv
test_swig_opencv_test.py add an example using swig to interface opencv
test_swig_test.py #ohai , pep8