mirror of
https://github.com/php/presentations.git
synced 2026-03-25 16:12:07 +01:00
25 lines
849 B
XML
25 lines
849 B
XML
<slide title="Python">
|
|
<image filename="python.jpg" align="right" marginright="1.0em"/>
|
|
<blurb>
|
|
Python is a heavily object oriented scripting language.
|
|
</blurb>
|
|
|
|
<list title="Python Advantages" fontsize="2.5em">
|
|
<bullet>Thousand year language</bullet>
|
|
<bullet>Very small core functionality</bullet>
|
|
<bullet>Very good for prototyping</bullet>
|
|
<bullet>Object Orientation done right</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 weird</bullet>
|
|
</list>
|
|
|
|
</slide>
|