The Artima Developer Community
Sponsored Link

Python Buzz Forum
Learning, this week on school...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sidnei da Silva

Posts: 137
Nickname: deecee
Registered: Nov, 2003

Sidnei da Silva is a dirty little brazilian python hacker
Learning, this week on school... Posted: Mar 16, 2004 9:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Sidnei da Silva.
Original Post: Learning, this week on school...
Feed Title: awkly.org
Feed URL: http://awkly.org/categories.rdf?category=Python
Feed Description: dreamcatching :: making your dreams come true
Latest Python Buzz Posts
Latest Python Buzz Posts by Sidnei da Silva
Latest Posts From awkly.org

Advertisement
Learning, this week on school...

Been learning about Deterministic Finite Automaton, which is a kind of Finite State Machine. Humm. A trip to Wikipedia would have been worth more than two hours at school. Oh, well. Anyway, the subject is nice, and helped me understand more about the obscurities behind Regular Expressions.

In AI, been learning about Expert System. Again, a visit to Wikipedia would have been more valuable. :) This brought my attention to Prolog, which I've been always curious about, but never tried. I must admit that the concept behind fascinates me, and I've even dreamed about it last night. My dream was about using Prolog to build a knowledge base to then be exported to RDF, and also the inverse: Given a set of RDF definitions, transform them into a format that can be loaded into Prolog. I still have to figure out if this would be of any practical use though, as it seems the only advantage would be to use Prolog's internal predicate matching to find connections between subjects.

Another nice idea would be to convert from Prolog statements or RDF statements into graphviz dot format.

On a side note, GSS seems like a very very neat thing to try.

Update: It seems like IsaViz already uses graphviz and dot internally to generate the SVG that will then be imported. The fact that I came to the same idea shows that I was on the right track after all, the only difference being that I would implement it in Python instead of Java. :)

Read: Learning, this week on school...

Topic: bin/webhere Previous Topic   Next Topic Topic: Memory management with the libxml2 Python bindings

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use