|
|
|
|
|
by hathawsh
1260 days ago
|
|
This looks great. I like how it's designed for self-paced instruction rather than classroom instruction. I noticed it doesn't appear to support multi-line input. Is that planned? BTW, to monetize this, you might create module-specific tutorials (like Pandas, Pygame, etc.) and implement a "pay what you want" system where $10 or more buys 5 modules. |
|
To run multiple lines of code, use the editor, not the shell. If you only see the shell, it's because it's hidden at the beginning of the course for beginners. See the table of contents (https://futurecoder.io/course/#toc) and skip to the page "Variables > Writing Programs" or after.
Or click the 'fullscreen' icon in the top right to enter 'IDE' mode in which everything is enabled, as the debuggers are similarly introduced gradually. Equivalently, go to https://futurecoder.io/course/#ide, or click "Just code" on the homepage.
The issue for tracking multi-line input in the shell is here: https://github.com/alexmojaki/futurecoder/issues/268
It's something I'd like to have, but it's not a high priority, and I don't think it needs to be.