how do i get the edit and run windows for python 2.7 is this possible. also when i may an error with my python code how do i change it.
after it is installed you have to run from the command prompt. cd\python27\python <prog>
Use notepad to edit the program.
Or you can download and use Eclipse IDE.
cd\python27\python <prog> when we type this in the cmd it throws an error
set the enviromental variable to run on cmd
to run python on cmd
go to My Computer ‣ Properties ‣ Advanced ‣ Environment Variables, In this dialog, you can add or modify User and System variables. To change System variables, you need non-restricted access to your machine (i.e. Administrator rights).
Another way of adding variables to your environment is using the set command: set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
Join our real-time social learning platform and learn together with your friends!