- When working with Python applications, it's always a good idea to sandbox your development with a virtual environment.
- It helps prevent version collisions between libraries you need in your application and libraries you might already have installed on your machine,
- it makes it 
easy to install dependencies within a virtual env using the requirements.txtfile, and
- lastly it makes sharing your development environment with other developers a snap.
 
No comments:
Post a Comment