Skip to content

Instantly share code, notes, and snippets.

View srikantpatnaik's full-sized avatar

Srikant srikantpatnaik

  • Mumbai
  • 19:45 (UTC -12:00)
View GitHub Profile
# taken from http://www.piware.de/2011/01/creating-an-https-server-in-python/
# generate server.xml with the following command:
# openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes
# run as follows:
# python simple-https-server.py
# then in your browser, visit:
# https://localhost:4443
import BaseHTTPServer, SimpleHTTPServer
import ssl
@srikantpatnaik
srikantpatnaik / setup.md
Last active August 29, 2015 14:10 — forked from jaidevd/setup.md

SciPy India 2014 will feature a lot of hands-on, practical tutorial sessions that require the participants to have some software on their respective computers. Please follow the instructions here before you come to the conference, so that we may start the tutorials without any delay.

Installing Canopy

Canopy is the primary Python distribution that we will be using during the conference. You may use Anaconda, or the system Python distribution, or any other Python interpreter for the conference. However, please note that we may not be able to support any other distribution other than Canopy. This is because the Python packages we will be providing for the tutorials are customized for Canopy.

Please visit this link https://store.enthought.com/downloads/ and click on the "Download Canopy Express" button to download the Canopy installer. Run this installer to install Canopy.