You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that in general everything that is in Python in the documentation should be with at least one example of how to apply it. Let's take an example from Rust!
This is a big problem, because it is not clear how to apply the language features and in what situation. a small example will give me an idea of how the correct application of features looks like.
The text was updated successfully, but these errors were encountered:
Feature or enhancement
Proposal:
Doc text about id func
...
Example
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
In Rust, all std features have one or more examples.
Please, add in doc 1, 2 examples with code. It's need for simple visualisation, demonstrating features.
hex func have examples, its cool!
https://docs.python.org/3/library/functions.html#hex
But, id func haven't example
https://docs.python.org/3/library/functions.html#id
I think that in general everything that is in Python in the documentation should be with at least one example of how to apply it. Let's take an example from Rust!
This is a big problem, because it is not clear how to apply the language features and in what situation. a small example will give me an idea of how the correct application of features looks like.
The text was updated successfully, but these errors were encountered: