Skip to content Skip to sidebar Skip to footer
Showing posts with the label Generator

Using Lookahead With Generators

I have implemented a generator-based scanner in Python that tokenizes a string into tuples of the f… Read more Using Lookahead With Generators

Python Generator Objects And .join

Just a fundamental question regarding python and .join() method: file1 = open(f1,'r') file2… Read more Python Generator Objects And .join