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

why do we have ability to provide this translation, it seems like template sting that is only visible for devs but not for users, so why translate it? ```po msgid...

Hi, Can we clone and publish Futurecoder with GitHub Pages? Has anyone tried? Thanks

Hi Alex, Many thanks for the platform. It's great! Could you please add that deepcopy function requires importing it from copy module? https://futurecoder.io/course/#MakingTheBoard ![image](https://github.com/alexmojaki/futurecoder/assets/68113691/3b1383d4-caab-4095-8760-d0f3471cd4b3)

Location: https://futurecoder.io/course/#CombiningAndAndOr Steps to reproduce: do all the exercises and attempt to run the suggested solution. Bug: all_equal function is not defined Screenshot describing the issue is attached. ![Solution_Glitch](https://github.com/alexmojaki/futurecoder/assets/68113691/9513bd86-1c0b-4417-bb5e-00fb59b4fcdd)

Fixes #413 (not the main goal)

OS : Win 11 22H2 npm : 9.6.3 Running `npm run build` gets a error saying **Module not found: Error: Can't resolve './terms.json' in 'D:\projects\python\futurecoder\frontend\src'** what am I doing wrong...

When I click on the Just Code button from the home page and get sent to the in-browser editor, I then click on the green Python Tutor button and I...

Sometimes students define the required function twice, e.g: ```python def double(x): return x + x def quadruple(x): return double(double(x)) def quadruple(x): return double(double(x)) ``` This causes an error in the...

I just took a look into the course and it took me quite some time to find out that the IDLE is not actually returning 'ERROR' but wants to know...

For this challenge: > You're getting good at this! Looks like you need more of a challenge...maybe instead of putting a name in a box, the name should be the...