Popular IDEs to run Python script

Prerequisite You should have python installed on your machine, If not, then follow Python download and setup IDEs [Integrated development environment] help us to write and debug our code effectively makes code more readable provide auto suggestions provide features to easily integrate with other tools. To provide these above features, we have several IDEs available, from…

Download and setup Python on Win or Mac machine

Download Download latest version of python from python.org/downloads/ Install Using the default location or any other folder path Note: For windows, keep the folder path handy [where python is installed], which we will use later Set environmental variable [winOS] Open your environmental variable, under system variable section, append your python installed path let’s say, I have…