<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I will be looking at those links later today. Thanks for the direction.<br><br><div>> From: centraloh-request@python.org<br>> Subject: CentralOH Digest, Vol 91, Issue 16<br>> To: centraloh@python.org<br>> Date: Tue, 25 Nov 2014 12:00:02 +0100<br>> <br>> Send CentralOH mailing list submissions to<br>>     centraloh@python.org<br>> <br>> To subscribe or unsubscribe via the World Wide Web, visit<br>>       https://mail.python.org/mailman/listinfo/centraloh<br>> or, via email, send a message with subject or body 'help' to<br>>     centraloh-request@python.org<br>> <br>> You can reach the person managing the list at<br>>   centraloh-owner@python.org<br>> <br>> When replying, please edit your Subject line so it is more specific<br>> than "Re: Contents of CentralOH digest..."<br>> <br>> <br>> Today's Topics:<br>> <br>>    1. Re: What is a 'bucket'? (Neil Ludban)<br>> <br>> <br>> ----------------------------------------------------------------------<br>> <br>> Message: 1<br>> Date: Mon, 24 Nov 2014 22:32:10 -0500<br>> From: Neil Ludban <nludban@columbus.rr.com><br>> To: "Mailing list for Central Ohio Python User Group \(COhPy\)"<br>>        <centraloh@python.org><br>> Cc: timothy spencer <smashing_good_show@hotmail.com><br>> Subject: Re: [CentralOH] What is a 'bucket'?<br>> Message-ID: <20141124223210.5cd1c929.nludban@columbus.rr.com><br>> Content-Type: text/plain; charset=US-ASCII<br>> <br>> http://en.wikipedia.org/wiki/Hash_table<br>> <br>> EX 39 looks like this variation:<br>> <br>> http://en.wikipedia.org/wiki/Hash_table#Separate_chaining<br>> """In the method known as separate chaining, each bucket is independent,<br>> and has some sort of list of entries with the same index."""<br>> <br>> Note that "index" here is defined as the output of the hash function,<br>> and entries are key,value pairs.<br>> <br>> <br>> Compare with another variation where a bucket is a key,value pair:<br>> <br>> http://en.wikipedia.org/wiki/Hash_table#Open_addressing<br>> <br>> <br>> On Mon, 24 Nov 2014 17:14:15 -0800<br>> timothy spencer <smashing_good_show@hotmail.com> wrote:<br>> > <br>> > <br>> > <br>> > Hello everyone. What is a 'bucket'? I think that I may be over-thinking this. I know that a dictionary is a list of 'key: value' pairs. Is a bucket simply the slot where a pair would go? I am wondering if a bucket is a slot where multiple tuples would go. Like if a dictionary is horizontal, then I am wondering if a bucket then is a vertical slot that can have lots of tuples. Lists within lists.. Then again, perhaps it is just a slot that only holds one key:value pair. I am on Zed Shaw's book in EX 39, and his description is a little odd.<br>> > <br>> > Let me know, thanks,<br>> > <br>> > Tim<br>> >                                                                                 <br>> <br>> <br>> ------------------------------<br>> <br>> Subject: Digest Footer<br>> <br>> _______________________________________________<br>> CentralOH mailing list<br>> CentralOH@python.org<br>> https://mail.python.org/mailman/listinfo/centraloh<br>> <br>> <br>> ------------------------------<br>> <br>> End of CentralOH Digest, Vol 91, Issue 16<br>> *****************************************<br></div>                                           </div></body>
</html>