From 665265b631bd6477aae8b4fd26fb2e105bad8700 Mon Sep 17 00:00:00 2001 From: Joonas Kuorilehto Date: Wed, 13 Aug 2014 23:20:05 +0300 Subject: [PATCH] Joonas' dreams --- joneskoo/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 joneskoo/README.md diff --git a/joneskoo/README.md b/joneskoo/README.md new file mode 100644 index 0000000..1f9115a --- /dev/null +++ b/joneskoo/README.md @@ -0,0 +1,11 @@ +# Joonas' dream world + +For Python, I dream of: + +- Being able to use Python 3 everywhere. No more compatibility hacks. +- All libraries having requests-like wonderful Human-usable interface +- Requests as Python built-in; a lot of the time it's my only dependency +- All libraries I use being maintained like Django... + - predictable deprecation + - a stable interface + - a good balance of importing to core project vs. leaving out features for external packages