Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72039 > unrolled thread

confused about the different built-in functions in Python

Started byDeb Wyatt <codemonkey@inbox.com>
First post2014-05-25 15:55 -0800
Last post2014-05-25 15:55 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  confused about the different built-in functions in Python Deb Wyatt <codemonkey@inbox.com> - 2014-05-25 15:55 -0800

#72039 — confused about the different built-in functions in Python

FromDeb Wyatt <codemonkey@inbox.com>
Date2014-05-25 15:55 -0800
Subjectconfused about the different built-in functions in Python
Message-ID<mailman.10322.1401068038.18130.python-list@python.org>
<!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. &nbsp;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>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web