Search results
Charming Python: Using state machines - IBM
Search result description:State machines, in a theoretical sense, underlie almost everything related to
computers and programming. And it also turns out that state machines, in a
practical ...
Charming Python: Generator-based state machines - IBM
Search result description:Jul 1, 2002 ... Introduced in Python 2.2, simple generators may be used to simplify state
machines and to simulate coroutines. Coroutines are an exotic flow ...
Charming Python: SimPy simplifies complex models - IBM
Search result description:Dec 1, 2002 ... In this article, David takes a look at SimPy, a Python package that allows ... by
using generator-based state machines and coroutines in Python ...
魅力的な Python: ステート・マシンの使い方 - IBM
Search result description:2000年8月1日 ... 抽象ステート・マシンのために必要なものは、 StateMachine クラスだけです。Python
における機能オブジェクトの引き渡しは非常に簡単であるため、この ...
Charming Python: Get started with the Natural Language Toolkit - IBM
Search result description:Jun 24, 2004 ... Using Python in computational linguistics ..... 2003) introduces regular
expressions, formal parsers, text manipulation, and even state machines.
Charming Python: Implementing "weightless threads" with ... - IBM
Search result description:Jun 1, 2002 ... Similar to Stackless Python microthreads, but using standard Python 2.2 ... an
abstract pattern for a broad class of state machines in Python.
Scripting KVM with Python, Part 1: libvirt - IBM
Search result description:Dec 6, 2011 ... This two-part series explores how to use Python to create scripts for managing
virtual machines using Kernel-based Virtual Machine (KVM). ... Win7_64-bit State
= 1 Max Memory = 2097152 Number of virt CPUs = 2 CPU Time ...
Python persistence management - IBM
Search result description:Nov 1, 2002 ... You'll also take an in-depth look at Python's object serialization capabilities. ... In
other words, the pickle file format is independent of machine .... because Python
cannot guarantee that it can recreate the state of the file upon ...
Charming Python: A look at DParser for Python - IBM
Search result description:TextTools is a lower-level state machine, and SimpleParse makes use of a non-
Python EBNF syntax to describe grammars (and translates it to fast mx.TextTools ...
Sockets programming in Python - IBM
Search result description:Oct 4, 2005 ... Then you move on to the basic sockets features of Python, using a sample ... on a
single machine or between two machines in separate locations). ... to place it in
the listening state, and finally the accept method to accept a ...
Multiprocessing with Python - IBM
Search result description:Mar 24, 2009 ... Multiprocessing mimics parts of the threading API in Python to give the ... If you
need to use all of the cores on your machine, then typically you will need ... a new
child process with a new process ID, duplicating the state of the ...
Crossing borders: Extensions in Rails - IBM
Search result description:Mar 13, 2007 ... The Python (or Ruby, or Smalltalk, or ... fill in the blank) code you write ... As many
of you know, a state machine is a mathematical expression of ...
Charming Python: The Python Enterprise Application Kit - IBM
Search result description:May 4, 2004 ... In many ways, PEAK does for Python what J2EE does for the Java ... in two prior
Charming Python columns: Generator-based State Machines, ...
Calling Python code from IBM InfoSphere Streams
Search result description:Apr 15, 2013 ... Learn how to call Python code directly from IBM InfoSphere Streams applications.
... is possible for this class to maintain state variables that can be used .....
distributed components configured to run on one or more machines.
Charming Python: Inside Python's implementations - IBM
Search result description:What most programmers probably think of when they talk about 'Python' is the ...
build a Python compiler, which could at least generate machine binaries that
could ... Python is a Python implementation that does not save state on the C
stack.