Programming Idea: Consider Identities, in place of Abstract Base Classes &...
I have a programming idea: Instead of making null (abstract) base classes, make identities.So, don't do this: class Animal: def talk(self): pass def run(self,...
View ArticleSecurityHole.py
Last night I had an idea that I've been programming; I affectionately dub it: "securityhole.py." It's made of two parts: a Python web server, and a HTML+Javascript file. The Python web server...
View Article[Programming:] Radical/Crazy Function Argument Interpretation
One of the ideas I've been playing with in programming, -- I'm not sure what to call it really: "Intelligent Argument Processing?" "Radical Overloading?" "Radical Polymorphism?" "Crazy...
View Article[Programming:] Mega-Libraries, Micro-Frameworks
I've been working for a while on a concept I call "mega-libraries." The idea is that a code library (say, for instance, a string library) should contain a minimum of, say, 10,000 functions. What you...
View ArticlePython Things
Brian, I'd be happy to share any of the things I've been working on over the last few years, at the next Python gathering. Most of my work has to do with text interpretation & object...
View ArticleStoring Object Data in a Context
Brian, I was recently playing around with some code in Python on the idea that: "An object does not have attributes. Rather, if an object appears to have attributes, it's actually w.r.t. a...
View ArticleMutterings of Programmers
Major points of the manifesto I am coming up with: * Representation: - MULTIPLE representation (Intentional Software & Viewpoints Research) - SCHEMATIC representation - UNICODE...
View Articletkhelp - the tkinter support module
Peoples, I've started work on tkhelp. This is a tkinter support module. I'm actively looking for collaborators, so please email me (LionKimbro@gmail.com) or call me (206.427.2545) if you want to...
View Article