Difference between revisions of "Intro to Programming and Python"

From XenopusBioinfo
Jump to: navigation, search
(Created page with " = Other high-level 'scripting' languages = == Perl == * http://www.bioperl.org/wiki/How_Perl_saved_human_genome ("How PERL saved human genome" by Lincoln D. Stein) * http://w...")
 
Line 1: Line 1:
 +
= Python =
  
 
= Other high-level 'scripting' languages =
 
= Other high-level 'scripting' languages =
Line 13: Line 14:
  
 
== Java ==
 
== Java ==
* [https://www.eclipse.org/ Eclipse] is highly recommended IDE for Java development.  
+
* [https://www.eclipse.org/ Eclipse] is highly recommended IDE for Java development
 +
* http://www.mindviewinc.com/Books/TIJ4/ ("Thinking In Java" by Bruce Eckel) [http://www.mindviewinc.com/downloads/TIJ-3rd-edition4.0.zip 3rd edition for free]
  
 
== C# ==
 
== C# ==
Line 22: Line 24:
 
* php
 
* php
 
* javascript
 
* javascript
 +
 +
= See also =
 +
* http://stackoverflow.com/
 +
* http://thenextweb.com/dd/2012/10/21/so-you-want-to-be-a-programmer-huh-heres-25-ways-to-learn-online/

Revision as of 11:11, 28 April 2014

Python

Other high-level 'scripting' languages

Perl

Ruby

Real 'programming' languages

C/C++

Java

C#

Languages for the web

  • php
  • javascript

See also