摘要: # coding: utf-8 """ # @Time : 2021/5/24 8:57 # @Author : Gina Gao # @File : # @Software: PyCharm # @Descript: """ import pandas as pd import openpyxl 阅读全文
posted @ 2021-06-08 17:32 yongqi-911 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 访问python字典中元素的几种方式 https://www.cnblogs.com/xioawu-blog/p/11074887.html 学习网址 一:通过“键值对”(key-value)访问: print(dict[key]) dict = {1: 1, 2: 'aa', 'D': 'ee', 阅读全文
posted @ 2021-06-08 16:22 yongqi-911 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 1.查看Pycharm版本: help->about 2.打开中文插件的下载地址(https://plugins.jetbrains.com/plugin/13710-chinese-simplified-language-pack-eap/versions) 3.下载Pycharm对应版本(Pyc 阅读全文
posted @ 2021-06-08 11:26 yongqi-911 阅读(258) 评论(0) 推荐(0) 编辑