project/templates/home.html
changeset 32 d56751e6bfb0
parent 15 07e4c036a0e7
child 112 d4ec8917713e
equal deleted inserted replaced
31:bb9bb88b74db 32:d56751e6bfb0
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 
     2 
     3 {% block content %}
     3 {% block content %}
       
     4 <h1>Python for Education and Scientific Computing</h1>
       
     5 <div class="entry">
       
     6 <p>Python is an interpreted, interactive, object-oriented, open source,
       
     7 extensible programming language. It combines clarity and readability,
       
     8 making it an extremely powerful language that can be used for various
       
     9 applications and problems.</p>
       
    10 
       
    11 <p>Python is simple and easy to learn and apply.  It offers an interactive
       
    12 environment in which to explore procedural, functional and object
       
    13 oriented approaches to problem solving. Its high level data structures,
       
    14 extensive documentation and clear syntax make it an ideal first
       
    15 language, while the large number of existing libraries make it suitable
       
    16 to tackle almost any programming tasks. Its simplicity makes it easy to
       
    17 adapt to multiple educational domains.</p>
       
    18 
       
    19 <p>Python has several libraries that enable numeric and symbolic computing.
       
    20 It also interfaces well with native codes in C,C++ and FORTRAN and has
       
    21 excellent libraries for plotting/visualization. Python also provides
       
    22 libraries for general purpose computing including generating user
       
    23 interfaces and web development. These coupled with it's interactive
       
    24 interpreter make Python an excellent language for Scientific Computing.</p>
       
    25 
       
    26 <p>All these features when combined with their wide-ranging applications
       
    27 make Python a perfect fit for use in Education, Industry and Scientific
       
    28 Computing.</p>
     4 <h1>Scope of the conference</h1>
    29 <h1>Scope of the conference</h1>
     5 <div class="entry">
       
     6   <p><strong>Scipy.in </strong>is a conference providing opportunities to 
    30   <p><strong>Scipy.in </strong>is a conference providing opportunities to 
     7 spread the use of the Python programming language in the Scientific Computing
    31 spread the use of the Python programming language in the Scientific Computing
     8 community in India. It provides a unique opportunity to interact with the
    32 community in India. It provides a unique opportunity to interact with the
     9 "Who's who" of the Python for Scientific Computing fraternity and learn,
    33 "Who's who" of the Python for Scientific Computing fraternity and learn,
    10 understand, participate and contribute what is happening in the realms of
    34 understand, participate and contribute what is happening in the realms of
    11 Scientific Computing using Python. Attendees of the conference and participants
    35 Scientific Computing using Python. Attendees of the conference and participants
    12 of the sprints planned will be able to access and review the tools available,
    36 of the sprints planned will be able to access and review the tools available,
    13 apart from learning domain-specific applications and how the tools apply to a
    37 apart from learning domain-specific applications and how the tools apply to a
    14 plethora of application problems.<br>
    38 plethora of application problems.<br></p>
    15 
    39 
    16 One of the goals of the conference is to combine education, engineering and
    40    <p>One of the goals of the conference is to combine education, engineering and
    17 science with computing through the medium of Python and thereby extrapolate on
    41 science with computing through the medium of Python and thereby extrapolate on
    18 how powerful Scientific Computing is in various fields and among different
    42 how powerful Scientific Computing is in various fields and among different
    19 communities.
    43 communities.
    20   </p>			
    44   </p>			
    21 </div>
    45 </div>