Posts tagged "python":
Calculating Fibonacci numbers: a non-recursive formula
15 Jul 2024
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!
16 May 2024
Available for download here: https://pypi.org/project/speechcluster/
(...)SpeechCluster: A speech database builder’s multitool
24 Mar 2024
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:
(...)