latex/workbook/example3.tex
changeset 107 80a8b46754f8
equal deleted inserted replaced
106:43ca1381dbef 107:80a8b46754f8
       
     1 \documentclass{article}
       
     2 \begin{document}
       
     3 Python is a general-purpose high-level programming language whose
       
     4 design philosophy emphasizes code readability.[3] Python aims to
       
     5 combine "remarkable power with very clear syntax",[4] and its standard
       
     6 library is large and comprehensive. Its use of indentation for block
       
     7 delimiters is unusual among popular programming languages. 
       
     8 
       
     9 Python supports multiple programming paradigms, primarily but not
       
    10 limited to object oriented, imperative and, to a lesser extent,
       
    11 functional programming styles. It features a fully dynamic type system
       
    12 and automatic memory management, similar to that of Scheme, Ruby,
       
    13 Perl, and Tcl. Like other dynamic languages, Python is often used as a
       
    14 scripting language, but is also used in a wide range of non-scripting
       
    15 contexts. 
       
    16 
       
    17 The reference implementation of Python (CPython) is free and open
       
    18 source software and has a community-based development model, as do all
       
    19 or nearly all of its alternative implementations. CPython is managed
       
    20 by the non-profit Python Software Foundation.
       
    21 
       
    22 This content is from Wikipedia's Python page. 
       
    23 \end{docment}