Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Description
Feature or enhancement
Proposal:
Doc text about id func
...
Example
id("string")>>>46764578
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.
Metadata
Metadata
Assignees
Projects
Status