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

Doc magic timeit #222

Closed
wants to merge 1 commit into from

Conversation

varshinireddy
Copy link

Added examples for %timeit as part of scipy India report

Work done as a group by:
- B.Varshini
- P.Vaishnavi
- K.Santosh
- N.Venkatesh
15 loops, best of 3: 127 ns per loop

In [8]: %timeit -n 10 -t x='hjsjkdhhsk'
10 loops, best of 3: 191 ns per loop
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's stick to 1 or 2 good examples, not half a dozen all doing pretty much the same thing.

@takluyver
Copy link
Member

In fact, looking at it, we've probably got enough examples as it stands. Thanks for the help, and you're welcome to keep contributing.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

None yet

2 participants