"Python File", write the code and click the "Save" icon. To save changes to an existing program, right-click the changed file and select Save or use the shortcut Ctrl+S (Windows/Linux) or Cmd+S (Mac). Use the shortcut Ctrl+Enter (Windows/Linux) or Cmd+Enter (Mac) to quickly save new and changed files."/> "Python File", write the code and click the "Save" icon. To save changes to an existing program, right-click the changed file and select Save or use the shortcut Ctrl+S (Windows/Linux) or Cmd+S (Mac). Use the shortcut Ctrl+Enter (Windows/Linux) or Cmd+Enter (Mac) to quickly save new and changed files.">
Home > Article > Backend Development > How to save the program in pycharm
Methods to save a program in PyCharm are: create a new program, right-click the folder or file you want to save, select "New" > "Python File", write the code and click the "Save" icon. To save changes to an existing program, right-click the changed file and select Save or use the shortcut Ctrl S (Windows/Linux) or Cmd S (Mac). Use the shortcut Ctrl Enter (Windows/Linux) or Cmd Enter (Mac) to quickly save new and changed files.
Saving a program in PyCharm is very simple, just follow these steps:
For new and changed files, you can use the following shortcut to save quickly:
PyCharm Also The auto-save feature is supported and can be enabled under "Preferences" > "Settings" > "Editor" > "General". When this feature is enabled, PyCharm will automatically save your changes periodically.
The above is the detailed content of How to save the program in pycharm. For more information, please follow other related articles on the PHP Chinese website!