

Raspbian since Stretch (installed by default):Īfter installing Thonny IDE and depending on your installation method, to open Thonny IDE:.
#Which version of python does thonny use install
Or you can install Thonny IDE with pip3:.Ubuntu (after running that command, you’ll need to press Enter again to install the software):.If you’re in Ubuntu, you can install the Python dependencies like this: sudo apt install python3 python3-pip python3-tkĪfter having Python3, pip3, and Python3 Tkinter, you can install Thonny IDE. First, we recommend installing these dependencies: python3, python3-pip, and python3-tk To install Thonny on your Linux computer, it depends on your Linux distribution and version, follow the next instructions for your system. Download the version for Windows and wait a few seconds while it downloads. To install Thonny on your Windows PC, follow the next instructions:Ģ. Tip: Thonny IDE comes installed by default on Raspbian OS that is used with the Raspberry Pi board. In this guide, we provide instructions to install Thonny IDE in different operating systems, read the section that fits your needs: It only includes a small subset of the Python standard libraries, but it includes modules to easily control and interact with the GPIOs, use Wi-Fi, and other communication protocols. The most significant difference between Python and MicroPython is that MicroPython was designed to work under constrained conditions.īecause of that, MicroPython does not come with the entire pack of standard libraries. Apart from a few exceptions, the language features of Python are also available in MicroPython. MicroPython is very similar to regular Python. MicroPython is a Python 3 programming language re-implementation targeted for microcontrollers and embedded systems.
