From 73a961a651b41550eaaf99c253dd157c666f8c1c Mon Sep 17 00:00:00 2001 From: syndg Date: Fri, 29 Aug 2014 14:21:26 +0300 Subject: [PATCH] Added Github Atom to env.rst --- docs/dev/env.rst | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 9e1cee154..3e4738e1f 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -127,6 +127,17 @@ Sublime Text has excellent support for editing Python code and uses Python for its plugin API. It also has a diverse variety of plugins, `some of which `_ allow for in-editor PEP8 checking and code "linting". +Atom +---- + + `Atom `_ is a hackable text editor for the 21st century, + built on atom-shell, and based on everything we love about our favorite editors. + +Atom is web native (HTML, CSS, JS), focusing on modular design and easy plugin development. +It comes with native package control and plethora of packages. Recommended for Python +development is `Linter `_ combined with +`linter-flake8 `_. + IDEs :::: @@ -137,7 +148,7 @@ PyCharm / IntelliJ IDEA `PyCharm `_ is developed by JetBrains, also known for IntelliJ IDEA. Both share the same code base and most of PyCharm's features can be brought to IntelliJ with the free `Python Plug-In `_. -There are two versions of PyCharm: Professional Edition (Free 30-day trial) +There are two versions of PyCharm: Professional Edition (Free 30-day trial) and Community Edition(Apache 2.0 License) with less features. @@ -194,11 +205,11 @@ Qt. The source files can be downloaded from `GitHub `_ is a full featured Python IDE -offering sourcecode autocompletion, syntax highlighting, support for version -control systems, python 3 support, integrated web browser, python shell, -integrated debugger and a flexible plug-in system. Written in python, it is -based on the Qt gui toolkit, integrating the Scintilla editor control. Eric +`Eric `_ is a full featured Python IDE +offering sourcecode autocompletion, syntax highlighting, support for version +control systems, python 3 support, integrated web browser, python shell, +integrated debugger and a flexible plug-in system. Written in python, it is +based on the Qt gui toolkit, integrating the Scintilla editor control. Eric is an open-source software (GPLv3 licence) with more than ten years of active development. @@ -371,4 +382,3 @@ Python interpreter for Unix-like operating systems. It has the following feature .. code-block:: console $ pip install bpython -