diff -r b589c15fa60f -r 54e05b1ec765 project/templates/talk/conf_schedule.html --- a/project/templates/talk/conf_schedule.html Fri Dec 02 16:48:56 2011 +0530 +++ b/project/templates/talk/conf_schedule.html Fri Dec 02 22:58:26 2011 +0530 @@ -23,7 +23,7 @@ 13:20-14:05Ajith KumarInvited 14:05-14:25Bala Subrahmanyam VaranasiSentiment Analysis 14:25-14:55Jayneil DalalBuilding Embedded Systems for Image Processing using Python -14:55-15:05IITB StudentsProject Presentation +14:55-15:05IITB StudentsProject Presentation 15:05-15:35Tea Break 15:35-16:20Prabhu RamachandranInvited Talk @@ -51,7 +51,7 @@ 11:25-12:10EmmanuelleInvited 12:10-13:10Lunch 13:10-13:30Mahendra NaikLarge amounts of data downloading and processing in python with facebook data as reference -13:30-14:10Ole NielsenInvited +13:30-14:10Ole NielsenInvited Speaker: 7 Steps to Python Software That Works 14:10-14:30Jaidev DeshpandeA Python Toolbox for the Hilbert-Huang Transform 14:30-15:00Chetan GiridharDiving in to Byte-code optimization in Python 15:00-15:30Tea @@ -394,4 +394,39 @@

Slides

To be uploaded

+ +

IITB Students : Project Presentation

+

Abstract

+

+The following 2 projects(part of the SDES course) which obtained the highest marks; +would be presented by respective project members. +

+
  • Digital Logic circuit simulator
  • +
  • Analysis and modelling of cellular systems
  • +

    Slides

    +

    To be uploaded

    + +

    Dr Ole Nielsen : 7 Steps to Python Software That Works

    +

    Abstract

    +

    +I will give an overview of Python projects I have been leading over +the past decade in academia, science agencies and government. These +include large scale datamining, parallel computing, hydrodynamic +modelling of tsunami impact and analysis of impact from natural +disasters. All projects are based on Python (and numpy). The purpose +of this talk is to summarise the practices I have come to see as +essential to produce software that works robustly and sensibly +is user and developer friendly, i.e. can be used and developed by a +diverse and changing team eventually takes on a life of its own +without input from the core development team. +

    +

    +Much of this will be known to many of you, but having worked in this +field for some time now and seen much software it is my view that +there is still a lot of Python code that could really shine if +testing, source control, style guides, exception handling etc were +observed more generally. To keep it real, I'll show real examples where appropriate. +

    +

    Slides

    +

    To be uploaded

    {% endblock content %}