Skip to content

Instantly share code, notes, and snippets.

@chkumar246
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chkumar246/3e2441dfda6a417fa5fc to your computer and use it in GitHub Desktop.
Save chkumar246/3e2441dfda6a417fa5fc to your computer and use it in GitHub Desktop.
June Python Pune Meetup 20/06/2015 Program Schedule

June Python Pune Meetup 20/06/2015 Schedule

10:30 A.M. - 10:40 A.M. - Meetup Introduction

10:40 A.M. - 12:40 P.M. - Document Your Code WorkShop

12:45 P.M. - 01:15 P.M. - Flask and its capabilities

01:20 P.M. - 01:50 P.M. - Basic introduction to IPython Notebook

02:00 P.M. - 02:30 P.M. - July DevSprint Planning and Feedback

http://www.meetup.com/PythonPune/events/223129113/

Requirements for the Workshop

[1.] A Laptop (Linux preferred) with Python>= 2.7.x installed.

[2.] Install following packages:

[2.1] python-docutils

On Fedora : $ sudo yum install python-docutils

on Ubuntu : $ sudo apt-get install python-docutils

[2.2] python-sphinx

On Fedora : $ sudo yum install python-sphinx

on Ubuntu : $ sudo apt-get install python-sphinx

[3.] Install pip

On Linux Machine: $ wget https://bootstrap.pypa.io/get-pip.py; python get-pip.py

[4.] Install IPython Notebook

$ sudo pip install "ipython[notebook]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment