The Artima Developer Community
Sponsored Link

Python Buzz Forum
Nummy ctypes

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
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Nummy ctypes Posted: Apr 27, 2004 5:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Nummy ctypes
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

I recently used uTidyLib after mxTidy didn't immediately install for me (such impatience). uTidyLib doesn't ship with any C code, but uses ctypes to interface directory with libtidy (the library version of HTML tidy).

I thought that was clever. Then I looked at the actual code that does the interfacing; then I was really impressed: the entire interface to tidy is 216 lines long. It's not incredibly easy to understand -- it's glue code, after all -- but it's really not too bad. And it's so short!

Read: Nummy ctypes

Topic: PloneMall is comming Previous Topic   Next Topic Topic: Python for Nokia Series 60

Sponsored Links



Google
  Web Artima.com   

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