Categories |
|
---|---|
Website | thonny.org |
Details $ |
Categories |
|
---|---|
Website | jetbrains.com |
Details $ | - |
I started an on-line python course that used Pycharm as its basis. I had previously used Thonny to look at code for various programs. I found Pycharm to be over-featured for a beginner like me. Thonny seems much more on my level so I am continuing the course using it instead. And successfully I might add.
Based on our record, Thonny seems to be more popular. It has been mentiond 108 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Install Thonny and run it. Then go to Tools -> Options, to configure the ESP32C3 device in Thonny to match the settings shown in the screenshot below. - Source: dev.to / 22 days ago
The recommended way to programm MicroPython on the Raspberry Pico is to use the Thonny IDE. Accessing the Badger with reveals the following file structure:. - Source: dev.to / about 2 months ago
Personally, I like to debug and step through code to see where I went wrong so I'm going to paste the code into my Thonny IDE. I like Thonny for small code challenges like this because it doesn't require setting up a whole project just to run and step through code. - Source: dev.to / 2 months ago
Thonny is designed speciffically for that purpose https://thonny.org . For beginners the main advantage is the easier install and maintainance, and the less intimidating/cluttered environment. IMHO it makes some decent tradeoffs, and it is an onramp for students evolving to VSCode or PyCharm when they feel ready. - Source: Hacker News / 3 months ago
I use the serial console with a tool like Thonny to debug KMK/CircuitPython code on my device. Running something like import main; main.keyboard.go() usually prints a useful error message. Source: 8 months ago
IDLE - Default IDE which come installed with the Python programming language.
Microsoft Visual Studio - Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft.
Spyder - The Scientific Python Development Environment
IntelliJ IDEA - Capable and Ergonomic IDE for JVM
Visual Studio Code - Build and debug modern web and cloud applications, by Microsoft
Xcode - Xcode is Apple’s powerful integrated development environment for creating great apps for Mac, iPhone, and iPad. Xcode 4 includes the Xcode IDE, instruments, iOS Simulator, and the latest Mac OS X and iOS SDKs.