templates/workshop_info.html
author anoop
Wed, 28 Jul 2010 12:46:43 +0530
branchanoop
changeset 191 d0cf203b712b
parent 173 25f8826bc6e4
child 193 9b2a63bb8d16
permissions -rw-r--r--
fixed a bug in urls.py.

{% extends 'base.html' %}
{% block title %}
Pre Sage Days Workshop
{% endblock %}
{% block content %}
<h3> Python Workshop </h3>
<br />
<br />
Date: 31 July, 2010<br />
Duration: 9:00 AM - 6:00 PM<br />
Venue: CFD Lab, Aero Annex, Aero Space Department, IIT Bombay<br />
<br />
The workshop aims at getting people started with Python so that they can make most out of Sage Days.<br />
The workshop is going to be a hands on and would be covering Python, Version Control and ReST.<br />
<br />
Please visit <a href="http://fossee.in/installation-how-to">Installation how-to</a> for instructions on installing the software that is used in the workshop, in your laptop.
<br /><br />
NOTE: Participants have to make their own arrangements for lunch.<br /><br />

{% endblock %}