Difference between revisions of "General computing resources"
Jump to navigation
Jump to search
(→Other) |
(→C++) |
||
Line 3: | Line 3: | ||
* http://www.cplusplus.com/ | * http://www.cplusplus.com/ | ||
* [http://ureddit.com/class/23620/introduction-to-c----a-video-guided-tutorial Introduction to C++: A video guided tutorial] | * [http://ureddit.com/class/23620/introduction-to-c----a-video-guided-tutorial Introduction to C++: A video guided tutorial] | ||
+ | * [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-s096-introduction-to-c-and-c-january-iap-2013/lectures-and-assignments/ MIT OpenCourseWare Intro to C & C++ ] | ||
===Fortran=== | ===Fortran=== |
Revision as of 21:44, 21 March 2013
C++
- http://www.learncpp.com/
- http://www.cplusplus.com/
- Introduction to C++: A video guided tutorial
- MIT OpenCourseWare Intro to C & C++
Fortran
Python
- http://www.codecademy.com/tracks/python
- http://www.learnpython.org/
- http://learnpythonthehardway.org/
- http://inventwithpython.com
Other
- Working as a Software Developer - useful read if you touch any code
- A Guide to Midnight Commander
- UNIX toolbox
- First 5 Minutes Troubleshooting A Server