Friday, January 10, 2014

Creating Python Environment | Installation in windows xp | Installation in Linux ( Ubantu 11.10 )

Hello... All we are gong to Discuss about python Environments or we can say how to install Python in windows as well as in Linux.

Python prerequisites :
we just only need to be a bold willing to learn ... rest we need practice to do   

Here i am using :

  • windows xp & Linux ubantu 11.10 
  • python 2.7 

we are not going in much more theory class. Instead of theory we come to the point, directly on practical work

Download Link Given bellow
Linux Ubantu 11.10
python 2.7

python in ubantu 11.10 is installed all ready we don't require to install in the ubantu, we just need to type command python in our interactive shell  & we get the python cli 
have a look


ok next we need to use the python library so here is our library path in ubantu # /usr/lib/python2.7 we can see here is all files of our python libraries we will use them later in our tutorials & will explain them later.


Now let's move into windows environment where how to install & where is our library in windows platform :
in windows we need to set the path of python by just open up your cmd & type  path %path%;C:\Python            &  press Enter 


 here is our interactive shell in windows platform now you can use what ever platform you can use in our next experiments


Now we want to see the library we are using in windows platform ... Basically this is same library we are using in ubantu as well in windows platform ... 


so this a short tutorial on python environment in next we will try to understand the basic parts as used in other languages ... so keep learning & experimenting how these things works.

No comments:

Post a Comment