Namespace Declarations With cElementTree
If you use cElementTree and try to create an XML file that uses some extra XML namespaces, you will encounter a wierd situation when the final file is written.
If you use cElementTree and try to create an XML file that uses some extra XML namespaces, you will encounter a wierd situation when the final file is written.
One of the features I’d like all browsers, that support tabbed-browsing, should include by default is to let the user save the current window’s tab layout (aka tab session) to a file and also provide the ability to load such a saved tab session. My main browser, Epiphany, does not have this functionality and I…
I’ve made some progress with the cElementTree Python module. After reading the available documentation and the RSS 2.0 specification, I was able to write a very simplistic RSS 2.0 feed generator in order to demonstrate the usage of this module. There is no such example in the documentation, so this might be useful to someone.
Blogs seem to be a great resource of very useful information. Today while searching for any pyGTK code examples on Technorati, I came across a very interesting Python script. Actually, this is not just “interesting“. Owen’s code is a great example of how easily a GNOME applet can be created using the GNOME bindings for…
While browsing the archives of Raphael Slinckx’ blog, among other very interesting things, I came across a post about a Python script of his, which uploads a text file on the on-line pastebin. A neat script like this proves to be extremely useful sometimes.
These are the articles that got me into network programming in Python: Socket Programming HOWTO by Gordon McMillan.
These pages seem to have all the info someone would need in order to use the Python cElementTree module: The cElementTree Module ElementTree Overview From the benchmark results it is quite clear that this is the fastest XML data parser! PS: I haven’t managed yet to even test it by parsing my own RSS feed…
One of the best articles I have read so far about implementing threading support into Python scripts is one that was published over a year ago at the Linux Gazette. I found this document extremely informative and has helped me much: Krishna G Pai writes in his article: When programming, in any language, the capability…
Two months ago, I decided to start learning Python. Although I have spent a significant amount of time with it, I still discover very interesting things I would like to spend even more time with. Here are some links, which I believe could help someone to get started quickly with pyGTK and Glade: PyGTK 2.0…
If you intend to extend your programming skills by learning the Python programming language, apart from the absolutely perfect official tutorial by Guido van Rossum, consider reading Magnus Lie Hetland’s Instant Python crash course. It’ll help you get started in no time!