Scientific Programming

  1. When to program: Program only when the time taken to write and debug the code is less than the time you'll save by not having to do the calculations by hand.
  2. Leaning to program: The first programming language you learn requires major effort because you must learn a new framework of knowledge. Each subsequent language comes much faster as you pigeonhole new facts into your existing conceptual framework.
      • How to program
      • And the syntax details for that language.
      • Either take a course that covers both or download a language package with good tutorials and work your way through them.
  3. Picking a language
  4. Acquiring the software - most programming languages are now available for most operating systems.
  5. Designing a program
  6. Writing a program
  7. Debugging a program

Back to Index

This page was last updated by George Young on December 1, 2004