Faves for this Web page
- mike - Jun 30 2009 | python, standards, coding, conventions
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).
Quoted: 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.
- uday - May 28 2007 | python, programming, programming style
python style guide.
- ziliiah - Oct 27 2006 | python, coding, standards, programming, imported:del.icio.us
This document gives coding conventions for the Python code comprising thes standard library in the main Python distribution.
- mike - 12 days ago | python, programming, names, variables
- mike - Aug 24 2009 | python, conventions
- timseal - Apr 27 2006 | python, namingconventions, standards, imported:del.icio.us
Votes for this web page
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
python
-
PyGame - python based game development library.
10 FaversViewed: 2 Times - mike - Sep 20 20091 FaverViewed: 6 Times
- mike - Sep 04 20091 FaverViewed: 6 Times
-
All the Google Twitter Accounts listed here.
Run this script in Firebug to get the list:
a = document.getElementsByTagName('a');
1 FaverViewed: 3 Times
r = /twitter\.com/i
for (i in a)
{
s = a[i].href;
if (r.test(s))
console.log(s);
} - mike - 4 days ago1 FaverViewed: 2 Times
- mike - Jun 11 20092 FaversViewed: 15 Times
