Fairy-level programming artifact, blow it up!

Visual Studio

Recognized as the "strongest IDE" in the field of programming, Visual Studio is currently the most popular integrated development environment for Windows platform applications. It provides advanced development tools, debugging functions, database functions and innovative functions to help quickly create current State-of-the-art applications, developing new programs.

Visual Studio is compatible with multiple platforms, divided into free version and paid version, and comes with its own extension plug-in market. It should be noted that Visual Studio does not support the Linux platform!

vim

As a text editor, Vim's biggest advantage is speed and efficiency, which is difficult for other editors to match.

This is due to Vim's mode-related design, high scalability and high customization.

Compared with editors, IDE integrates software development tools and environments such as compilation, debugging, and syntax highlighting. These functions are extremely suitable for developers’ daily work, and these functions can be extended through powerful and rich plug-ins in Vim. Completed, the degree of freedom is extremely high, not only pretending to be awesome, but also really cool to use.

Visual Studio Code

Visual Studio Code is a full-featured code editor compatible with Linux, Mac OS X and Windows platforms. It has a high degree of freedom and can configure almost all tasks, and can also install external plug-ins.

Best of all, it's free, which alone is attractive.

Atom

Atom is compatible with all platforms, has a stylish interface, a file system browser and an extension plug-in market, which is its appearance, and its core advantage is that it can be compatible with Vim mode, which makes a large number of loyal Vim users feel addicted .

PyCharm

PyCharm is the only full-featured integrated development environment dedicated to Python. It also has a paid version and a free open source version, which is tough and multi-platform.

If you want to spend no money, you can find the educational version of PyCharm, which is enough for novices.

It is really convenient to use, open a new file and start writing code, you can also run and debug Python programs directly in PyCharm, it also supports source code management and projects, and it has many conveniences and support communities, can quickly Master learn to use!

Finally, I would like to share with you a Github repository, which has more than 300 classic computer book PDFs compiled by Dabin, including C language, C++, Java, Python, front-end, database, operating system, computer network, data structure and algorithm, machine learning , programming life , etc., you can star it, next time you look for a book directly search on it, the warehouse is continuously updated~

Github address

Guess you like

Origin blog.csdn.net/Tyson0314/article/details/131428881