mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #1022 from carloshvp/master
#1021 Moved VS Code to Text Editor
This commit is contained in:
+8
-8
@@ -138,6 +138,14 @@ Recommended for Python development is
|
|||||||
`Linter <https://github.com/steelbrain/linter>`_ combined with
|
`Linter <https://github.com/steelbrain/linter>`_ combined with
|
||||||
`linter-flake8 <https://github.com/AtomLinter/linter-flake8>`_.
|
`linter-flake8 <https://github.com/AtomLinter/linter-flake8>`_.
|
||||||
|
|
||||||
|
Python (on Visual Studio Code)
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ is an extension for the `Visual Studio Code <https://code.visualstudio.com>`_.
|
||||||
|
This is a free, lightweight, open source code editor, with support for Mac, Windows, and Linux.
|
||||||
|
Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like.
|
||||||
|
|
||||||
|
MIT licensed.
|
||||||
|
|
||||||
IDEs
|
IDEs
|
||||||
::::
|
::::
|
||||||
@@ -152,14 +160,6 @@ features can be brought to IntelliJ with the free
|
|||||||
versions of PyCharm: Professional Edition (Free 30-day trial) and Community
|
versions of PyCharm: Professional Edition (Free 30-day trial) and Community
|
||||||
Edition (Apache 2.0 License) with fewer features.
|
Edition (Apache 2.0 License) with fewer features.
|
||||||
|
|
||||||
Python (on Visual Studio Code)
|
|
||||||
------------------------------
|
|
||||||
|
|
||||||
`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
|
|
||||||
This is a free, lightweight, open source IDE, with support for Mac, Windows, and Linux.
|
|
||||||
Built using open source technologies such as Node.js and Python, with compelling features such as Intellisense (autocompletion), local and remote debugging, linting, and the like.
|
|
||||||
|
|
||||||
MIT licensed.
|
|
||||||
|
|
||||||
Enthought Canopy
|
Enthought Canopy
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user