Difference between revisions of "CSC212 Lab 1 2014"

From dftwiki3
Jump to: navigation, search
(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

  1. review some Python (just to make sure you remember the logic of programming)
  2. learn how to connect to your class account on beowulf2
  3. learn how to use the emacs editor
  4. create simple Java programs.