Related Content from Around Faves
xml
-
1 FaverViewed: 3 TimesQuoted: TBXML is a light-weight XML document parser written in Objective-C designed for use on Apple iPhone / iPod Touch devices. TBXML aims to provide the fastest possible XML parsing whilst utilising the fewest resources. This requirement for absolute efficiency is achieved at the expence of XML validation and modification. It is NOT possible to modify and generate valid XML from a TBXML document and NO validation is performed whatsoever whilst importing and parsing an XML document.
- lupushassy - Jan 27 20064 FaversViewed: 1 Time
- tsupo - May 19 20051 FaverViewed: 39 Times
standard
-
Guido's recommendations for python coding conventions.
I don't follow the function naming conventions - as I'm too used to InitialCapital for function and method names (I think functions should look more like Classes than variables).
5 FaversViewed: 4 TimesQuoted: Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
- Rich - May 16 20091 FaverViewed: 8 Times
- petersigrist - May 13 20091 FaverViewed: 36 Times

