Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72039
| Date | 2014-05-25 15:55 -0800 |
|---|---|
| From | Deb Wyatt <codemonkey@inbox.com> |
| Subject | confused about the different built-in functions in Python |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10322.1401068038.18130.python-list@python.org> (permalink) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD><META http-equiv=Content-Type content="text/html; charset=utf-8"><META content="INBOX.COM" name=GENERATOR></HEAD> <BODY> I am confused about how various built-in functions are called. Some are called with dot notation<div><br></div><div>each_item.isalpha()</div><div><br></div><div>and some are called like 'normal'</div><div><br></div><div>sum(numlist)</div><div><br></div><div>How do you know/remember which way to call them?</div><div><br></div><div>TIA,</div><div>Deb in WA, USA</div><hr size="1px" noshade style="clear:both;margin-top:10px;height:1px;"> <div style="font:12px Verdana,sans-serif;color:Black;background:white;padding:3px;line-height:1.3em"> <span style="font-weight:bold;">Free Online Photosharing</span> - Share your photos online with your friends and family!<br> Visit <a href="http://www.inbox.com/photosharing">http://www.inbox.com/photosharing</a> to find out more!</div> </BODY> </HTML>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
confused about the different built-in functions in Python Deb Wyatt <codemonkey@inbox.com> - 2014-05-25 15:55 -0800
csiph-web