Let's Start Python
Python Installation
To check Python is installed or not in your system run following command in CMD
python --version
This command is use in systems(like Windows, Linux or Mac) to check Python version
If you find that Python is not install in your system then Download it for free from python.org
Different Editors For Python Programming
There are many editors are available in the market. Above mention Editors are some of them
- IDLE, VS Code, Atom, Anaconda are Free software
- So you can easily install them
- Use any editor all are user-friendly
0 Comments