Pycharm Educational Version
PyCharmis an IDE that integrates with IPython Notebook,has an interactive Python console, and supportsAnaconda as wellas multiple scientific packages. PyCharmsupports creating virtual environments for Python with conda.
You can use PyCharm Edu as long as you feel it suits your needs. Of course if you'd like to perform some work with python you would need to buy professional license or use Community Edition. If you're student and use PyCharm for your assigments I. Free Educational Licenses for JetBrains' tools. Free License Programs. Academic Licensing Open Source User Groups Events Partnership Developer Recognition Free Educational Licenses. Learn or teach coding with best-in-class development tools from JetBrains! Learn or teach how to code with best-of-industry tools from JetBrains. 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.
In the Settings/Preferences dialog (⌘,), select Project: <project name> | Project Interpreter.
Alternatively, from the Welcome screen, select Configure.
Select Preferences.
Select Project Interpreter.
In the Project Interpreter page, click the gear icon and select Add.
In the left-hand pane of the Add Python Interpreter dialog box, selectConda Environment. The following actions depend on whether the condaenvironment existed before.
- If New environment is selected:
Specify the location of the new conda environment in the text fieldor click the folder icon and find the location in your file system.
Note
The directory where the new conda environment should be located must be empty.
Select the Python version from the drop-down list.
Specify the location of the conda executable file in the text fieldor click the ellipsis and find the location in the conda installationdirectory.
If needed, select the Make available to all projects check box.
- If Existing environment is selected:
- Specify the required interpreter: use the drop-down listor click and find one in your file system(for example,
C:UsersjetbrainsAnaconda3python.exe
). - Select the check box Make available to all projects (if needed).
- Specify the required interpreter: use the drop-down listor click and find one in your file system(for example,
Click OK to complete the task.
The project uses the flask package, which is available on theAnaconda defaults channel.
Jetbrains Pycharm
To add flask, select Preferences (⌘,).
Select + to display the packages available in the defaults channel.
The packages in the defaults channel are displayed.Type “flask” into the search bar and select Install.
After flask is installed, it will be displayed in the project environment.
This project uses the bottle package, which is available on the conda-forge channel.
Pycharm Education Version
To add the conda-forge channel, select Preferences (⌘,).
Select + to display the packages available in the defaults channel.
To add a repository, select Manage Repositories, select +,and enter “conda-forge”. Select OK.
The packages from both defaults and conda-forge will be displayed.
Type “bottle” into the search bar and select Install Package.
Ps4 on iphone. After bottle is installed, it will be displayed in the project environment.