project/templates/home.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 12 Nov 2010 19:03:55 +0530
changeset 215 1cc6fec6a964
parent 112 d4ec8917713e
child 216 b64e4240e94c
permissions -rw-r--r--
Embedded why python video in homepage.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
{% block content %}
32
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
     4
<h1>Python for Education and Scientific Computing</h1>
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
     5
<div class="entry">
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
     6
<p>Python is an interpreted, interactive, object-oriented, open source,
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
     7
extensible programming language. It combines clarity and readability,
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
     8
making it an extremely powerful language that can be used for various
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
     9
applications and problems.</p>
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    10
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    11
<p>Python is simple and easy to learn and apply.  It offers an interactive
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    12
environment in which to explore procedural, functional and object
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    13
oriented approaches to problem solving. Its high level data structures,
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    14
extensive documentation and clear syntax make it an ideal first
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    15
language, while the large number of existing libraries make it suitable
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    16
to tackle almost any programming tasks. Its simplicity makes it easy to
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    17
adapt to multiple educational domains.</p>
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    18
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    19
<p>Python has several libraries that enable numeric and symbolic computing.
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    20
It also interfaces well with native codes in C,C++ and FORTRAN and has
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    21
excellent libraries for plotting/visualization. Python also provides
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    22
libraries for general purpose computing including generating user
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    23
interfaces and web development. These coupled with it's interactive
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    24
interpreter make Python an excellent language for Scientific Computing.</p>
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    25
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    26
<p>All these features when combined with their wide-ranging applications
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    27
make Python a perfect fit for use in Education, Industry and Scientific
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    28
Computing.</p>
215
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    29
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    30
<video
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    31
  src="http://fossee.in/sitefiles/Videos/why_python.ogv"
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    32
  width=50%
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    33
  height=50%
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    34
  controls>
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    35
  Your Browser does not support the video tag, upgrade to Firefox 3.5+
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    36
</video>
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    37
<p>
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    38
<a href="http://fossee.in/sitefiles/Videos/why_python.ogv">Download video</a>
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    39
</p>
32
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    40
<h1>Scope of the conference</h1>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    41
  <p><strong>Scipy.in </strong>is a conference providing opportunities to 
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    42
spread the use of the Python programming language in the Scientific Computing
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    43
community in India. It provides a unique opportunity to interact with the
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    44
"Who's who" of the Python for Scientific Computing fraternity and learn,
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    45
understand, participate and contribute what is happening in the realms of
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    46
Scientific Computing using Python. Attendees of the conference and participants
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    47
of the sprints planned will be able to access and review the tools available,
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    48
apart from learning domain-specific applications and how the tools apply to a
32
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    49
plethora of application problems.<br></p>
13
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    50
32
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    51
   <p>One of the goals of the conference is to combine education, engineering and
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    52
science with computing through the medium of Python and thereby extrapolate on
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    53
how powerful Scientific Computing is in various fields and among different
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    54
communities.
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 32
diff changeset
    55
  </p>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    56
</div>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    57
<h1>Theme</h1>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    58
<div class="entry">
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    59
  <p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    60
with respect to Application and Teaching</p>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    61
</div>
13
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    62
{% endblock content %}