We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are also a few improvements / fixes needed for An example program:
An example program
the link to the Software Carpentry course is broken
functions are missing docstrings
some variable and function names could be more descriptive
some of the code is quite opaque. Intermediate results could be stored in variables to make it easier to follow what the code is doing
slice could be used to define constants for indexing arrays / strings
slice
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are also a few improvements / fixes needed for
An example program
:the link to the Software Carpentry course is broken
functions are missing docstrings
some variable and function names could be more descriptive
some of the code is quite opaque. Intermediate results could be stored in variables to make it easier to follow what the code is doing
slice
could be used to define constants for indexing arrays / stringsThe text was updated successfully, but these errors were encountered: