Objective: To record common tools and settings so that you can retrieve your work environment after changing your computer.
Environment: Windows 7 Ubuntu 16.4
Scenario: When learning Python, a good development environment can provide a lot of help, save time, improve efficiency and so on, often write Python in Windows and Ubuntu system, want a compatible platform and easy to use free software---pycharm good choice.
Before I used the Spyder on Ubuntu, very light, but automatic completion of the function is not convenient, only as a small tool, and then found Pycharm, it supports Ubuntu and Windows, the community version is free, enough, auto-completion and other functions are also good, The temporary disadvantage is that the open environment is too slow, but it is good.
Related settings:
Modify a template for a new file
Enter File->settings->editor->file and Code Templates->python Script
The other. Add in later.
This article is from the "Rickyhul" blog, make sure to keep this source http://rickyh.blog.51cto.com/10934856/1952501
Common tools and settings for writing Python