Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do we make python scripts executable?

Answer Posted / chaitanya

Python scripts can be executed in two ways:

Suppose I want to execute script1.py

We can open the script1.py in IDE editor & run the script in the frontmost window of the python IDE by hitting the run all button.

Second way is using command prompt by making sure PATH is set appropriately directly type script name else type

>>>python script1.py

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happened if we call a key that is not present in dictionary and how to tackle that kind of error ?

837


Which is faster c++ or python?

817


Can I use python to make a website?

896


What is format () in python?

798


How to find whether string is alphanumeric or not?

869


Why python is called python?

864


How strings can be sliced?

841


What is anaconda python used for?

1051


What are range and xrange?

916


What is difference between panda series and dictionary in python?

914


What is the difference between append() and extend() method in python?

939


Is node better than python?

852


What are the built-in types available in python?

821


Write a program to produce fibonacci series in python.

834


What is the concatenation?

923