Commit graph

70 commits

Author SHA1 Message Date
130e7c57fd → context-managerscontext-managers/ 2020-01-10 14:38:21 +01:00
7e7cc8e462 → test-swig/ 2020-01-10 14:37:21 +01:00
b86343e650 → knights-tour/ 2020-01-10 14:36:33 +01:00
bfe4784373 → n-queens/ 2020-01-10 14:34:41 +01:00
8eee886417 → attributes/ 2020-01-10 14:33:26 +01:00
8ee526f85b → anki-sin-cos/ 2020-01-10 14:32:59 +01:00
350891a6fa → async/ 2020-01-10 14:31:42 +01:00
550e859c51 → abc/ 2020-01-10 14:31:22 +01:00
ee15046453 → cython/ 2020-01-10 14:31:01 +01:00
23779d4af2 → colorama/ 2020-01-10 14:30:25 +01:00
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