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 ...
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... to use Python to create scripts for managing virtual machines using ... Win7_64
-bit State = 1 Max Memory = 2097152 Number of virt CPUs = 2 ...
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 ...
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 ...
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, ...
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 ...
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 ...
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: Parsing with the SimpleParse module - IBM
Search result description:Jan 1, 2002 ... Many parsing tools have been written for Python. ... hodgepodge of custom state-
machines, regular expressions, and context-driven string tests.
Tip: SAX filters for flexible processing - IBM
Search result description:Mar 1, 2003 ... Here, I shall create a SAX filter in Python that strips all content that is known to ...
Many SAX handlers operate as state machines, meaning they ...
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.