Learn how to program effectively: the programming skills you need to master and the topics you need to learn, and the best ways to learn them. (more…)
Read more »
This article looks at what type hints are and how they can benefit you. We'll also dive into how you can use Python's type system for type checking. (more…)
Read more »
At Exponential Ventures, we're working to solve big problems with exponential technologies such as Artificial Intelligence, Quantum Computing, Digital Fabrication, Human-Machine Interaction, and Robotics. If you're interested in these fiel…}... (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 »
Let us do scripting with Python! Yay! Not only as an alternative to VBA, but also as an alternative to field functions (=SUM(A1:A2))... (more…)
Read more »