Files
archived-presentations/slides/scripting/python.xml
Sterling Hughes 8e294e51d5 Add support for python source highlighting via py2html
update scripting.xml
update my python slide a bit
2002-07-02 09:14:14 +00:00

24 lines
757 B
XML

<slide title="Python">
<blurb>
Python is a heavily object oriented scripting language, that features
oddities such as indent based scope.
</blurb>
<list title="Python Advantages" fontsize="2.5em">
<bullet>Heavy Object Orientation (Good Object Orientation)</bullet>
<bullet>CS 'Correct'</bullet>
<bullet>Built-in Support for CS Datastructures</bullet>
<bullet>Rich C API</bullet>
<bullet>Excellent for Mathematical Work</bullet>
<bullet>Indent based scope encourages neat programming</bullet>
<bullet>Guido named it after Monty Python</bullet>
</list>
<list title="Python Disadvantages" fontsize="2.5em">
<bullet>Heavy Object Orientation</bullet>
<bullet>Deviates heavily from more standard languages</bullet>
<bullet>Its wierd</bullet>
</list>
</slide>