Lazy Traversal of Directed Graphs

Lazy Traversal of Directed Graphs 1.1

Lazy Traversal of Directed Graphs 1.1 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 393
  • Released: Jun 6, 2007

Lazy Traversal of Directed Graphs 1.1 Description

The os.path.walk routine that ships with the python standard library is limited to traversing the file system tree. This script allows you to realize a generic traversal for arbitrary (directed) graphs with support for recursion limits.

Lazy Traversal of Directed Graphs 1.1 Keywords

Lazy Traversal of Directed Graphs Bookmark

Hyperlink code:
Hyperlink for Forum code:

Lazy Traversal of Directed Graphs 1.1 Script Download Notice

Top 4 Download periodically updates information of Lazy Traversal of Directed Graphs 1.1 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Lazy Traversal of Directed Graphs 1.1 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Print Hook

This class gets all output directed to stdout (e.g by print statements) and stderr and redirects it to a user defined function. ...
Python

Graph Script

This script allows you to create a directed Graph container that can be useful for the collections module. To show its basic API, a complete implementation is available. Many different graph implementations are possible, but this is flexible, fast and simple enough. ...
Python

Lazy attributes

Lazy attributes script shows how to create attributes with 'computed at first use' values. ...
Python

Dictionary tool for lazy typers

This script provides an alternative way of generating and updating dictionaries. It saves couple of keystrokes, making routine dict operations easier. ...
Python

Lazy streams using generators

This class allows you to use generators as more list-like streams. The chief advantage is that it is impossible to iterate through a generator more than once, while a stream can be re-used like a list. ...
Python