From ad98fee29119bb11eb9e7dc9c82f12fe8814afa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Franusic?= Date: Wed, 13 Aug 2014 14:18:47 -0700 Subject: [PATCH] All our dreams can come true, if we have the courage to pursue them. --- jpf/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 jpf/README.md diff --git a/jpf/README.md b/jpf/README.md new file mode 100644 index 0000000..7ae3af4 --- /dev/null +++ b/jpf/README.md @@ -0,0 +1,17 @@ +# Dreams + +## Community + +- Better introductions to community best practices (For example: + virtualenv, pep8, nosetests) +- Better ways to learn about *Better Battries Than The Ones That Are + Included* (For example: flask, requests, delorean) + + +## Technical + +- No more Python 2 / 3 decisions (from @alex). +- The ability to share command line Python applications as "binaries" + (a la Golang) +- The ability to reference pip libraries in Python source without needing to + download them first. (For example "import github.com/kennethreitz/requests")