Percy Liang used a tool called "edtrace" for his CS lectures at Stanford. I came across it, loved the idea, and wanted to take it further. So I built "lectrace", executable lecture notes in Python. Install it with pip, write your lecture as a plain Python script, and get an interactive step-through viewer on GitHub Pages automatically. If you teach CS, ML, or anything with code, this is for you. Your audience steps through the code at their own pace, watching variables highlight as they change at every step. No installation, no setup on their end. A few cool things about it: - built entirely on sys.settrace, a Python built-in most people don't know about - cite an arXiv paper with just a URL and it auto-fetches the title, authors and date - works on mobile too - zero dependencies, pure Python - push to GitHub and it deploys itself GitHub: https://lnkd.in/e5yycZbR Docs: https://lnkd.in/ei2MBRvS Would love a star if this is useful to you! #Python #OpenSource #Programming #ComputerScience #DataScience #MachineLearning #GitHub #Developer #Teaching #LearningToCode #Education #SoftwareEngineering
Nice work 👍
Boss