LEARNING HOW TO USE

THE MERAKI APIS

Trusted partner of

LESSON #6

Packages and Virtual Environments

Welcome to Day 6 of the course!

Today we’re going to be taking a look at virtual environments.

Although technically not an essential step, any respectable programmer must know how to work with virtual environments as they allow us to work much more efficiently. This is because we need to manage the packages we are using. 

What are packages?
Packages are collections of Modules.

And what are modules?
Well, modules are essentially bits of pre-existing code that we can reuse in order to avoid doing work that has already been done. This allows us to get right into the fun stuff!

Follow along through today’s video as we set up a virtual environment. With this done, tomorrow we’ll begin the part of the course you came here for: Working with Meraki!

See you tomorrow!