|
62e2cd96cb
|
→ convex-hull/
|
2020-01-10 14:29:46 +01:00 |
|
|
061f188464
|
→ test-swig/
|
2020-01-10 14:27:43 +01:00 |
|
|
4a95d0ae17
|
qt5-qwebview.py
|
2019-09-22 12:30:31 +02:00 |
|
|
806593afa1
|
add rest-client-yts.py
|
2018-11-08 16:33:30 +01:00 |
|
|
569e9653ff
|
add async-fac1.py
|
2018-10-30 18:35:53 +01:00 |
|
|
4c71aa0cbd
|
add sympy.ipynb
|
2017-11-02 06:39:43 +01:00 |
|
|
8f12a6b88c
|
add trickyscope.py
|
2017-11-02 02:51:11 +01:00 |
|
|
99af24ce61
|
add logging test
|
2017-08-16 15:27:13 +02:00 |
|
|
7387443a80
|
add getattr/setattr test
|
2017-08-16 15:24:51 +02:00 |
|
|
3bd8bfa367
|
add pypeg2 example
|
2016-07-21 16:51:09 +02:00 |
|
|
cff1581c4e
|
more IDEAS
|
2016-06-23 15:18:47 +02:00 |
|
|
397ad2056e
|
Test memory_profiler
|
2015-09-19 18:40:30 +02:00 |
|
|
7742172968
|
add hth
|
2015-06-19 22:23:59 +02:00 |
|
|
26f5113e68
|
add knight's tour
|
2015-05-31 19:32:36 +02:00 |
|
|
7ee2c4ad8f
|
n-queens: use list comprehension instead of for loop
|
2015-05-30 21:10:28 +02:00 |
|
|
a4249017c0
|
n-queens: Place n queens on a n×n chess board
|
2015-05-30 09:43:34 +02:00 |
|
|
2172b8e7b7
|
sudoku: use a dot for missing numbers
|
2015-05-28 00:19:23 +02:00 |
|
|
a1bd9f4215
|
add a backtracking sudoku solver
|
2015-05-27 23:54:48 +02:00 |
|
|
6914d483a1
|
Newton's method
|
2014-11-03 18:36:04 +01:00 |
|
|
b75d48cff9
|
map and multiple lists
|
2014-09-04 18:14:51 +02:00 |
|
|
b0a1db1eed
|
play around with pickle
|
2014-09-03 19:22:24 +02:00 |
|
|
70ce7ab948
|
play around with cython
|
2014-09-01 23:03:51 +02:00 |
|
|
fa17225d95
|
fixup docstrings
|
2014-08-30 08:18:42 +02:00 |
|
|
c6afbfc820
|
fix whitespace a little
|
2014-08-30 08:16:50 +02:00 |
|
|
ac7c65e29f
|
write pretty json output
|
2014-08-29 22:39:38 +02:00 |
|
|
348f512058
|
support multiple functions sharing the same json memo file
|
2014-08-29 22:22:28 +02:00 |
|
|
2df28f7f14
|
.gitignore json_memoize tmp files
|
2014-08-29 22:19:26 +02:00 |
|
|
30be337d51
|
remove debugging output
|
2014-08-29 22:16:40 +02:00 |
|
|
3dc5974023
|
PyCharm: ignore .idea/workspace.xml
|
2014-08-29 22:15:56 +02:00 |
|
|
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 |
|