To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Thonny (/ˈθɒni/ THON-ee) is a free and open-source integrated development environment for Python that is designed for beginners. It was created by Aivar Annamaa, an Estonian programmer. It supports different ways of stepping through code, step-by-step expression evaluation, detailed visualization of the call stack and a mode for explaining the concepts of references and heap.[1]

YouTube Encyclopedic

  • 1/5
    Views:
    48 019
    11 085
    39 822
    71 454
    9 950
  • How to Setup a Raspberry Pi Pico and Code with Thonny
  • Thonny | Great Python IDE for beginners
  • Step Through Python Scripts With Thonny
  • Thonny - a Python IDE for beginners
  • Raspberry Pi OS - Get Started with Thonny IDE (in 7 steps)

Transcription

Features

  • Line numbers
  • Statement stepping without breakpoints
  • Live variables during debugging
  • Stepping through evaluation of the expressions (expressions get replaced by their values)
  • Separate windows for executing function calls (for explaining local variables and call stack)
  • Variables and memory can be explained either by using simplified model (name → value) or by using more realistic model (name → address/id → value)
  • Simple pip GUI
  • Support for CPython and MicroPython
  • Support for running and managing files on a remote machine via SSH
  • Possibility to log user actions for replaying or analyzing the programming process

[2][3][4][5]

Availability

The program works on Windows, macOS and Linux. It is available as a binary bundle including the recent Python interpreter[3] or pip-installable package.[6] It can be installed via the operating-system package manager on Debian, Raspberry Pi, Ubuntu, and Fedora.

Reception

Thonny has received favorable reviews from Python and computer science education communities.[7][8][9] It has been a recommended tool in several programming MOOCs.[10][11] Since June 2017 it has been included by default in the Raspberry Pi's official operating system distribution Raspberry Pi OS.[12]

See also

References

  1. ^ Annamaa, Aivar (2015). "Introducing Thonny, a Python IDE for learning programming". Proceedings of the 15th Koli Calling Conference on Computing Education Research. Koli, Finland: ACM. pp. 117–121.
  2. ^ Annamaa, Aivar (2015). "Thonny, a Python IDE for learning programming". Proceedings of the 2015 ACM Conference on Innovation and Technology in Computer Science Education. Vilnius, Lithuania: ACM. p. 343.
  3. ^ a b "Thonny website". Retrieved 28 October 2018.
  4. ^ "Thonny on a Raspberry Pi: Using the new Python IDE in Raspbian". The MagPi Magazine. Retrieved 28 October 2018.
  5. ^ "Learn to code with Thonny — a Python IDE for beginners". Fedora Magazine. Retrieved 28 October 2018.
  6. ^ "Thonny Python distribution". Python Package Index. Retrieved 28 October 2018.
  7. ^ "Are you a Python newbie? Meet the IDE for beginners". JAXenter. Retrieved 28 October 2018.
  8. ^ "New Term New Tool - Thonny, a Python IDE". C'est la Z. Retrieved 28 October 2018.
  9. ^ "Python IDEs for beginners - Thonny, Geany or Idle". ProjectCodeEd. Retrieved 28 October 2018.
  10. ^ "Installing Packages in Thonny". Python Data Visualization MOOC by Rice University. Retrieved 28 October 2018.
  11. ^ "Thonny". Programming MOOC by University of Tartu. Retrieved 28 October 2018.
  12. ^ "A Raspbian desktop update with some new programming tools". Raspberry Pi blog. Retrieved 28 October 2018.

External links

This page was last edited on 18 February 2024, at 12:28
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.