We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed6958 commit e605091Copy full SHA for e605091
unsupported-features.md
@@ -34,6 +34,7 @@ Due to this ultra-focused design, the following features are not supported and w
34
- Anything involving GUI programming or GUI/webpage components
35
- Multi-threaded, concurrent, or asynchronous code; Python Tutor is only for regular single-threaded execution
36
- Advanced language features or subtleties that only experts need to know (this is a tool for teaching *novices*)
37
+- Compile-time magic (e.g., macros, metaprogramming, templates) isn't visualized since Python Tutor visualizes only run-time memory state
38
- Editing multiple source code files (Python Tutor is not an IDE!)
39
- User accounts, saving code as files in the cloud, or integrating with online services like GitHub (Python Tutor is not an IDE!)
40
- Integrating with programming environments like Jupyter Notebooks, IDEs, or text editors
0 commit comments