Today, users have high expectations for the programs they use. Users expect programs to have amazing features, to be fast, and to consume a reasonable amount of memory. As developers, we should… (more…)
Read more »
IntroductionIn this post, I want to look at the biggest strengths and weaknesses of Python, with more emphasis on the weaknesses, just because these problems have been there for years now and some of the rough edges bleed a lot. The Good – Where Python Sh... (more…)
Read more »
Python bindings for Clojure. Contribute to clj-python/libpython-clj development by creating an account on GitHub. (more…)
Read more »
I recently added type hints to a little program, and that experience
wasn't entirely positive that left me feeling
that maybe I shouldn't bother. Because I don't promise to be
consistent, I went back and re-added type hints to the program all
over again, ... (more…)
Read more »
👋 aiosow ! 🌱 Context & Origin It's 2023 and I'm tasked with building an architecture for the Exorde Client. The client has these constraints: it has to be in python (for data-scientists) it has to ... (more…)
Read more »