TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python Visual Tutorial

159 pointsby progalmost 15 years ago

5 comments

Maroalmost 15 years ago
To my surprise, a lot of people don't know there exist things called debuggers. Debuggers are tools that let you step through code, see variables, set break points. Debuggers are common for compiled languages, less common for scripting languages. For example, you can debug Java code from most IDEs, or C++/C# code from Xcode or Visual Studio.<p><a href="http://en.wikipedia.org/wiki/Debugger" rel="nofollow">http://en.wikipedia.org/wiki/Debugger</a>
评论 #1646632 未加载
评论 #1646684 未加载
评论 #1646951 未加载
评论 #1646363 未加载
评论 #1646225 未加载
pgbovinealmost 15 years ago
hi (i'm the guy who created this app) ... if anyone finds security vulnerabilities, please email me (and don't rm -rf my account hehe). i put this up a few months ago as a small hack to teach people Python, so it wasn't meant to be pounded by 1337 h4x0rz. thanks!
评论 #1648590 未加载
pgbovinealmost 15 years ago
One of my goals is to use this app as the foundation for some free online introductory programming tutorials. Unfortunately, I don't have much free time right now to pursue this goal; but if you're interested in getting involved, please email me!
评论 #1648559 未加载
apgwozalmost 15 years ago
The idea of a code stepper is pretty cool. Two other projects that come to mind after seeing this: <a href="http://jonnytran.com/machina/" rel="nofollow">http://jonnytran.com/machina/</a> and the Macro Stepper in Racket: <a href="http://docs.racket-lang.org/macro-debugger/index.html" rel="nofollow">http://docs.racket-lang.org/macro-debugger/index.html</a>
dinedalalmost 15 years ago
I'm teaching someone Python on the side, and this is a great help! Thanks!
评论 #1647176 未加载
评论 #1646638 未加载