您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Python中文手册Python Tutorial

  2. 第一章开胃菜Whetting Your Appetite 1 第二章使用Python解释器Using the Python Interpreter 3 2.1 调用解释器Invoking the Interpreter 2.2 解释器及其环境The Interpreter and Its Environment 第三章Python的非正式介绍An Informal Introduction to Python 9 3.1 初步认识Python Using Python as a Calcula
  3. 所属分类:Python

    • 发布日期:2009-10-22
    • 文件大小:390kb
    • 提供者:sandsor
  1. Python中文手册v2.4.chm

  2. 前言 Front Matter Contents 1. 开胃菜 Whetting Your Appetite 2. 使用Python解释器 Using the Python Interpreter 2.1 调用解释器 Invoking the Interpreter 2.1.1 参数传递 Argument Passing 2.1.2 交互模式 Interactive Mode 2.2 解释器及其环境 The Interpreter and Its Environment 2.2.1 错误处理
  3. 所属分类:Python

    • 发布日期:2013-09-26
    • 文件大小:397kb
    • 提供者:burong_chen
  1. python 3.7.4 asyncio 聊天 服务器 全双工 * 私信 中文

  2. 基于 https://blog.csdn.net/ns2250225/article/details/81322292 修改而成。 1.clinet 增加了一个线程用于发送信息 2.client支持显示中文信息 3.增加了一个*的处理函数。 原文中 有两个地方比较费解 1.handler 使用了元类。初始化的时候会生成一个dict字典_msg_handlers ,这个字典里面用__msgtype__这个变量做key,存放类型为MetaHandler的类( ErrorHandler 、Regi
  3. 所属分类:Python

    • 发布日期:2019-09-17
    • 文件大小:58kb
    • 提供者:ywg11180
  1. python 字典中文key处理,读取,比较方法

  2. 今天小编就为大家分享一篇python 字典中文key处理,读取,比较方法,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
  3. 所属分类:其它

    • 发布日期:2020-09-20
    • 文件大小:87kb
    • 提供者:weixin_38546789
  1. python 字典中文key处理,读取,比较方法

  2. 昨天碰到的,如果键是中文,如何进行匹配呢,先看文本内容: 这是字典里两个元素的内容,编码是utf-8,中文内容 运行代码如下 # -*- coding: utf-8 -*- rate1 = open('takeOffTime_date.txt', 'r') dic = dict() for line in rate1: line = line.strip().split(' ') data=line[0].decode('utf-8') dic[data]=line[1] prin
  3. 所属分类:其它

    • 发布日期:2020-12-25
    • 文件大小:92kb
    • 提供者:weixin_38632624