Llaisdy

Posts tagged "python":

Calculating Fibonacci numbers: a non-recursive formula

I recently discovered that there is a non-recursive formula for calculating Fibonacci numbers. fibn below is a naive implementation in Python (with fibr as a matching naive implementation of the recursive algorithm):

(...)

SpeechCluster: now on PyPi!

Available for download here: https://pypi.org/project/speechcluster/

(...)

SpeechCluster: A speech database builder’s multitool

My 2005 project SpeechCluster has had a quiet but long active life (eg, a book published in 2020 on African linguistics [1] references it) but it seems to have disappeared from the interwebs. I have uploaded it to github, and minimally updated the Python to 3.12:

(...)
Other posts