Difference between revisions of "IDE"
Jump to navigation
Jump to search
(Created page with "<div id="APB"> <div class="b1"> Integrated Development Environments </div> {{dev}} Familiarity with using an Integrated Development Environment is crucial to efficient cod...") |
m (→Contents) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div id="APB"> | <div id="APB"> | ||
<div class="b1"> | <div class="b1"> | ||
− | Integrated Development | + | Integrated Development Environment |
</div> | </div> | ||
Line 12: | Line 12: | ||
__TOC__ | __TOC__ | ||
+ | |||
+ | |||
+ | ==Introductory reading== | ||
+ | <section begin=reading /> | ||
+ | {{WP|Integrated_development_environment|IDE (Integrated Development Environment)}} | ||
+ | <section end=reading /> | ||
==Contents== | ==Contents== | ||
− | |||
− | |||
− | |||
+ | ===R=== | ||
+ | * The '''R''' GUI | ||
+ | * [http://www.rstudio.com '''R Studio'''] | ||
− | == | + | ===Python=== |
− | + | * [http://www.iep-project.org '''iep'''] | |
− | + | * [https://docs.python.org/2/library/idle.html The python IDLE IDE] | |
− | + | * {{WP|ActiveState_Komodo|Komodo}} (not free) | |
+ | * {{WP|Eclipse_(software)|Eclipse}} | ||
+ | * {{WP|KDevelop}} | ||
==Exercises== | ==Exercises== | ||
Line 37: | Line 45: | ||
==Further reading and resources== | ==Further reading and resources== | ||
− | + | [...] | |
Latest revision as of 20:57, 12 January 2015
Integrated Development Environment
This page is a placeholder, or under current development; it is here principally to establish the logical framework of the site. The material on this page is correct, but incomplete.
Familiarity with using an Integrated Development Environment is crucial to efficient coding. You need a code-aware editor and an integrated symbolic debugger. Of course, you can simply use a plain text editor and insert copious print
statements to debug - but this is inordinately less efficient and less effective. Your time should be more valuable to you than that.
Contents
Introductory reading
IDE (Integrated Development Environment)
Contents
R
- The R GUI
- R Studio
Python
- iep
- The python IDLE IDE
- Komodo (not free)
- Eclipse
- KDevelop
Exercises
References
Further reading and resources
[...]