Skip to content

Commit 57e87ee

Browse files
authored
Update unsupported-features.md
1 parent 0a1f0d2 commit 57e87ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

unsupported-features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This free website is maintained by one volunteer in my spare time, so I'm unable
1313

1414
### Read this first!
1515

16-
Python Tutor is designed to imitate what an instructor in an introductory programming class draws on the blackboard:
16+
Python Tutor is designed to imitate what an instructor in an **introductory programming class** draws on the blackboard:
1717

1818
![drawing on blackboard](board.jpg)
1919

@@ -31,7 +31,8 @@ Due to this ultra-focused design, the following features are not supported and w
3131
- Interfacing with databases, filesystems, networking, or other external resources
3232
- Anything involving GUI programming or GUI/webpage components
3333
- Multi-threaded, concurrent, or asynchronous code; Python Tutor is only for regular single-threaded execution
34-
- Importing most external libraries (try "Python 3.6 with Anaconda (experimental)" if you want to use more libraries)
34+
- Advanced language features or subtleties that only experts need to know (this is a tool for teaching *novices*)
35+
- Importing most external libraries (try "Python 3.6 with Anaconda (experimental)" to access more libraries)
3536
- Editing multiple source code files (Python Tutor is not an IDE!)
3637
- User accounts, saving code as files in the cloud, or integrating with online services like GitHub (Python Tutor is not an IDE!)
3738
- Integrating with programming environments like Jupyter Notebooks, IDEs, or text editors

0 commit comments

Comments
 (0)