Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 355 Bytes

File metadata and controls

17 lines (11 loc) · 355 Bytes

python-learning

it day to day learning on python topic

##installation before run these programs pip install jsonpath

wget http://www.ultimate.com/phil/python/download/jsonpath-0.54.tar.gz tar -xvf jsonpath-0.54.tar.gz cd jsonpath-0.54.tar.gz python setup.py install

Django project basic set up pip install Django==1.8.4

To build django project