Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Thonny Alternatives
Similar projects and alternatives to thonny
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
MicroPython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
-
Projects
:page_with_curl: A list of practical projects that anyone can solve in any programming language.
-
-
-
-
interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
-
-
Think-Python-2E-My_solutions
My solutions to the exercises contained in the "Think Python 2nd Edition" book by Allen B. Downey.
-
WinPython
A free Python-distribution for Windows platform, including prebuilt packages for Scientific Python.
-
mu
A small, simple editor for beginner Python programmers. Written in Python and Qt5. (by mu-editor)
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
thonny discussion
thonny reviews and mentions
-
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.
-
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 step by step in a way that is visually intuitive. Things like polygons, stars, spirals, and eventually basic fractals like snowflakes and ferns.
-
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.
-
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.
-
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:
-
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.
-
Ask HN: Do you know any good coding platform for education?
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.
-
Macropad with KMK
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.
-
Help me Please
If you think you need an IDE then Thonny is a good one for beginners. It does more than a simple text editor, some of which you won't use initially, but it is more to learn on top of learning python.
-
Alguem sabe um editor de codigo leve para python?
Usa o thonny. É muito bom e leve.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 30 Apr 2025
Stats
thonny/thonny is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of thonny is Python.