Difference between revisions of "IDE"

From "A B C"
Jump to navigation Jump to search
m
 
Line 22: Line 22:
  
 
==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|Eclipse_(software)|Eclipse}}
 
* {{WP|KDevelop}}
 
* {{WP|KDevelop}}
* {{WP|ActiveState_Komodo|Komodo}} (not free)
 
  
 
==Exercises==
 
==Exercises==

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.



Introductory reading

IDE (Integrated Development Environment)



Contents

R

Python

Exercises



References



Further reading and resources

[...]