<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="training.xsl" type="text/xsl"?>
<!DOCTYPE courses SYSTEM "training.dtd">

<courses>
  <course title="Introduction to Python">
    <instructor name="Anton Kulchitsky">
       <about>Anton is an ARSC HPC Specialist.</about>
    </instructor>
    <session date="March 21, 2008" time="1:00-5:00 PM" location="WRRB 009"/>
    <session date="March 22, 2008" time="1:00-5:00 PM" location="WRRB 009"/>
    <description>
      Python is a general-purpose, high-level programming language available
 on almost all modern platforms that is gaining popularity very
 quickly. Python's core syntax and semantics are minimalist, while the
 standard library is large and comprehensive. It designed to support
 multiple programming paradigms (primarily functional, object oriented
 and imperative).

 This 2-day introduction class is intended to teach python programming
 ideas, core syntax and semantics, and important libraries. The first
 day will be a more theoretical introduction to the language and its
 specific programming techniques. The second day will be more practical
 development training with some neat exercises and practical
 examples. There will be a list of exercises provided between and after
 the classes.
    </description>
    <registration_info link="/support/training/SpringTrainingWebForm2008.html">
      <a href="/support/training/SpringTrainingWebForm2008.html">Pre-registration</a>
      is required for this course.
    </registration_info>
  </course>
</courses>
