Advanced Python - Conda, packages, and scripting
Return to the Coding tutorials mainpage
← Back to Basic Python
Goal
This tutorial is meant to go over how to set up Conda environments, import python packages, and make and run scripts.
Contents
- Conda environments
- What is Conda?
- Setting up a Conda environment
- Activating and deactivating environments
- Removing environments
- Python packages
- What is a package?
- Installing a new package
- Importing a package
- Scripts
- Running scripts
- Genereal strucuture
- Arguments
- PEP8
- Practice
- Random DNA generator
- External resources