As the name suggests, Python Portable can be installed to USB drive and this makes it portable.
1) Go to URL http://portablepython.com/
2) Scroll down to find the following section:
3) Download the file and run it, e.g python 2.7.5.1
4) The installer will ask you to provide a location into which the python interpreter to be extracted.
5) Done.
6) Find the executable file Python-Portable.exe , run and type the command:
print "Hello, world"
Take note that if you are running Python 3, then the command would be:
print ("Hello, world")
7) Next? Go to http://programming-steps.blogspot.com/2013/06/learn-basic-python-programming.html to learn python programming by following simple visual steps.
No comments:
Post a Comment