futurecoder icon indicating copy to clipboard operation
futurecoder copied to clipboard

100% free and interactive Python course for beginners

Results 93 futurecoder issues
Sort by recently updated
recently updated
newest added

Most steps in the course are verbatim steps, meaning the user has to enter exactly the code they are told to. 'Exactly' means that the AST must match - there...

discussion

As you go through the course and run programs, you can see the results in the shell. That's fine at the time, but once you move on, the output gets...

discussion

In learning in general it's helpful to revisit problems which you struggled with in the past to make sure you've overcome the past difficulties. I think it would be good...

discussion

Once the user has completed a step, I think it would be nice if the Copy button appeared in any code snippets in that step. That way they can easily...

frontend

Follow-up to #53 and #69 Students can now solve Parsons problems instead of writing code, which is great. However these may be more effective (especially for shorter, simpler problems) if...

frontend

Continuing from https://github.com/alexmojaki/futurecoder/issues/53#issuecomment-698454058 In a nutshell for newcomers: https://github.com/naturalness/sensibility suggests fixes for syntax errors with machine learning, but training a Python model requires a lot of computation power. A pre-trained...

@alexmojaki I haven't been able to check the demo, will try later. I am using python for business analytics which means I pretty much have to train each person that...

In the course I try hard to introduce one concept at a time, so that the user learns gradually. Currently this is violated in an exercise under the page "Functions...

course material

The interface currently can't handle errors in the Javascript side. We need a React error boundary instead of the screen going blank. It would also be nice to automatically open...

enhancement
frontend

Users can provide feedback from the menu, which gets sent to Sentry. Currently nothing visible happens after clicking Submit. At the very least, we need some indication of success. Apart...

enhancement
good first issue
frontend