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
trafficstars

Alex, Here is approximately the first half of the Dictionaries chapter from issue #363 . Please let me know if I am making some mistakes or if you have any...

e.g. this code ran by a user: ```python numbers = [3, 1, 4, 1, 5, 9, 2, 6, 5] new_numbers = [] for num in numbers: numbers += [num*2] print(numbers)...

The Spanish translation has been complete for a while: https://es-latam.futurecoder.io/course/ But it still needs a full proofreading. This means actually going through every step in the course, checking all the...

help wanted
course material

**User Issue** Helping here a child go through the course. In shell, once I type something, if I hit the UP arrow accidentally, the text is replaced by the previous...

enhancement
frontend

frontend
discussion

**User Issue** The crack a password lesson in the "Introducing Nested Loops" section stressed me out lol. Then I used quite a bit of hints, saw the provided solution and...

Part of https://github.com/alexmojaki/futurecoder/issues/165 I've written a partial draft of a chapter about dictionaries here: https://demo.hedgedoc.org/OH78A7uwTDOjeMM4v0QFLg?edit It's not complete, but a lot has been written, and the actual implementation of the...

course material

Maybe it depends on the browser font settings, but I experienced an issue with the cursor position in the editor for some Unicode characters, which does not look correctly calculated....

https://poeditor.com/projects/po_edit?id=490053&term=344292569&id_language=50#showComments344292569 > A French user report this : "Il serait préférable de ne pas citer la fonction tous_egaux à ce moment là de l’exercice car elle n’est pas exploitable. La...