Glossary

Forgetting to activate venv

Packages install globally instead of in project 2. **Not pinning versions** - Builds become non-reproducible 3. **Committing venv to Git** - Repositories become bloated 4. **Storing credentials in code** - Security vulnerability 5. **Using Python 2** - End of life, no longer supported 6. **Ignoring

Learn More

Related Terms