Python Project Template Best Practices

Sub-skill of python-project-template: Best Practices.

vamseeachanta 8c67d20 485 B Updated

File contents

Best Practices

Best Practices

  1. Use descriptive project names - kebab-case for directories, snake_case for Python
  2. Update dependencies - Keep pyproject.toml current
  3. Run tests early - Verify setup with pytest immediately
  4. Configure IDE - Use generated configs for VS Code/PyCharm
  5. Document as you go - Keep README.md updated

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/workflows/python-project-template/best-practices commit 8c67d20b51

Frequently asked questions

npx skillmds@latest add vamseeachanta/python-project-template-best-practices