Programming and programming languages: Difference between revisions
Jump to navigation
Jump to search
(Learning Python) |
|||
Line 20: | Line 20: | ||
* http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python/Contents | * http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python/Contents | ||
* [http://www.oreilly.com/catalog/9780596513986/index.html "Learning Python" book], by Mark Lutz | * [http://www.oreilly.com/catalog/9780596513986/index.html "Learning Python" book], by Mark Lutz | ||
== R == | |||
Originally a statistics package, is very powerful for data analysis and visualization. | |||
* [http://bio3d.pbworks.com/w/page/7824467/FrontPage Bio3D] - an R package containing utilities for the analysis of protein structure and sequence data |
Revision as of 21:05, 26 January 2012
Learning C++
- Kevin Cowtan's primer at http://www.ysbl.york.ac.uk/~cowtan/lectures/kdc05cplusplus.pdf
- FAQ : http://www.parashift.com/c++-faq-lite/
Learning Fortran90
- http://en.wikipedia.org/wiki/Fortran and http://en.wikipedia.org/wiki/Fortran_language_features
- http://www.ibiblio.org/pub/languages/fortran/unfp.html
- http://math.scu.edu/~dsmolars/ma169/notesfortran.html
- http://www.liv.ac.uk/HPC/F90page.html
- List of Fortran tutorials
Learning Python
An interpreted alternative to C++ and Fortran, which makes it easier to write quick programs.
- http://docs.python.org/tut/
- http://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python/Contents
- "Learning Python" book, by Mark Lutz
R
Originally a statistics package, is very powerful for data analysis and visualization.
- Bio3D - an R package containing utilities for the analysis of protein structure and sequence data