Programming and programming languages
Jump to navigation
Jump to search
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.