Pybites podcast: coding tips for those starting out

In our previous post we learned how to verify what Python virtual environments were installed on our machine and what Python packages they contained. We also learned how to delete unwanted environments. In this post we are going to learn how to share our virtual environment with others. This is incredibly useful in this day and age of research reproducibility.
Read moreIn our first post we learned about Python virtual environments and how to use conda to create and manage them. In our second post, we learned how to install packages that were not directly accessible from the command conda install. Specifically, we learned about conda channels hosted at https://anaconda.org as well as pip, both of which can be used to
Read more