diff -r 047b2f49979c -r 079c29b18517 project/templates/about/tutorial.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/about/tutorial.html Fri Nov 12 11:42:18 2010 +0530 @@ -0,0 +1,174 @@ +{% extends "base.html" %} +{% block content %} +

Tutorials

+ +

Intended audience

+ +

College and University Teachers/Professors/Lecturers from any Engineering or Science domain, and Engineering students who would like to use Python for their basic computing and plotting needs. +

+ +

Prerequisites

+ + + +

Objectives

+ + + +

Coverage

+ +

This is a rough outline of the topics to be covered in the +tutorials. The exact schedule of the tutorials will be put up in a +short while. +

+ + +

Any participants using their own laptops should have the required +software installed on their machines, before coming to the venue of +the tutorials. The installation instructions are available here. +

+ + +

Methodology

+ + + +

Laptops can be brought by participants, and additional laptops/computers can be provided for use for those required. Charging points will be available. +

+

+As far as installations go, you would require the following: +

+ + +

In any case, we will be providing live DVDs containing all the required installations and some additional tools on site. The iso can also be downloaded from the fossee.in site (http://fossee.in/download#DVDs). +

+ +{% endblock content %}