Software Alternatives, Accelerators & Startups

Thonny VS iPython

Compare Thonny VS iPython and see what are their differences

Thonny logo Thonny

Python IDE for beginners

iPython logo iPython

iPython provides a rich toolkit to help you make the most out of using Python interactively.
  • Thonny Landing page
    Landing page //
    2023-07-15
  • iPython Landing page
    Landing page //
    2021-10-07

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.

iPython features and specs

  • Interactive Computing
    IPython provides a rich toolkit to help you make the most out of using Python interactively. This includes powerful introspection, rich media display, session logging, and more.
  • Ease of Use
    IPython includes features like syntax highlighting, tab completion, and easy access to the help system, which make writing and understanding code easier for users.
  • Rich Display System
    It supports rich media like images, videos, LaTeX, and HTML, making it very useful for data visualization and educational purposes.
  • Extensibility
    IPython is highly extensible and can be customized with a range of plugins, extensions, and different backends to suit various needs.
  • Enhanced Debugging
    It features enhanced debugging capabilities, including an improved traceback support and better handling of exceptions.

Possible disadvantages of iPython

  • Learning Curve
    For beginners, the extensive feature set of IPython may be overwhelming and have a steep learning curve.
  • Resource Intensive
    IPython, particularly Jupyter notebooks, can be resource-intensive, leading to slow performance on large datasets or complex computations.
  • Dependency Management
    Managing dependencies can be challenging, especially when using multiple packages in the same environment, which can lead to conflicts.
  • Limited IDE Features
    While IPython has many interactive features, it lacks some of the more advanced IDE features such as comprehensive code refactoring tools and integrated version control.
  • Exporting and Sharing
    Although you can export notebooks in various formats, sharing them in a way that preserves full interactivity can be complex compared to traditional scripts.

Thonny videos

Thonny - a Python IDE for beginners

More videos:

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

iPython videos

No iPython videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Thonny and iPython)
Text Editors
67 67%
33% 33
Python IDE
43 43%
57% 57
IDE
69 69%
31% 31
Software Development
100 100%
0% 0

User comments

Share your experience with using Thonny and iPython. 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 Thonny and iPython

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.

iPython Reviews

We have no reviews of iPython yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Thonny should be more popular than iPython. It has been mentiond 111 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.

Thonny mentions (111)

  • Essential Software for Hardware Hackers: Your First IDE & Tools
    Raspberry Pi Pico (MicroPython): The Thonny IDE is highly recommended and often pre-installed in Raspberry Pi OS. - Source: dev.to / 24 days ago
  • 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 / 6 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 / 10 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 / about 1 year 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 / over 1 year ago
View more

iPython mentions (19)

  • Modern Python REPL in Emacs using VTerm
    As alluded to in Poetry2Nix Development Flake with Matplotlib GTK Support, I’m currently in the process of getting my “new” python workflow up to speed. My second problem, after dependency and environment management, was that fancy REPLs like ipython or ptpython don’t jazz well with the standard comint based inferior python repl that comes with python-mode. One can basically only run ipython with the... - Source: dev.to / 12 months ago
  • Wanting to learn how to code, but completely lost.
    Third, if possible use a command line interpreter to test things out. I recommend ipython for this purpose. You can use your browser's developer console this way if you are learning Javascript. Source: about 2 years ago
  • IJulia: The Julia Notebook
    IJulia is an interactive notebook environment powered by the Julia programming language. Its backend is integrated with that of the Jupyter environment. The interface is web-based, similar to the iPython notebook. It is open-source and cross-platform. - Source: dev.to / about 2 years ago
  • How to "end" a loop in the REPL?
    Also, take a look at installing iPthon to give you a much richer shell environment. This underpins Jupyter Notebooks, so is well known, proven and trusted. Source: about 2 years ago
  • State of Object Oriented Shells for *nix
    I know this isn't quite what you're asking for, but IPython (https://ipython.org/) is very capable as a Python + bash (or other) shell, as it allows you to easily integrate the system shell into the interactive environment. Although they now recommend Xonsh (https://xon.sh/) for such purposes. Source: about 2 years ago
View more

What are some alternatives?

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

PyCharm - Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...

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

Jupyter - Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.

Spyder - The Scientific Python Development Environment

VS Code - Build and debug modern web and cloud applications, by Microsoft

PyScripter - PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with...