PyChunks is a beginner-friendly Python editor and runner that uses a unique chunk-based system to run and compile code step-by-step. No setup needed — start coding instantly inside the app. - noamm... (more…)
Read more »
This articles brings together several of my interest, both old and new: (more…)
Read more »
Statecharts are a well-known visual modeling language for specifying the executable behavior
of reactive event-based systems. The essential complexity of statechart models solicits the need for advanced model testing and validation techniques. Sismic is a... (more…)
Read more »
What is VirtualEnv? The virtualenv tool creates an isolated Python environment (in the form of a directory) that is completely separate from the system-wide Python environment. What this really means is that any settings, 3rd-party packages, etc. from the... (more…)
Read more »
six-char-max - 80 characters per line is waaaay too many. All Python programs should have at most six characters per line. (more…)
Read more »