Difference between revisions of "Intro to Programming and Python"

From XenopusBioinfo
Jump to: navigation, search
(Other high-level 'scripting' languages)
(Python)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 +
* Lecture note - http://data.marcottelab.org/XenBioinfo2014/pdf/XenBioinfo2014_IntroToProgram_TK.pdf
 
= Python =
 
= Python =
 +
* Official Python2 tutorial - https://docs.python.org/2/tutorial/index.html
 +
* Google's Python Course - https://developers.google.com/edu/python/
  
 
= Other high-level 'scripting' languages =
 
= Other high-level 'scripting' languages =

Latest revision as of 14:14, 12 May 2014

Python

Other high-level 'scripting' languages

Perl

Ruby

Real 'programming' languages

C/C++

Java

C#

Languages for the web

  • php
  • javascript

See also