#pycharm #python #windows
ABOUT PYTHON
Python is a popular programming language which has simple English-like syntax structure. And PyCharm is an Integrated Development Environment (IDE) which you can use to write codes in Python.
This tutorial is on how you can install the python programming language and PyCharm IDE on your Windows PC.
USEFUL LINKS
* Python can be downloaded from: https://www.python.org
* PyCharm can be downloaded from JetBrains at: https://www.jetbrains.com/pycharm/dow...
STEPS TO GET PYTHON WORKING ON WINDOWS 8/10/11
1. Download Python (32-bit or 64-bit depending on your PC, check PC Properties for this)
2.Click to run the downloaded Python Installer
3. Accept all prompts and Finish installation
4. Download PyCharm
5. Click to run the downloaded PyCharm Installer
6. Check the boxes to add to path, desktop shortcut, .py extension, and so on
7. After installation is successful, restart the PC
8. Launch PyCharm
9. Open Project
10. Choose Environment (virtualenv)
11. Choose Interpreter, choose the path to the Python version you just installed
12. Create a new Python file
13. Print hello world