# HG changeset patch # User Madhusudan.C.S # Date 1258010395 -19800 # Node ID d56751e6bfb0df227bb83f055c2a9069cbab8468 # Parent bb9bb88b74db889dcaa5776d4aef10ae88d7f10c Added info about Scipy. diff -r bb9bb88b74db -r d56751e6bfb0 project/templates/home.html --- a/project/templates/home.html Thu Nov 12 12:49:41 2009 +0530 +++ b/project/templates/home.html Thu Nov 12 12:49:55 2009 +0530 @@ -1,8 +1,32 @@ {% extends "base.html" %} {% block content %} -

Scope of the conference

-
+

Python for Education and Scientific Computing

+
+

Python is an interpreted, interactive, object-oriented, open source, +extensible programming language. It combines clarity and readability, +making it an extremely powerful language that can be used for various +applications and problems.

+ +

Python is simple and easy to learn and apply. It offers an interactive +environment in which to explore procedural, functional and object +oriented approaches to problem solving. Its high level data structures, +extensive documentation and clear syntax make it an ideal first +language, while the large number of existing libraries make it suitable +to tackle almost any programming tasks. Its simplicity makes it easy to +adapt to multiple educational domains.

+ +

Python has several libraries that enable numeric and symbolic computing. +It also interfaces well with native codes in C,C++ and FORTRAN and has +excellent libraries for plotting/visualization. Python also provides +libraries for general purpose computing including generating user +interfaces and web development. These coupled with it's interactive +interpreter make Python an excellent language for Scientific Computing.

+ +

All these features when combined with their wide-ranging applications +make Python a perfect fit for use in Education, Industry and Scientific +Computing.

+

Scope of the conference

Scipy.in is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. It provides a unique opportunity to interact with the @@ -11,9 +35,9 @@ Scientific Computing using Python. Attendees of the conference and participants of the sprints planned will be able to access and review the tools available, apart from learning domain-specific applications and how the tools apply to a -plethora of application problems.
+plethora of application problems.

-One of the goals of the conference is to combine education, engineering and +

One of the goals of the conference is to combine education, engineering and science with computing through the medium of Python and thereby extrapolate on how powerful Scientific Computing is in various fields and among different communities.