Kevin Cuzner's Personal Blog Electronics, Embedded Systems, and Software are my breakfast, lunch, and dinner. Cloning Simulink...in Python Sep 24, 2012 For a while now I have been working on a bench supply. As part of this I have been trying to get a PID controller to work. At first it was simple, but after asking my Dad about it (he does power electronics), he suggested that I use a cascaded PID loop for controlling the voltage and current using the voltage alone. I have sort of a bench model going, but I
TLDR: Async Python is not about true parallel multi-core execution (which is blocked by the GIL), but about cooperative multitasking. By yielding control at every I/O await boundary, a single thread c
[Twisted-Python] Re: [Twisted-commits] r14397 - This appears to fix 2.2 support for me. Jonathan Lange jonathan.lange at gmail.com Fri Sep 9 17:55:39 MDT 2005 Previous message (by thread): [Twisted-Python] Re: [Twisted-commits] r14397 - This appears to fix 2.2 support for me. Next message (by thread): [Twisted-Python] Re: [Twisted-commits] r14397 - This appears to fix 2.2 support for me. Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On 10/09/05, James Y Knight < foom at fuhm.net > wrote
# Probably Programming It's what I'm doing. - Home Posts by year: - 2007 - 2008 - 2009 - 2010 - 2011 - 2015 © 2015. All rights reserved. ← Fun with bookmarklets and CSS3 transforms IE7 Requires type="submit" for <button> elements → # A Simple Lisp Parser in Python Posted Mon, Nov 23, 2009 in: A managed to sneak in a little time recently and write a simple Lisp s-expression parser in Python. I started out with a version that just understands parentheses, atoms, and strings, but it was just a couple
# Tin Can Camera: Python and EA For my current contract, I'm part of a team producing scripts which define interfaces to equipment in a satellite communications system for monitoring and control. Various interfaces, serial, low-level TCP and SNMP. The application is fairly old - originated on Unix in early 1990s, ported to MFC late 1990s - and there are many links between the various configuration files. It's a high reliability system, so uses the classic pattern of a watchdog process with spawns the acti
I just conducted a performance test between Hyperlambda and Python's Fast API, and Hyperlambda has 20 times better performance
### What's all this then? GFXMonk.net is the dumping ground for my ideas, thoughts and random links. Tags: --> --> --> programming --> --> --> image --> --> --> photo --> --> --> linux --> --> --> quote --> --> --> python --> --> --> application --> --> --> ruby --> --> --> javascript --> --> --> illustration --> --> --> All tags… --> --> --> #### Index: Software I maintain #### Elsewhere, internet-style: #### Contact me: If you just want to get in touch, you can talk to me in an emailwardly
Python Archives (1993): Re: Ideas about enhancements to fileobjects # Re: Ideas about enhancements to fileobjects Tracy Tims ([email protected]) Wed, 24 Nov 1993 10:33:05 -0500 - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] - Next message: [email protected]: "Re: Ideas about enhancements to fileobjects" - Previous message: [email protected]: "Re: Ideas about enhancements to fileobjects" - Maybe in reply to: Tracy Tims: "Ideas about enhancements to fileobjects" - Next in thread: jre