Go deh!
Mainly Tech projects on Python and Electronic Design Automation.
Sunday, July 10, 2022
Raw Python vs Python & SQLite vs GNU Linux command line utilities!
›
Note: Long lines may reward those reading on larger screens than phones. There was an interesting problem posted to reddit: A large text ...
Friday, June 03, 2022
Python: Yield the first item of consecutive series of equal items, from an iterable.
›
I was reading the source to the more_itertools.unique_unseen function. The function takes an iterator that may have regions where successi...
Thursday, June 02, 2022
Python: My nwise compared to more_itertools.sliding_window
›
In my last post I evolved two n-wise functions from the itertools.pairwise code to create functions that will generate a sliding window of a...
Wednesday, June 01, 2022
From pairwise to n-wise
›
Python3.10 introduced the itertools.pairwise function: itertools. pairwise ( iterable ) Return successive overlapping pairs taken from t...
‹
›
Home
View web version