Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7f29f05

Browse filesBrowse files
committed
Merge pull request realpython#473 from syndbg/master
Added Github Atom to env.rst
2 parents b787ec3 + 73a961a commit 7f29f05
Copy full SHA for 7f29f05

File tree

Expand file treeCollapse file tree

1 file changed

+17
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-7
lines changed

‎docs/dev/env.rst

Copy file name to clipboardExpand all lines: docs/dev/env.rst
+17-7Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,17 @@ Sublime Text has excellent support for editing Python code and uses Python for
127127
its plugin API. It also has a diverse variety of plugins, `some of which <https://github.com/SublimeLinter/SublimeLinter>`_
128128
allow for in-editor PEP8 checking and code "linting".
129129

130+
Atom
131+
----
132+
133+
`Atom <https://atom.io/>`_ is a hackable text editor for the 21st century,
134+
built on atom-shell, and based on everything we love about our favorite editors.
135+
136+
Atom is web native (HTML, CSS, JS), focusing on modular design and easy plugin development.
137+
It comes with native package control and plethora of packages. Recommended for Python
138+
development is `Linter <https://github.com/AtomLinter/Linter>`_ combined with
139+
`linter-flake8 <https://github.com/AtomLinter/linter-flake8>`_.
140+
130141

131142
IDEs
132143
::::
@@ -137,7 +148,7 @@ PyCharm / IntelliJ IDEA
137148
`PyCharm <http://www.jetbrains.com/pycharm/>`_ is developed by JetBrains, also
138149
known for IntelliJ IDEA. Both share the same code base and most of PyCharm's
139150
features can be brought to IntelliJ with the free `Python Plug-In <http://plugins.intellij.net/plugin/?id=631>`_.
140-
There are two versions of PyCharm: Professional Edition (Free 30-day trial)
151+
There are two versions of PyCharm: Professional Edition (Free 30-day trial)
141152
and Community Edition(Apache 2.0 License) with less features.
142153

143154

@@ -194,11 +205,11 @@ Qt. The source files can be downloaded from `GitHub <https://github.com/ninja-id
194205
Eric (The Eric Python IDE)
195206
--------------------------
196207

197-
`Eric <http://eric-ide.python-projects.org/>`_ is a full featured Python IDE
198-
offering sourcecode autocompletion, syntax highlighting, support for version
199-
control systems, python 3 support, integrated web browser, python shell,
200-
integrated debugger and a flexible plug-in system. Written in python, it is
201-
based on the Qt gui toolkit, integrating the Scintilla editor control. Eric
208+
`Eric <http://eric-ide.python-projects.org/>`_ is a full featured Python IDE
209+
offering sourcecode autocompletion, syntax highlighting, support for version
210+
control systems, python 3 support, integrated web browser, python shell,
211+
integrated debugger and a flexible plug-in system. Written in python, it is
212+
based on the Qt gui toolkit, integrating the Scintilla editor control. Eric
202213
is an open-source software (GPLv3 licence) with more than ten years of active
203214
development.
204215

@@ -371,4 +382,3 @@ Python interpreter for Unix-like operating systems. It has the following feature
371382
.. code-block:: console
372383
373384
$ pip install bpython
374-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.