@@ -3949,7 +3949,7 @@ <h2>Why is a development environment necessary?</h2>
39493949applications. The text editor provides a way to write the code. The
39503950interpreter allows it to be executed. Testing to see if the code does what
39513951you want can either be done manually or by unit and functional tests. </ p >
3952- < h2 > A full development environment example</ h2 >
3952+ < h2 > A development environment example</ h2 >
39533953< p > Here's what I (the author of Full Stack Python,
39543954< a href ="/about-author.html "> Matt Makai</ a > ) use to develop most of my Python
39553955applications. I have a Macbook Pro with Mac OS X as its base operating
@@ -3996,7 +3996,8 @@ <h2>Python-specific IDEs</h2>
39963996 free editions for students and open source projects.</ p >
39973997</ li >
39983998< li >
3999- < p > < a href ="https://wingware.com/ "> WingIDE</ a > </ p >
3999+ < p > < a href ="https://wingware.com/ "> Wing IDE</ a > is a paid development environment with
4000+ integrated debugging and code completion.</ p >
40004001</ li >
40014002< li >
40024003< p > < a href ="http://komodoide.com/ "> Komodo</ a > </ p >
@@ -4040,6 +4041,11 @@ <h2>Development environment resources</h2>
40404041< p > The < a href ="http://docs.python-guide.org/en/latest/dev/env/ "> Hitchhiker's Guide to Python</ a >
40414042 has a page dedicated to development environments.</ p >
40424043</ li >
4044+ < li >
4045+ < p > < a href ="http://pedrokroger.net/choosing-best-python-ide/ "> Choosing the best Python IDE</ a >
4046+ is a review of six IDEs. PyCharm, Wing IDE and PyDev stand out above the
4047+ other three in this review.</ p >
4048+ </ li >
40434049</ ul >
40444050 < h1 > About the Author</ h1 >
40454051< p > This website was written and built by
@@ -4067,6 +4073,7 @@ <h1>Change Log</h1>
40674073< h2 > 2014</ h2 >
40684074< h3 > November</ h3 >
40694075< ul >
4076+ < li > Revising development environments page and adding new resources.</ li >
40704077< li > Adding my new Flask blog post on choose your own adventure presentations
40714078 along with the open source repository.</ li >
40724079< li > More resources under Best Python Resources.</ li >
0 commit comments