|
|
|
|
|
by replies-to-fool
2128 days ago
|
|
Regarding a) using repl.it is smart because it also avoids all the cross-platform installation madness with Python and pip. I'm hinestly surprised that Python setup is still so complicated even in 2020. I tend to take my pyenv installation (which manages local and global Python versions) for granted, but I wouldn't consider it beginner friendly. Perhaps you might cinsider linking to respurces in your course for getting setup locally as well? e.g a link to installation for each os or pyenv. This might facilitate exploration in areas where repl isn't the best choice (for free at least). |
|