some python exercises
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
neingeist 99af24ce61 add logging test 7 years ago
.idea PyCharm: ignore .idea/workspace.xml 10 years ago
.gitignore add logging test 7 years ago
IDEAS more IDEAS 8 years ago
Makefile move pep8 check to Makefile 10 years ago
abcmeta.py __del__ 10 years ago
anki-sin-cos-table.py reduce code line length to 80 characters max 10 years ago
attributes.py add getattr/setattr test 7 years ago
colorama_test.py add colorama example 10 years ago
context-managers.py #ohai , pep8 10 years ago
convex-hull.py add convex hull example from scipy cookbook 10 years ago
cython_test.pyx play around with cython 10 years ago
cython_test_test.py play around with cython 10 years ago
doctest_test.py #ohai , pep8 10 years ago
func_annotations.py re-indent 10 years ago
hth.py add hth 9 years ago
json_memoize.py fixup docstrings 10 years ago
knights-tour.py add knight's tour 9 years ago
least-squares.py #ohai , pep8 10 years ago
logging-test.py add logging test 7 years ago
mapreduce.py map and multiple lists 10 years ago
mem-profile.py Test memory_profiler 9 years ago
mixed_pickles.py play around with pickle 10 years ago
n-queens.py n-queens: use list comprehension instead of for loop 9 years ago
newtons-method.py Newton's method 10 years ago
numpy.i add an example using swig to interface opencv 10 years ago
okapi-typemaps.i add an example using swig to interface opencv 10 years ago
peg-parse.py add pypeg2 example 8 years ago
sudoku.py sudoku: use a dot for missing numbers 9 years ago
test_swig.c add a simple swig example (from the turorial) 10 years ago
test_swig.i add a simple swig example (from the turorial) 10 years ago
test_swig_opencv.cpp add an example using swig to interface opencv 10 years ago
test_swig_opencv.hpp add an example using swig to interface opencv 10 years ago
test_swig_opencv.i add an example using swig to interface opencv 10 years ago
test_swig_opencv.jpg add an example using swig to interface opencv 10 years ago
test_swig_opencv_test.py add an example using swig to interface opencv 10 years ago
test_swig_test.py #ohai , pep8 10 years ago