Skip to main content

Installing Mamba

As you build more complex projects in Python, you will find yourself making use of libraries. Libraries are collections of code built, maintained, and (often) tested by other developers that solve certain problems or expand Python's functionality. There's not much use in reinventing the wheel if someone else has already tried to do something similar to you, so it's best to use libaries when you can. The