Skip to content
/ PyStart Public
forked from thonny/thonny

一站式Python编程环境(IDE)解决方案;中文界面,下载即可开始编程。

License

Notifications You must be signed in to change notification settings

aeknow/PyStart

Repository files navigation

Thonny

Thonny is a Python IDE meant for learning programming.

Features:

  • 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 (helps explaining local variables and call stack; good understanding of how function calls work is especially important for understanding recursion)
  • Variables can be explained either by using simplified model (name -> value) or by using more realistic model (name -> address/id -> value)

Screenshot:

https://bitbucket.org/plas/thonny/raw/9936e8b2c64b58efe290f3deaf11ca67436c1764/screenshot.png

About

一站式Python编程环境(IDE)解决方案;中文界面,下载即可开始编程。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 1.0%
  • Inno Setup 0.4%
  • Batchfile 0.3%
  • C++ 0.3%
  • C 0.2%
  • Other 0.1%