project/templates/home.html
author primal primal007@gmail.com
Mon, 30 Jan 2012 15:19:23 +0530
branch2011
changeset 522 01b130ea8d8d
parent 300 6e1001230377
permissions -rw-r--r--
Merged
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
228
1199f0510480 Changed video on home page to short version.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 216
diff changeset
    30
<h1>Why Python?</h1>
1199f0510480 Changed video on home page to short version.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 216
diff changeset
    31
216
b64e4240e94c fixed formatting of homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 215
diff changeset
    32
<p>
215
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    33
<video
228
1199f0510480 Changed video on home page to short version.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 216
diff changeset
    34
  src="http://fossee.in/sitefiles/Videos/why_python_short.ogv"
215
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    35
  width=50%
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    36
  height=50%
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    37
  controls>
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    38
  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
    39
</video>
216
b64e4240e94c fixed formatting of homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 215
diff changeset
    40
</p>
215
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    41
<p>
228
1199f0510480 Changed video on home page to short version.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 216
diff changeset
    42
<a href="http://fossee.in/sitefiles/Videos/why_python_short.ogv">Download video (14 min - short version)</a> | <a href="http://fossee.in/sitefiles/Videos/why_python.ogv">Download video (41 min - long version)</a>
215
1cc6fec6a964 Embedded why python video in homepage.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 112
diff changeset
    43
</p>
228
1199f0510480 Changed video on home page to short version.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 216
diff changeset
    44
32
d56751e6bfb0 Added info about Scipy.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 15
diff changeset
    45
<h1>Scope of the conference</h1>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    46
  <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
    47
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
    48
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
    49
"Who's who" of the Python for Scientific Computing fraternity and learn,
300
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    50
understand, participate, and contribute to Scientific Computing using Python.
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    51
Attendees of the conference and participants of the sprints planned will be
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    52
able to access and review the tools available. They will also be able to
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    53
learn domain-specific applications and how the tools apply to a plethora
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    54
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
    55
300
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    56
   <p>One of the goals of the conference is to combine education, engineering,
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    57
and science with computing through the medium of Python. This conference also
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    58
aims to spread the use of Python for Scientific Computing in various fields
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 228
diff changeset
    59
and among different communities.
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 32
diff changeset
    60
  </p>
15
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 %}