Lobsters
- Python: range is not an iterator! http://treyhunner.com/2018/02/python-range-is-not-an-iterator 8 comments python
- Iterators via closures vs "python-like" iterators via coroutines? http://www.lua.org/pil/7.1.html 3 comments lua
- python-like api for joining an iterator into a string https://docs.rs/string-join/0.1.2/string_join 8 comments rust
- I've made a YouTube video about Python Generators and Iterators https://youtu.be/na8sC3TOikk 4 comments python
- How to Split a Python List or Iterable Into Chunks – Real Python https://realpython.com/how-to-split-a-python-list-into-chunks/ 3 comments python
- How to Iterate Over Rows in pandas, and Why You Shouldn't – Real Python https://realpython.com/pandas-iterate-over-rows/ 2 comments python
- Python: Yield the first item of consecutive series of equal items, from an iterable. https://paddy3118.blogspot.com/2022/06/python-yield-first-item-of-consecutive.html 6 comments coding
- Fastest Python With Iterator Tools https://mymasterdesigner.com/2021/06/04/fastest-python-with-iterator-tools/ 3 comments python
- Python's filter(): Extract Values From Iterables – Real Python https://realpython.com/python-filter-function/ 41 comments python
- Demystifying Iterables by implementing a python like range function https://viveknayyar.medium.com/demystifying-iterables-by-implementing-a-python-like-range-function-7f00c0ebff44 2 comments javascript
- Iterating over Google Cloud Storage Objects in Python https://stackoverflow.com/questions/65965832/iterating-over-google-cloud-storage-objects-in-python 3 comments googlecloud
- Best way to read a file in python is to not read it at all - Intuitive understanding to Python iteration protocol. https://www.bharathkreddy.com/post/best-way-to-read-a-file-is-not-to-read-it-at-all-python-iteration-protocol 11 comments programming
- Some confusions about python Iterators https://www.reddit.com/r/learnprogramming/comments/9wonao/some_confusions_about_python_iterators/ 6 comments learnprogramming
- Help with python iteration? :( https://www.reddit.com/r/learnprogramming/comments/951v1l/help_with_python_iteration/ 8 comments learnprogramming
- Python: range is not an iterator! http://treyhunner.com/2018/02/python-range-is-not-an-iterator/ 7 comments programming
- How can I iterate a list over and over again in Python? https://www.reddit.com/r/learnprogramming/comments/7bsbzn/how_can_i_iterate_a_list_over_and_over_again_in/ 5 comments learnprogramming
- (Python) Efficient condition checking in an iterable? https://www.reddit.com/r/learnprogramming/comments/4h9ayj/python_efficient_condition_checking_in_an_iterable/ 6 comments learnprogramming
- Request for Comments: Implementing Python Style Iterators on Lisp https://github.com/PuercoPop/djula/blob/18e14c22c62cf99b9c8f54f9b75a1cbdbfd775f9/src/iterator.lisp 9 comments lisp
- Python Iterables vs. Iterators vs. Generators http://nvie.com/posts/iterators-vs-generators/ 3 comments programming
- [Python]Int object is not iterable when trying to add a interger. http://www.codecademy.com/courses/python-intermediate-en-rCQKw/0/4?curriculum_id=4f89dab3d788890003000096 12 comments learnprogramming
- Python itertools and builtin Iteration functions for C++11! https://github.com/ryanhaining/cppitertools/blob/master/readme.md 33 comments cpp
- [Python] Iterating over the screen diagonally for .getpixel http://upload.wikimedia.org/wikipedia/commons/3/39/Ambilight-2.jpg 8 comments learnprogramming
- [Python] How do I iterate this function to avoid a recursion error? http://en.wikipedia.org/wiki/War 5 comments learnprogramming
- [Python] Error: TypeError: 'int' object is not iterable http://pastebin.com/waMgmV9G 7 comments learnprogramming
- Python's iterators are a bad implementation of laziness http://sandersn.com/blog/index.php?title=python_s_iterators_are_a_bad_implementat&more=1&c=1&tb=1&pb=1 100 comments programming
- example of python style iterators in C http://rosettacode.org/wiki/prime_decomposition#gnu_compiler_collection_gcc_-_implemented_using_python_style_iterators 7 comments programming
- Iterator protocol change in python 3k http://memojo.com/~sgala/blog/2008/01/11/iterator-protocol-change-in-python-3k 3 comments programming
- Python groupby, the iterator swiss army knife http://www.builderau.com.au/program/python/soa/python-groupby-the-iterator-swiss-army-knife/0,2000064084,339280431,00.htm 8 comments programming
- Faster, smaller, clearer: Python iterator tools http://www.builderau.com.au/program/python/soa/faster-smaller-clearer-python-iterator-tools/0,2000064084,339280043,00.htm 16 comments programming
- sANNd - a Python neural network sandbox based on trainable iterables https://github.com/GuruMoore/sANNd 5 comments learnmachinelearning
- What does the forward slash ('/') mean in `sum(iterable, /, start=0) ` in the Python official docs. https://docs.python.org/3/library/functions.html#sum 8 comments learnpython
- Why is python not doing what I intend? I want to keep iterating and stop until I reach an element in the subset that gives a product. https://repl.it/repls/IncomparableGhostwhiteDecompilers 5 comments learnprogramming
- Drawing triangles with number of iteration as an input (Python + libplotlib) https://www.reddit.com/r/learnprogramming/comments/ad9vmm/drawing_triangles_with_number_of_iteration_as_an/ 3 comments learnprogramming
- A Study of Python's More Advanced Features - Part I: Iterators, Generators, itertools http://sahandsaba.com/python-iterators-generators.html 20 comments programming
- 12 Months of Rust, 50k+ changed lines of code, 8 design iterations. The extent of writing an async ASGI web server in Rust for Python for a 10% performance increase. https://www.reddit.com/r/rust/comments/ob4kli/12_months_of_rust_50k_changed_lines_of_code_8/ 35 comments rust
- [Python] Printing to a JSON file on every iteration of a loop. https://www.reddit.com/r/learnprogramming/comments/4hy8vk/python_printing_to_a_json_file_on_every_iteration/ 6 comments learnprogramming
- An implementation of "yield" (as seen in python) in Java. Makes iterators a lot easier to write! http://chaoticjava.com/posts/how-to-write-iterators-really-really-fast/ 9 comments java
- Python has made its dictionaries ordered-by-default, faster to iterate and more compact https://mail.python.org/pipermail/python-dev/2012-december/123028.html 39 comments rust
- I wrote a Gregory-Leibniz Pi Approximation in Python and just ran 1 Billion iterations. I figured you nerds would like the results just as much as I did. https://en.wikipedia.org/wiki/Approximations_of_%CF%80#Gregory.E2.80.93Leibniz_series 10 comments math
- So im making an analytical solution on python for the journey of a bouncing ball. I cannot get the code to plot the journey properly and also i get an error saying " next(b, None) TypeError: 'float' object is not iterable". Help would be appreciated! https://pastebin.com/Z1DRgdNx 2 comments learnprogramming