Difference between revisions of "CSC212 Lab 1 2014"
(→Part 4: Python in a Shell!) |
|||
Line 13: | Line 13: | ||
</bluebox> | </bluebox> | ||
<br /> | <br /> | ||
+ | <!-- | ||
=Part 1: Python Review= | =Part 1: Python Review= | ||
<br /> | <br /> | ||
Line 402: | Line 403: | ||
* Go ahead, make your program display the famous string and demonstrate it to me, please. This part is worth 100 points for Lab 1. | * Go ahead, make your program display the famous string and demonstrate it to me, please. This part is worth 100 points for Lab 1. | ||
+ | --> | ||
<br /> | <br /> | ||
<br /> | <br /> |
Revision as of 17:55, 3 September 2014
--D. Thiebaut (talk) 09:37, 3 September 2014 (EDT)
This is the first Lab for CSC212, and there are many different little details that you need to get familiar with. In this lab you will
- review some Python (just to make sure you remember the logic of programming)
- learn how to connect to your class account on beowulf2
- learn how to use the emacs editor
- create simple Java programs.