IDEA tools are commonly used development tools, full name: IntelliJ IDEA, it's powerful in that we can add a variety of plug-ins to write different code, of course, can also be used to write python, this article we explain how to use IDEA to install python plug-ins, as well as run python!
1, first open IDEA, and then find Configure
2, after clicking, we can see Plugins, that is, the meaning of plug-ins, and then click on the
3, in the search box, we enter python, will prompt us to not find the plug-in
4, and then click search in repositories (search in the repository), we can search a lot of plug-ins on python
5, and then we find inside the repository we want to install python, click on the back we can see the install button, click install
6, after the installation is complete, the right side will appear to restart IDEA, and then we click Restart!
7, restart well, after we enter IDEA again, and then click to create a new project!
8, create a project, we can see python, and then select python, select the appropriate version, click next we create a good python project
9, create a good python project, we can create python classes inside, and then run, as follows
10、If it is a windows system, we need to install python, to the official website to download directly, the next step to install, configure the python environment is good, relatively simple, this article we will talk about it!If it is a windows system, we need to install python, to the official website to download directly, the next step to install, configure the python environment is good, relatively simple, this article we will talk about it!
summarize
These 10 simple steps are how IntelliJ IDEA installs and runs python plugins, thanks for reading and supporting me.