interactive-tutorials
interactive-tutorials copied to clipboard
Interactive Tutorials
`Variables can be declared as static to increase their scope up to file containing them. As a result, these variables can be accessed anywhere inside a file` - Is wrong!...
I just noticed that you use a variable called "dict" on this page: https://www.learnpython.org/en/Pandas_Basics Imho this sets a bad example, since it overwrites python's own `dict` function. Maybe something like...
changed 'variable' to 'keyword'
Added some descriptions to a few of the special variables which I found initially confusing.
I add the solution for the exercise.
The interactive Python editor used on learnpython.org does not cooperate with screen reader software used by blind developers. Tested with NVDA 2022.1 as it is currently the best choice for...
https://pyodide.org/en/stable/console.html
Bools have been implemented in C with the stdbool.h header since C99, one should use that instead of defining a separate boolean variable by themselves