?
Try a lot of Python IDE, some concise, but the function is few, some function many, but very chicken!!! In a word, everything has its advantages and disadvantages!
Finally, I chose IntelliJ idea, and here's why I chose it:
1. Since my main business is Java development, idea doesn't have a learning curve for me.
2. Idea is a very mature IDE with rich plugins.
3. Project directory structure suitable for object-oriented programming
Disadvantages:
It's a bit high in memory.
?
Don't say much, let's see how to configure it!
Import Pipenv Project
How to create Pipenv project, please click here!
?
?
And then all next
the way up until:
?
Here Select the SDK, the general project to choose the corresponding SDK is good, but pipenv
the project, as we said before, it has its own SDK, so we need to find the pipenv
SKD directory created for us, bring it in, click "+" number
?
?
# 我的SDK目录地址在这里,pipenv_demo是我的项目名称/Users/renmeng/.local/share/virtualenvs/pipenv_demo-aDLyxFsM/bin/python3
After importing the SDK, click Done, then wait for idea to compile the project, and then look like this:
?
This makes it easy to see what dependencies we are using and what versions we rely on! is not very good ~! ``
Python ide--importing pipenv-managed projects in IntelliJ idea