What are Python object types?

Source: Internet
Author: User
Tags python list

The powerful built-in types of Python make me gradually like python when I access it. It is both convenient and easy to use. Next, let's first learn the benefits of built-in object types:

1. the built-in object enables us to writeProgramEasier.

2. built-in objects are more efficient. If you have read Python source code analysis, you should find that many built-in Python objects are implemented using C,
This is more efficient than constructing some data types using python.

Number of Python CoresData TypeInclude:
Number, String, list, dictionary, and tuples.

The following describes the core data types of python in detail:

1. Numbers include integers and floating-point numbers.
2. For more information about strings, see:Python string connection,Python string replacementAndPython string Truncation
3. List-related Tutorials:Python listAndPython list Parsing
4. dictionary-related Tutorials:Python dictionary 
Tutorial on 5-tuples:Python tuples

After reading the above tutorial, I believe you havePython object typeI know a lot about it. Finally, I recommend you read the summativeArticle:
Python Data Type

Related Article

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.