-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement rest of itertools API #1361
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
Comments
can i try it? |
@seeeturtle |
@coolreader18 |
sure, i'll try to implement |
Hi all, I'll take |
hello, can I try |
Yep, go ahead! |
I am working on |
I am working on |
What is "taken" and who claimed it. I will try to keep this updated including what gets completed. Please leave a reference to this issue in your PRs to make that easier. Infinite Iterators
Iterators terminating on the shortest input sequence
Combinatoric iterators
|
Hello, Can I try |
No need to ask, just say you're working on it so that others know and don't duplicate work |
I'll work on |
I’ll work on |
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
@dralley , can you remove me from taking combinatoric iterators except |
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
This implements `itertools.product` of standard library. Related with RustPython#1361
@corona10 Are you still working on @Thrimbda Are you still working on @Space0726 Are you still working on |
@dralley Yes, I still working on |
@Space0726 Yeah, probably just put a PR up, and maybe the issues can be found during review. If it's got test snippets for the ways in which it isn't working properly, then it won't be merged until it passes the CI anyways. |
@dralley Please go a head :) |
Implement itertools.groupby closes RustPython#1361
Implement itertools.groupby closes RustPython#1361
Implement itertools.groupby closes RustPython#1361
Implement itertools.groupby closes RustPython#1361
The last one remaining is |
@dralley It might be take some time, but I'll try it. |
I'm currently looking at implementing |
Feature
There are some APIs does not implement yet.
Let's implement them
Python Documentation
https://docs.python.org/3/library/itertools.html
The text was updated successfully, but these errors were encountered: