-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eric Du edited this page Aug 1, 2019
·
23 revisions
Modern Python Development Practices
OS: latest ubuntu LTS
Python: Python3 with good stuff such as asyncio, type hints, dataclass
IDE: Pycharm Community Edition or Visual Studio Code
Testing: pytest, pytest-asyncio, pytest-mock, pytest-benchmark, Hypothesis, Tox, bandit
.gitignore: https://github.com/github/gitignore/blob/master/Python.gitignore, then add: .idea
git commit message : Added, Changed, Fixed, Removed, Deprecated, Security