.. note:: Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts. **Why Join?** - **Expert Support**: Solve post-sale issues and technical challenges with help from our community and team. - **Learn & Share**: Exchange tips and tutorials to enhance your skills. - **Exclusive Previews**: Get early access to new product announcements and sneak peeks. - **Special Discounts**: Enjoy exclusive discounts on our newest products. - **Festive Promotions and Giveaways**: Take part in giveaways and holiday promotions. 👉 Ready to explore and create with us? Click [|link_sf_facebook|] and join today! .. _download_upload: 1.4 Download and Upload the Code =============================================== **Download the Code** Download the relevant code from the link below. * :download:`SunFounder Euler Kit Example ` * Or check out the code at `Euler Kit - GitHub `_ .. _add_libraries_py: Upload the Libraries to Pico ---------------------------------- #. In some projects, you will need additional libraries. So here we upload these libraries to Raspberry Pi Pico first, and then we can run the code directly later. #. Click **View** -> **Files** in the top navigation bar of Thonny IDE. |mps_th_files| #. Go to the folder where you downloaded the `code package `_ before, and then go to the ``micropython/`` folder. |mps_th_path| #. Select "MicroPython (Raspberry Pi Pico)" from the interpreter selection button in the bottom right corner, but make sure that your Raspberry Pi Pico is connected to your computer via a Micro USB cable. |mps_interpreter| #. The drive **Raspberry Pi Pico/** will appear, and the next step is to upload all the code and library files to it. |mps_th_pico| #. Each project has its own **.py** file with serial numbers. To avoid increasing Pico's usage, only select ``.py`` files and folders without serial numbers. #. It will take a while for the file to upload after clicking **Upload to**. |mps_th_upload| #. Now you will see the files you just uploaded inside your drive ``Raspberry Pi Pico``. |mps_th_done|