<br><br><div class="gmail_quote">On Thu, Apr 21, 2011 at 8:20 PM, Dan Stromberg <span dir="ltr"><<a href="mailto:drsalists@gmail.com">drsalists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><div class="gmail_quote"><div><div></div><div class="h5">On Thu, Apr 21, 2011 at 9:13 AM, MRAB <span dir="ltr"><<a href="mailto:python@mrabarnett.plus.com" target="_blank">python@mrabarnett.plus.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<div><div></div><div>On <a href="tel:21%2F04%2F2011%2015" value="+12104201115" target="_blank">21/04/2011 15</a>:14, Westley Martínez wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
On Thu, Apr 21, 2011 at 05:19:29PM +1000, Chris Angelico wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
On Thu, Apr 21, 2011 at 5:10 PM, Algis Kabaila<<a href="mailto:akabaila@pcug.org.au" target="_blank">akabaila@pcug.org.au</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
False: Python IS strongly typed, without doubt (though the<br>
variables are not explicitly declared.)<br>
</blockquote>
<br>
Strongly duck-typed though. If I create a class that has all the right<br>
members, it can simultaneously be a file, an iterable, a database, and<br>
probably even a web browser if it feels like it. Is that strong typing<br>
or not?<br>
<br>
Chris Angelico<br>
--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</blockquote>
<br>
It's strong typing.  Python does not implicitly convert types.  Weak typing is<br>
when I can do 1 + "1" and get 2.<br>
</blockquote>
<br></div></div>
It could be argued that it does implicit convert for some numeric<br>
types, eg int to float when needed.</blockquote></div></div><div><br>Yes, it'll silently promote int to float, int to Decimal, and also almost anything can be used in a Boolean context.  No other exceptions to strong typing come to mind...<br>

<br></div></div>
<br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div>Hi:<div><br></div><div>Really nice site, keep it going<br><br clear="all"><br>-- <br>Still Going Strong!!!<br>
</div>