-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eric Du edited this page Apr 8, 2023
·
23 revisions
Modern Python Development Practices
OS: latest ubuntu LTS
Python: Python3 with good stuff such as asyncio, type hints, dataclass(pydantic is better)
.gitignore: https://github.com/github/gitignore/blob/master/Python.gitignore, then add: .idea
git commit message : Added, Changed, Fixed, Removed, Deprecated, Security