8th Day of the Python learning Journey

Source: Internet
Author: User

Today's main learning content:

1 File stream operations

r,w,a,rb,wb,ab,r+,w+,a+

Operational considerations: W Actions Overwrite previous content

The r+ operation performs a read operation before the W operation is added at the end regardless of where the cursor rests

The difference between a for loop file and ReadLines: ReadLines gets a list form

How to manipulate a file stream:

1. Read the contents of the file as a for loop and add it to the list to follow up on the content (add the list contents to the dictionary)

2, if the dictionary is not in the loop, the dictionary with the same key will be changed in the loop, need deep copy

3, the contents of the file read out into a list and then into a dictionary

8th Day of the Python learning Journey

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.