From the course: Learning CircuitPython with Circuit Playground Express

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

External libraries

External libraries - Python Tutorial

From the course: Learning CircuitPython with Circuit Playground Express

Start my 1-month free trial

External libraries

- [Instructor] We've seen how using modules or libraries can make programming Circuit Python much easier. So far, all of the libraries we've used have been built in. However, there are many Circuit Python libraries available other than the built-in ones. Let's say you want to add a display. It's likely that a library exists to help. To use an external library, you first copy it to a directory on your Circuit Py drive called Lib. Then you can import it to your program just like the built-in modules we've used so far. Officially-supported Circuit Python libraries are a good place to start. And the official library bundle of all of the libraries is available on the circuitpython.org website. So let's head to the desktop and download the bundle now. I'm just going to open up a browser and we can navigate to circuitpython.org. And here you can see the Libraries link. And here's the download for the most recent bundle version. It's…

Contents