From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Florath Subject: Q: python naming style (longName vs. long_name) Date: Mon, 03 Aug 2009 20:51:01 +0200 Message-ID: <4A773195.3060400@flonatel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello! Is the C++ (long_name) or JAVA like (longName) style for new python code preferred? Did not find any style guide. Currently halve of the code uses the first and the other have the second style. Kind regards Andreas Florath