Related Content from Around Faves
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: 7 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
statistics
-
In theory, this can do an hour's worth of work in one second. That is a lot of horsepower. Glad I'm not paying the power bill.
1 FaverViewed: 2 TimesQuoted: • 4000 nodes
• 2 quad core Xeons @ 2.5ghz per node
• 4x1TB SATA disks per node
• 8G RAM per node
• 1 gigabit ethernet on each node
• 40 nodes per rack
• 4 gigabit ethernet uplinks from each rack to the core (unfortunately a misconfiguration, we usually do 8 uplinks)
• Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
• Sun Java JDK 1.6.0_05-b13
• So that's well over 30,000 cores with nearly 16PB of raw disk! - takado - Aug 06 20070 FaversViewed: 49 Times
- takado - Jul 26 20071 FaverViewed: 13 Times


