Skip to content

Commit 773d171

Browse files
committed
adding a few python specific ides
1 parent 4b3ca07 commit 773d171

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3926,6 +3926,12 @@ <h2>Open source development environments</h2>
39263926
<li><a href="http://pydev.org/">PyDev</a> is a Python IDE plug in for
39273927
<a href="https://www.eclipse.org/">Eclipse</a>.</li>
39283928
</ul>
3929+
<h2>Python-specific IDEs</h2>
3930+
<ul>
3931+
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a></li>
3932+
<li><a href="https://wingware.com/">WingIDE</a></li>
3933+
<li><a href="http://komodoide.com/">Komodo</a></li>
3934+
</ul>
39293935
<h2>Hosted development environment services</h2>
39303936
<p>In the past couple of years several cloud-based development environments
39313937
have popped up. These can work great for when you're learning or stuck on

development-environments.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ <h2>Open source development environments</h2>
7575
<li><a href="http://pydev.org/">PyDev</a> is a Python IDE plug in for
7676
<a href="https://www.eclipse.org/">Eclipse</a>.</li>
7777
</ul>
78+
<h2>Python-specific IDEs</h2>
79+
<ul>
80+
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a></li>
81+
<li><a href="https://wingware.com/">WingIDE</a></li>
82+
<li><a href="http://komodoide.com/">Komodo</a></li>
83+
</ul>
7884
<h2>Hosted development environment services</h2>
7985
<p>In the past couple of years several cloud-based development environments
8086
have popped up. These can work great for when you're learning or stuck on

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-31T13:54:43Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-11-01T09:03:39Z</updated></feed>

source/content/pages/11-misc/1102-development-environments.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ less expensive set up or a cloud-based development environment.
6060
[Eclipse](https://www.eclipse.org/).
6161

6262

63+
## Python-specific IDEs
64+
* [PyCharm](https://www.jetbrains.com/pycharm/)
65+
* [WingIDE](https://wingware.com/)
66+
* [Komodo](http://komodoide.com/)
67+
68+
6369
## Hosted development environment services
6470
In the past couple of years several cloud-based development environments
6571
have popped up. These can work great for when you're learning or stuck on

0 commit comments

Comments
 (0)