Python actual combat code directory information

Python code series:

Article Directory

Service combat:
1. Coordinate generation example: coordinate generation .

2. Commonly used data structure information

Commonly used data structure information: while, for .

3.Input format parameters: input .

4...Read the text file and store the csv file in the system: listdict .
Read the text file and store the csv file in the system to form
a structure similar to this. The first structure: [[],[],[].[] ]–》List of sets of tables
The second structure: [{},{},{}…]—>List sets of dictionaries

5.Read
in json file and sort csv file and store it in the system: json file .

6.Read
in excel files and sort out csv files and store them in the system: excel files .

Guess you like

Origin blog.csdn.net/wtt234/article/details/113545455