You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/env.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ PyCharm / IntelliJ IDEA
82
82
83
83
`PyCharm <http://www.jetbrains.com/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 <http://plugins.intellij.net/plugin/?id=631/>`_.
84
84
85
+
85
86
Eclipse
86
87
-------
87
88
@@ -94,6 +95,7 @@ Komodo IDE
94
95
`Komodo IDE <http://www.activestate.com/komodo-ide>`_ is developed by ActiveState and is a commerical IDE for Windows, Mac
95
96
and Linux.
96
97
98
+
97
99
Spyder
98
100
------
99
101
@@ -104,6 +106,11 @@ and `rope <http://rope.sourceforge.net/>`_.
104
106
Spyder is open-source (free), offers code completion, syntax highlighting, class and function browser, and object inspection.
105
107
106
108
109
+
WingIDE
110
+
-------
111
+
112
+
`WingIDE <http://wingware.com/>`_ a python specific IDE. Runs for Linux, Windows, and Mac (as on X11 application, which frustrates some Mac users).
0 commit comments