Go deh!
Mainly Tech projects on Python and Electronic Design Automation.
Wednesday, June 09, 2021
Python hack: Creating local variables in a comprehension
›
Lets say you have data and want to create a list of the running sum of the data. For example if the data is [1,2,3] the running sum is [1, ...
1 comment:
Tuesday, April 27, 2021
Read PEP 636 on Structural Pattern Matching: The Tutorial
›
Hi, I am just reading through PEP 636 -- Structural Pattern Matching: Tutorial . I'll give my views as I go along... I really liked the...
Tuesday, April 06, 2021
Practical numbers
›
Best viewed on larger screens.
Wednesday, March 24, 2021
Using Sympy for linear interpolation.
›
Wednesday, February 17, 2021
Longest Common Substring: An investigation using Python.
›
(Best browsed on a larger than phone screen) Someone updated the RC task , and I couldn't remember attempting it so took a closer...
‹
›
Home
View web version