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