Python learning the first part of the fourth day

Source: Internet
Author: User

1, the characteristics of the dictionary: disorderly, go heavy, query faster, more than the list of memory.
2, the dictionary query Speed fast reason: because he is a hash type.
3, what is (hash) hash?

A hash maps a binary of any length to a shorter fixed-length binary, which is called a hash value for a shorter binary value. A hash value is a unique and compact numeric representation of a piece of data. A clear text only the hash values generated under the same process will be the same, and the hash values generated by different processes in plaintext are different.

4, character encoding:

Code under Python2:

Python2 default encoding is ASCII code

The encoding declaration at the beginning of the file is to tell the code that the program reads the code into memory in what encoding format.

Python learning the first part of the fourth day

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.