Setting Up PyCharm - nikchopda/CanteenAutomation GitHub Wiki

PyCharm

PyCharm is an integrated development environment (IDE) used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django as well as data science with Anaconda.

Steps to set up PyCharm

  1. Download the required package or executable from the official website of PyCharm https://www.jetbrains.com/pycharm/download/#section=windows. Here you will observe two versions of package for Windows as shown in the screenshot given below −

https://www.tutorialspoint.com/pycharm/images/download_pycharm.jpg

  1. Download the community package (executable file) onto your system and mention a destination folder as shown below −

https://www.tutorialspoint.com/pycharm/images/install_location.jpg

https://www.tutorialspoint.com/pycharm/images/installed_folder.jpg

  1. Now, begin the installation procedure similar to any other software package.

https://www.tutorialspoint.com/pycharm/images/menu_folder.jpg

https://www.tutorialspoint.com/pycharm/images/installing_pycharm.jpg

  1. Once the installation is successful, PyCharm asks you to import settings of the existing package if any.

https://www.tutorialspoint.com/pycharm/images/completing_pycharm.jpg

https://www.tutorialspoint.com/pycharm/images/welcome_pycharm.jpg

https://www.tutorialspoint.com/pycharm/images/create_project.jpg

Referenced from: https://www.tutorialspoint.com/pycharm/pycharm_installation.htm

More about PyCharm: https://www.jetbrains.com/pycharm/download/#section=windows