本文将持续更新。
IDE
PyCharm
Python 代码添加注释
Preferences --> Editor --> File and Code Templates --> Python Script
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Copyright (c) 2020 Alex.com, Inc. All Rights Reserved
This module provide configure file management service in i18n environment.
Authors: ${USER}(${USER}@alex.com)
Date: ${YEAR}-${MONTH}-${DAY} ${TIME}
"""