Skip to content
New issue

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

progressive examples in README.md #1

Open
alan-cugler opened this issue Sep 30, 2022 · 0 comments
Open

progressive examples in README.md #1

alan-cugler opened this issue Sep 30, 2022 · 0 comments

Comments

@alan-cugler
Copy link

alan-cugler commented Sep 30, 2022

Issue

Requesting a few examples to be in the README.md to give quick start examples of how to use.

Example

import deep_collection
l = ['1', 2, 3, 'sdf', True]
g = [0, 1, 2, 3]
d = [{'keys':'values'}]

#insert awesome example of deep_collection

Reasoning

Examples enable people who are browsing for a solution to gauge difficulty of adoption and give it a try.

Case Study

Me! I won't usually try a tool unless they give examples on how to use it at the get go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant