##Congratulations on choosing python-live
###Learn Python Through Examples
This library lets you learn python from scratch, in less than a day.
Step 1: Clone the code. git clone https://github.com/atmb4u/python-live.git
Step 2: Install Python. In Windows and Mac users, http://www.python.org/getit/ In Linux, lucky guys, most Linux distros comes with bundled with python. Try python on the command line to enter the interactive shell and confirm python is installed.
Step 3: Install ipython, jinja2, tornado and pyreadline (http://ipython.org/ipython-doc/stable/install/install.html)
Step 4: Start ipython notebook
Start ipython notebook inside the folder, and start devouring the joy of learning.
Windows Users C:\Python27\scripts\ipython.exe notebook
Linux Users ipython notebook
You will get a browser tab opened with list of tutorials. This is the easiest way to get started with python.
###Style Guide
http://www.python.org/dev/peps/pep-0008/
NB: Entire tutorial is in python 2.7 (mostly compatible with 3.x)
###Help
To find people who can help you on the journey, please check the HELP file located in the same directory. Feel free to add your name to the HELP file if you know python and you want to help out others.