life is short, you need python! Life is short, I use Python! With the advent of the era of big data and artificial intelligence, Python is known to more and more people!
What configurations are needed to learn Python?
First of all, the configuration of the computer system
Python supports common mainstream platforms, such as AIX, HPUX, Solaris, Linux, Windows and other
computers can refer to the following configuration:
CPU is Core i5 / i7
Memory 4G / 8G
Hard disk 500G, or use SSD
Configuration of development environment
When downloading and installing Python, you need to add Python to the environment variable, or manually copy the Python path and add it to the environment variableIntegrated development environment (IDE), it is recommended to use pycharm
Advantages of pycharm:
PyCharm has intelligent code editing It can understand the characteristics of Python and provide excellent productivity promotion tools:Automatic code formatting, code completion, refactoring, automatic import and one-click code navigation, etc. These features, backed by advanced code analysis programs, make PyCharm a powerful tool for both professional Python developers and those just starting out. Not only can you write python, but you can also write other languages.
The above is the detailed content of What development environment and computer configuration are required for python?. For more information, please follow other related articles on the PHP Chinese website!