From bb7ffc906c1342299649dd553a3fad64e1ee0a2c Mon Sep 17 00:00:00 2001 From: Vinta Date: Tue, 1 Jul 2014 00:05:36 +0800 Subject: [PATCH] add Sublime Text plugins for Python --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a6b78..161dd16 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ so you need Python. - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Miscellaneous](#miscellaneous) - [Resources](#resources) + - [Editor Plugins](#editor-plugins) - [Books](#books) - [Websites](#websites) - [Weekly](#weekly) @@ -515,7 +516,9 @@ so you need Python. * Emacs * TODO * Sublime Text - * TODO + * [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome autocomplete library [Jedi](https://github.com/davidhalter/jedi). + * [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE. + * [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text. ## Books