Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 17th, 2006, 07:35 PM
vertigo
Guest
 
Posts: n/a
Default trees

Hello

What library/functions/classes could i use to create trees ?

Thanx
  #2  
Old December 17th, 2006, 07:45 PM
Fredrik Lundh
Guest
 
Posts: n/a
Default Re: trees

vertigo wrote:
Quote:
What library/functions/classes could i use to create trees ?
what kind of trees? using lists, tuples, or a class with child pointers
is so extremely simple so it has to be something else you're after...

</F>

  #3  
Old December 18th, 2006, 08:15 AM
Raymond Hettinger
Guest
 
Posts: n/a
Default Re: trees

vertigo wrote:
Quote:
What library/functions/classes could i use to create trees ?
Start with random.seed, login as root, use svn to download the trunk
and branches, when Spring arrives, the leaves will fill-in ;-)

Or just use lists as Fredrik suggested.

Or look at an example in the cookbook:
http://aspn.activestate.com/ASPN/Coo.../Recipe/201423


Raymond

  #4  
Old December 18th, 2006, 10:55 AM
Bruno Desthuilliers
Guest
 
Posts: n/a
Default Re: trees

Raymond Hettinger a écrit :
Quote:
vertigo wrote:
>
Quote:
>>What library/functions/classes could i use to create trees ?
>
>
Start with random.seed, login as root, use svn to download the trunk
and branches, when Spring arrives, the leaves will fill-in ;-)
keyboard !-)
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles