Liuxingyuan Classroom: What software do I need to install for beginners to learn Python?

thumbnail

Python programming is a programming language suitable for beginners. Nowadays, many programmers use their spare time to learn Python language, including 0 basic learners. Of course, programming software is definitely indispensable in the process of learning Python, so what software is generally used for Python?

The software frequently used by Python includes: Sublime Text, Atom, PyCharm, etc.

Sublime Text

is a very popular code editor developed by a Google engineer whose dream is to make it a better text editor. Sublime Text supports Python code editing and is compatible with all platforms, and rich plug-ins extend syntax and editing functions.

Sublime Text is highly respected in the programming community. From the perspective of a code editor alone, Sublime Text is fast, compact and has good compatibility;

Of course, it also has certain shortcomings. Although you can use the test version indefinitely, Sublime Text is not free software. It may be tricky to install extensions in Sublime Text. In addition, it does not support direct execution or debugging inside the editor code.

Atom

Atom is known as the hackable text editor of the 21st century. The open source Atom has a stylish interface, a file system browser, and a market for extensions. It is built using Electron, which uses JavaScript, html, and css to build desktop applications for the platform. , the Python language is supported by an extension that can be installed on the Atom runtime.

Thanks to Electron, Atom is widely compatible with all major platforms. The same Atom is small and downloads and loads very quickly;

There is no built-in support for building and debugging. These features are supported by the community. Also because Atom is built on the Electron framework, it always runs in the JavaScript process instead of running as a native application.

PyCharm

It is the best full-featured integrated development environment for Python. It also has a paid version and a free open source version. PyCharm supports quick installation and use in Windows, MAC OS X systems, and Linux systems.

It is a true Python integrated development environment, with many conveniences and support communities, and its editing, running and debugging functions are all out of the box;

However, PyCharm has the problem of slow loading speed, and for existing projects, the default settings may need to be adjusted.

The above is the whole content of this sharing. If you want to learn more Python skills, please continue to pay attention to Liuxingyuan Classroom!

Latest Programming News and Information | GeekBar

Related Posts