I am learning a lot building my personal site...I take this opportunity to talk about DJ Checkup and how it is helpful when moving to production.
You can't keep it all in your head. Check out Katie Sylor-Miller's site for some helpful Git commands in an "Oh Shit" scenario...version control wise.
Here I share how to install libraries and packages in your activated virtual environment. This is the last post in the series that will get anyone who is starting out, set up with a virtual environment in their project and and a cleaner way to install packages and libraries needed.
This is the post where I breakdown the Python virtual environment command. It's a very useful tool to help organize and isolate the dependencies in your project. Sometimes it's nice to know what's going on under the hood...at a high level.
Using a virtual environment is very beneficial. In this post I share what that will resemble in your project.