Categories |
|
---|---|
Website | geany.org |
Details $ |
Categories |
|
---|---|
Website | thonny.org |
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 a lot more popular than Geany. While we know about 108 links to Thonny, we've tracked only 5 mentions of Geany. 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.
> One that isn't tied to a specific platform, or preferably even a specific company, and that I trust will still be around until I'm done programming. That is Geany[0]: no opinions, no company affiliations, no editor wars. It has been around forever, works on everything, and is open-source. [0] https://geany.org/. - Source: Hacker News / about 18 hours ago
I just use Geany for everything, it has a long history and has proven itself to be reliable. Source: almost 2 years ago
After trying a bunch of GUI text editors in Linux and on the Mac I gotta say that to me, Geany is the best. Source: about 2 years ago
Have you tried Geany? It's based on Scintilla, just like Notepad++ is (although that's an implementation detail that you don't really need to know to use either of them), which helps it to feel very similar. Source: about 2 years ago
Check out Geany. It's lightweight, cross platform, open source, and supports multiple languages. The download is only 20MB or so. I'm not sure about a keyboard shortcut for comments though. Link: https://geany.org/. Source: about 2 years ago
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
Visual Studio Code - Build and debug modern web and cloud applications, by Microsoft
PyCharm - Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...
Notepad++ - A free source code editor which supports several programming languages running under the MS Windows environment.
IDLE - Default IDE which come installed with the Python programming language.
Sublime Text - Sublime Text is a sophisticated text editor for code, html and prose - any kind of text file. You'll love the slick user interface and extraordinary features. Fully customizable with macros, and syntax highlighting for most major languages.
Spyder - The Scientific Python Development Environment