From 0c02c4b87370ef8fc818426c4889a347813fd9ae Mon Sep 17 00:00:00 2001 From: Graeme Glass Date: Mon, 6 Jun 2016 11:10:54 +0200 Subject: [PATCH 1/4] Update README.md Add jupyter notebook to Interactive Interpreter section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a7a474..ec5df0c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### Interactive Interpreter * [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. +* [jupyter notebook] (http://jupyter.org/) - A web application that allows you to create and share documents that contain live code. #### Environment * [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments. From 6ca241fa7606be981b5d5baa67a4b4eae30c19e1 Mon Sep 17 00:00:00 2001 From: Graeme Glass Date: Mon, 6 Jun 2016 11:14:13 +0200 Subject: [PATCH 2/4] Update README.md Add bpython to the Interactive Interpreter section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec5df0c..1050183 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### Interactive Interpreter * [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively. * [jupyter notebook] (http://jupyter.org/) - A web application that allows you to create and share documents that contain live code. +* [bpython] (http://www.bpython-interpreter.org) - A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows. #### Environment * [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments. From 419ac99a66ebe415471de0ad9f6fa8543296feed Mon Sep 17 00:00:00 2001 From: Graeme Glass Date: Mon, 6 Jun 2016 11:18:14 +0200 Subject: [PATCH 3/4] Update README.md Create Image processing section and add scikit-image --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1050183..a8d0c33 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### Optical Character Recognition (OCR) * [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for Google Tesseract OCR. +### Image processing +* [scikit-image](http://scikit-image.org/) - A collection of algorithms for image processing + #### Chinese Word Segmentation * [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities. From 615e6dac8291a9ddd8c0c45714ac9f5f5342a54c Mon Sep 17 00:00:00 2001 From: Graeme Glass Date: Mon, 6 Jun 2016 11:20:31 +0200 Subject: [PATCH 4/4] Update README.md Add Flask to the Frameworks section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8d0c33..b48559c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We * [Django](https://www.djangoproject.com/) - The most popular full featured web framework in Python. * [djangopackages](https://www.djangopackages.com/) - Excellent 3rd party django package collections. +* [Flask](http://flask.pocoo.org/) - A microframework for Python. ----- ## Utilities