.. link: http://dgplug.org/summertraining/2013/posts/sheeshmohsin-pycon-funnel-statistics-20131101.html .. description: .. tags: .. date: 2013/11/01 03:33:09 .. title: sheeshmohsin Pycon Funnel Statistics 20131101 .. slug: sheeshmohsin-pycon-funnel-statistics-20131101 Objective ========= It is an web application used to calculate the statistics of the candidates applied for talks that are listed in http://in.pycon.org/funnel/2013/ The application is made by using flask and jinja. Python code is written to trace and calculate the statistics from the Pycon Funnel 2013 website Installation ============ Download the app using this command :: git clone https://github.com/sheeshmohsin/pycon_funnel_stats And run the app. using command :: python funnel_app.py Package Required ---------------- Flask Subprocess jinja2 bs4 (beautifulsoup4) urllib2 Team Name:- ----------- "Triple S" Team Members:- -------------- 1. Shalini Roy 2. Shantanu Sarkar 3. Sheesh Mohsin Link ---- `click here `_ for the link of actual code.