mirror of
https://github.com/php/presentations.git
synced 2026-03-26 08:32:20 +01:00
24 lines
757 B
XML
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>
|