From 134a883624c3e15a4fe92ae5854eacca5c36bf87 Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 10 Jan 2020 15:04:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IDEAS | 6 ------ README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 IDEAS create mode 100644 README.md diff --git a/IDEAS b/IDEAS deleted file mode 100644 index 1db740c..0000000 --- a/IDEAS +++ /dev/null @@ -1,6 +0,0 @@ -http://en.literateprograms.org/Markov_algorithm_simulator_%28Python%29 -random walk vs prng -enigma -quicksort -knight's tour test_generators.py -wsgi diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e003cb --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +python-exercises +================ +just some python exercises. + + +ideas +----- +* http://en.literateprograms.org/Markov_algorithm_simulator_%28Python%29 +* random walk vs prng +* enigma +* quicksort +* knight's tour test_generators.py +* wsgi