Find out about our other webinars in our series on our website, https://cambridgespark.com/webinar, and sign up to receive a tutorial video on this topic aft... (more…)
Read more »
I have been using Lisp languages for 30 years for AI development but recently most of my work requires Python (for deep learning). The Hy language (Lisp that compiles to Python) allows Lisp programmers access to the rich Python ecosystem for deep learning... (more…)
Read more »
A malicious campaign that researchers observed growing more complex over the past half year, has been planting on open-source platforms hundreds of info-stealing packages that counted about 75,000 downloads. (more…)
Read more »
My latest (and first!) post Why 'd = {}' is faster than 'd = dict()' sparkled a small debate in our group. In the article I found len(str(n)) to be ~37.64% faster than math.floor(math.log10(n) + 1). We all knew that len and str are super fast for what the... (more…)
Read more »
Learn about how easy it is to monitor your Python Flask applications with Prometheus using an exporter library! (more…)
Read more »