In the Python track there is an excersise called Alphametics. You cannot use Excersism’s editor to do this, and have to install an editor or something like that. You have to go to github to do this. KIDS USE EXCERSISM. As one of them, I cannot complete the Pythin track because of this tiny little huge snag. Please make it so that you do not have to use github. Thank you!
It’s unclear what’s the issue. Are you having trouble installing and running the Exercism CLI? Or is this about setting up Python locally?
Alphametics isn’t solvable in the web editor for some tracks because it takes too long to run in a lot of cases. The test runner only gets 20 seconds to run your code from start to finish before reporting the code as timed out.
Could you share which step requires using GitHub?
Maybe the complaint is because there is no warning about the need to optimize for execution speed? This is not a Python problem, as @BNAndras already pointed out.
This is one of the few exercises with "test_runner": false
in .meta/config.json
csharp alphametics
csharp palindrome-products
fsharp alphametics
fsharp palindrome-products
kotlin bank-account
python alphametics
ruby robot-name
Students are directed to use the CLI, and for Linux/Windows this currently involves a download from github.com