Skip to content

Commit e605091

Browse files
authored
Update unsupported-features.md
1 parent 2ed6958 commit e605091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unsupported-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Due to this ultra-focused design, the following features are not supported and w
3434
- Anything involving GUI programming or GUI/webpage components
3535
- Multi-threaded, concurrent, or asynchronous code; Python Tutor is only for regular single-threaded execution
3636
- 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
3738
- Editing multiple source code files (Python Tutor is not an IDE!)
3839
- User accounts, saving code as files in the cloud, or integrating with online services like GitHub (Python Tutor is not an IDE!)
3940
- Integrating with programming environments like Jupyter Notebooks, IDEs, or text editors

0 commit comments

Comments
 (0)