mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #473 from syndbg/master
Added Github Atom to env.rst
This commit is contained in:
+11
-1
@@ -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 <https://github.com/SublimeLinter/SublimeLinter>`_
|
its plugin API. It also has a diverse variety of plugins, `some of which <https://github.com/SublimeLinter/SublimeLinter>`_
|
||||||
allow for in-editor PEP8 checking and code "linting".
|
allow for in-editor PEP8 checking and code "linting".
|
||||||
|
|
||||||
|
Atom
|
||||||
|
----
|
||||||
|
|
||||||
|
`Atom <https://atom.io/>`_ 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 <https://github.com/AtomLinter/Linter>`_ combined with
|
||||||
|
`linter-flake8 <https://github.com/AtomLinter/linter-flake8>`_.
|
||||||
|
|
||||||
|
|
||||||
IDEs
|
IDEs
|
||||||
::::
|
::::
|
||||||
@@ -371,4 +382,3 @@ Python interpreter for Unix-like operating systems. It has the following feature
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ pip install bpython
|
$ pip install bpython
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user