Python

 

This post has 82 words. Reading it will take less than one minute.

VN:F [1.9.17_1161]
Rating: 0.0/5 (0 votes cast)

I’ve just started learning Python as I need it for a project.  So far I find the language pretty easy to use; the major caveat being that I know virtually nothing of what is available.  I did manage to do a bit of graph processing, however, and draw this neat tree using pydot and pyparsing:

cgho

Best of all it is actually generated from real data from another graph.  It’s got something to do with monkeys.

 

Tags:

 
 
 

2 Comments

  • VA:F [1.9.17_1161]
    Rating: 0 (from 0 votes)

    Those are all Apes, you moron! :) And of course the phylogeny is all wrong, but then I know it is supposed to be :)

     
 

Leave a reply

required

required

optional


On my mind…

  • For a status report, I had to figure out how much code I'm maintaining. Turns out it's roughly 390000 lines.
    4 days ago
  • This is becoming a bad habit: had to run to catch the last direct train to Eindhoven.
    4 days ago
 
 

Recent Comments

  • Michael: Forgot to add: in my code in the post, what I'm trying to do is just to get all …
     
  • Michael: Yeah, unless you know you are processing an integer, you can only get an object …
     
  • Danny: Hmmm... is the first solution you explain that much different from the original?…