Software Alternatives, Accelerators & Startups

Geany VS Thonny

Compare Geany VS Thonny and see what are their differences

Geany logo Geany

Lightweight IDE for Linux and Windows

Thonny logo Thonny

Python IDE for beginners
  • Geany Landing page
    Landing page //
    2021-10-14
  • Thonny Landing page
    Landing page //
    2023-07-15

Geany features and specs

  • Lightweight
    Geany is designed to be a small and fast IDE, making it ideal for users who prefer a quick and responsive environment without the bulk of larger IDEs.
  • Cross-Platform
    Geany is available on multiple operating systems including Windows, Linux, and macOS, allowing for consistent development experience across different platforms.
  • Extensible
    Geany supports a wide variety of plugins that can expand its functionality, allowing users to tailor the editor to their specific needs.
  • Supports Multiple Languages
    Geany provides support for several programming languages out of the box, making it a versatile choice for developers working in different languages.
  • Fast Load Time
    Due to its minimalist design, Geany has a very fast load time compared to more complex IDEs, which can enhance productivity.
  • Integrated Build System
    Geany includes a basic integrated build system, which allows you to compile and run code directly from the editor.

Possible disadvantages of Geany

  • Limited Features Compared to Full-Fledged IDEs
    While Geany is lightweight and fast, it may lack some of the advanced features offered by more comprehensive IDEs like IntelliJ IDEA or Visual Studio.
  • Basic Debugging Tools
    Geany's built-in debugging tools are quite rudimentary, which might not meet the needs of developers working on complex projects that require advanced debugging features.
  • User Interface
    The user interface of Geany, while functional, can feel outdated compared to more modern editors and might not have the same level of polish or aesthetic appeal.
  • Plugin Ecosystem
    Geany has fewer plugins available compared to more popular IDEs like Visual Studio Code, which can limit its extendability and customization options.
  • Community and Support
    Being a smaller project, Geany may not have as large a community or as comprehensive support resources as larger IDEs, which can be a disadvantage for troubleshooting and learning.

Thonny features and specs

  • Beginner-Friendly Interface
    Thonny is designed with simplicity in mind, which makes it ideal for beginners. The interface is clean and intuitive, helping new users to focus on learning Python without being overwhelmed by unnecessary features.
  • Integrated Python Debugger
    Thonny comes with a built-in debugger that allows users to step through their code line by line. This feature helps in understanding the flow of the program and is especially useful for debugging and learning.
  • Simple Variable Inspector
    The variable inspector in Thonny provides a clear and straightforward view of variables and their values, helping users to better understand how data changes as the program runs.
  • Preinstalled with Python
    Thonny comes with Python preinstalled, which makes the setup process easier for beginners. Users don’t have to worry about separate Python installation and can start coding right away.
  • Support for MicroPython
    Thonny supports MicroPython, making it a suitable choice for programming microcontrollers and embedded systems. This expands its usability beyond just desktop applications.
  • Educational Focus
    Thonny includes features specifically designed for educational purposes, such as highlighting syntax errors and visualizing code execution, which helps students grasp programming concepts more effectively.

Possible disadvantages of Thonny

  • Limited Advanced Features
    While Thonny is great for beginners, it lacks some advanced features found in other IDEs like PyCharm or Visual Studio Code. This may hinder users as they advance and need more complex workflows and customizations.
  • Performance Issues with Large Projects
    Thonny may not perform efficiently with large-scale projects or extremely large files, potentially causing lag or crashes, which could be a limitation for more extensive development work.
  • Plugin Ecosystem
    Thonny's plugin ecosystem is not as robust as some other IDEs. Users might find fewer extensions and customizations available, which can limit its functionality for certain workflows.
  • Limited Language Support
    Thonny is designed primarily for Python and lacks support for other programming languages. This makes it less flexible for developers who work with multiple languages.
  • Basic Editor Features
    Essential features such as intelligent code completion, refactoring tools, and version control integration are present but not as sophisticated as in more professional IDEs, which could limit productivity for seasoned developers.
  • Less Frequent Updates
    Compared to more popular and commercially-backed IDEs, Thonny receives less frequent updates. This could mean slower adoption of new Python features and slower fixes for bugs.

Geany videos

Geany 1.32 Lightweight IDE - Linux Mint Installation, Features, Plugins and Themes

More videos:

  • Review - Geany for C and Python Programming
  • Review - LinuxDays 2015 - Geany - a lightwight IDE - Frank Lanitz

Thonny videos

Thonny - a Python IDE for beginners

More videos:

  • Review - Step Through Python Scripts With Thonny
  • Review - Introducing Thonny

Category Popularity

0-100% (relative to Geany and Thonny)
Text Editors
59 59%
41% 41
IDE
62 62%
38% 38
Software Development
84 84%
16% 16
Python IDE
0 0%
100% 100

User comments

Share your experience with using Geany and Thonny. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Geany and Thonny

Geany Reviews

10 Best Notepad++ Alternatives in 2020
Geany is a text editor which uses GTK+ toolkit. It also has certain basic features of an integrated development environment. The tool supports many filetypes and has some nice features.
Source: www.guru99.com
10 Best Sublime Text Alternatives in 2019
Geany is a text editor which uses GTK+ toolkit. It also has certain basic features of an integrated development environment. The tool supports many filetypes and has some nice features.
Source: www.guru99.com

Thonny Reviews

  1. steve
    · retired ·
    I like Thonny

    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.

Social recommendations and mentions

Based on our record, Thonny seems to be a lot more popular than Geany. While we know about 110 links to Thonny, we've tracked only 6 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.

Geany mentions (6)

  • Zed on Linux Is Here
    If you want a fast C++ editor with no spurious network connectivity and a conventional desktop UI, check out Geany: https://geany.org/. - Source: Hacker News / 6 months ago
  • Finding the Last Editor
    > 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 / 11 months ago
  • Best lua ide?
    I just use Geany for everything, it has a long history and has proven itself to be reliable. Source: over 2 years ago
  • Geany is a fantastic, fast, powerful GUI text editor for many purposes & has a low barrier to entry
    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: almost 3 years ago
  • I know, not exactly Linux.
    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: almost 3 years ago
View more

Thonny mentions (110)

  • Antirez/load81: SDL based Lua programming environment for kids similar to Codea
    The nice thing about Python is that because it's so pervasive as a teaching language, there are many tools for it that specifically cater to this niche. In particular, https://thonny.org is very nice for explaining basic programming concepts like expression evaluation and function calls. And yeah, turtle graphics is the time-honored method of teaching things like loops, recursion, and parametrization via functions... - Source: Hacker News / 2 months ago
  • Python: From Beginners to Pro in 30 Mins (Part 1)
    Thonny or IDLE are great starting points for beginners due to their simplicity. As you become more comfortable, VS Code or PyCharm Community Edition offers more features to help you develop your skills. - Source: dev.to / 6 months ago
  • FeedMyFurBabies – Send and Receive MQTT messages between AWS IoT Core and your micro-controller
    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 / 11 months ago
  • Raspberry Pico Badger: Hardware Features and OS
    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 1 year ago
  • Abstract Classes in Python
    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 / about 1 year ago
View more

What are some alternatives?

When comparing Geany and Thonny, you can also consider the following products

VS 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.

Spyder - The Scientific Python Development Environment

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.

IDLE - Default IDE which come installed with the Python programming language.