Related Content from Around Faves
xml
-
不快感を与える言葉のリストをXMLファイルとして定義し、このリストに基づいてテキスト入力を制限する独自の複合コントロールを作成します → ブラックリスト方式じゃなくて不快感を
1 FaverViewed: 14 Times - royleban - Oct 02 20091 FaverViewed: 4 Times
- lupushassy - Jan 27 20064 FaversViewed: 1 Time
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).
6 FaversViewed: 8 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: 10 Times
- petersigrist - May 13 20091 FaverViewed: 36 Times

