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

搜索资源列表

  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
    • 文件大小:399360
    • 提供者: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

    • 发布日期:2009-12-01
    • 文件大小:406528
    • 提供者:xiancaonima
  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
    • 文件大小:406528
    • 提供者:burong_chen
  1. python手册(Python Tutorial)双语版

  2. 译者:刘鑫(march.liu AT gmail DOT com) 由:limodou转(limodou AT gmail DOT com) CHM 文件制作:Colin.Wang 前言 Front Matter Contents 1. 开胃菜 Whetting Your Appetite 2. 使用Python解释器 Using the Python Interpreter 2.1 调用解释器 Invoking the Interpreter 2.1.1 参数传递 Argument Pass
  3. 所属分类:Python

    • 发布日期:2013-10-19
    • 文件大小:406528
    • 提供者:ccz007
  1. python入门到高级全栈工程师培训 第3期 附课件代码

  2. python入门到高级全栈工程师培训视频学习资料;本资料仅用于学习,请查看后24小时之内删除。 【课程内容】 第1章 01 计算机发展史 02 计算机系统 03 小结 04 数据的概念 05 进制转换 06 原码补码反码 07 物理层和数据链路层 08 网络层和arp协议 09 传输层和应用层 第2章 01 上节课复习 02 arp协议复习 03 字符编码 第3章 01 网络基础和dos命令 02 为何学习linux 03 课程内容介绍 04 操作系统内核与系统调用 05 操作系统安装原理 0
  3. 所属分类:专业指导

    • 发布日期:2018-06-07
    • 文件大小:88
    • 提供者:sacacia
  1. 实用Python教程——Easy Python精编版.pdf

  2. 自己原创的Python教程,求捧场啦~ 作者:utmhikari 博客原文:https://utmhikari.github.io/categories/Easy-Python/ 语雀:https://www.yuque.com/hikari-zy5c0/easy-python 源代码:https://github.com/utmhikari/Easy_Python第一话: HelloWorld——输入、输出与函数 前言 原文地址 Helloworld,是代码世界的入口。当我们采用 Pytho
  3. 所属分类:Python

    • 发布日期:2019-10-08
    • 文件大小:1048576
    • 提供者:u013842501
  1. Python Interview

  2. Python interview Collection3ARP协议 4uib和urib2的区别 5Post和Get °6 Cookie和 Session 7 apache和 nginx的区别 °8网站用户密码保存 °9HTTP和Https 10XSRF和×Ss 11幂等 Idempotence 12 RESTfu架构( SOAP RPC o 13 SOAP 0 14 RPC 15CG|和WSG 16中间人攻击 17c10k回题 18 socket 9浏览器缓存 °20HTTP10和HTP11 2
  3. 所属分类:Python

    • 发布日期:2019-04-19
    • 文件大小:609280
    • 提供者:weixin_43871843
  1. python 2.5 学习笔记

  2. NULL 博文链接:https://shixm.iteye.com/blog/381884abstract Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to ohject-oriented programming. Python's elegant syntax a
  3. 所属分类:其它

    • 发布日期:2019-03-16
    • 文件大小:1048576
    • 提供者:weixin_38669628
  1. Python自定义一个类实现字典dict功能的方法

  2. 今天小编就为大家分享一篇Python自定义一个类实现字典dict功能的方法,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
  3. 所属分类:其它

    • 发布日期:2020-09-19
    • 文件大小:24576
    • 提供者:weixin_38746738
  1. Python中的 enum 模块源码详析

  2. 起步 上一篇 《Python 的枚举类型》 文末说有机会的话可以看看它的源码。那就来读一读,看看枚举的几个重要的特性是如何实现的。 要想阅读这部分,需要对元类编程有所了解。 成员名不允许重复 这部分我的第一个想法是去控制 __dict__ 中的 key 。但这样的方式并不好,__dict__ 范围大,它包含该类的所有属性和方法。而不单单是枚举的命名空间。我在源码中发现 enum 使用另一个方法。通过 __prepare__ 魔术方法可以返回一个类字典实例,在该实例 使用 __prepare_
  3. 所属分类:其它

    • 发布日期:2020-12-23
    • 文件大小:75776
    • 提供者:weixin_38747233
  1. Python自定义一个类实现字典dict功能的方法

  2. 如下所示: import collections class Mydict(collections.UserDict): def __missing__(self, key): if isinstance(key, str): raise KeyError(key) return self[str(key)] def __contains__(self, key): return str(key) in self.data def __setit
  3. 所属分类:其它

    • 发布日期:2020-12-23
    • 文件大小:29696
    • 提供者:weixin_38725531
  1. 举例简单讲解Python中的数据存储模块shelve的用法

  2. shelve类似于一个key-value数据库,可以很方便的用来保存Python的内存对象,其内部使用pickle来序列化数据,简单来说,使用者可以将一个列表、字典、或者用户自定义的类实例保存到shelve中,下次需要用的时候直接取出来,就是一个Python内存对象,不需要像传统数据库一样,先取出数据,然后用这些数据重新构造一遍所需要的对象。下面是简单示例: import shelve def test_shelve(): # open 返回一个Shelf类的实例 # # 参数fl
  3. 所属分类:其它

    • 发布日期:2020-12-23
    • 文件大小:54272
    • 提供者:weixin_38693967
  1. 学习笔记(08):Python零基础轻松从入门到实战-字典-2

  2. 立即学习:https://edu.csdn.net/course/play/26676/338781?utm_source=blogtoedu d.get(key) 可得到对应值,没有则返回None(可设置为其他返回值) d.setdefault(key,[value]) 也可得到对应返回值,但会改变原字典(没有默认添加) 字典的更新:d.update(d1)  d.update([(‘price’:3.14)])  必须是键值对形式 删除:del d[key]   d.pop(key,[def
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:38912
    • 提供者:weixin_38581992
  1. Python3.5内置模块之shelve模块、xml模块、configparser模块、hashlib、hmac模块用法分析

  2. 本文实例讲述了Python3.5内置模块之shelve模块、xml模块、configparser模块、hashlib、hmac模块用法。分享给大家供大家参考,具体如下: 1、shelve模块 shelve类似于一个key-value数据库,可以很方便的用来保存Python的内存对象,其内部使用pickle来序列化数据, 简单来说,使用者可以将一个列表、字典、或者用户自定义的类实例保存到shelve中,下次需要用的时候直接取出来, 就是一个Python内存对象,不需要像传统数据库一样,先取出数据,
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:103424
    • 提供者:weixin_38706294
  1. Python构造自定义方法来美化字典结构输出的示例

  2. 示例: 复制代码 代码如下: d = { “root”: { “folder2”: { “item2”: None, “item1”: None }, “folder1”: { “subfolder1”: { “item2”: None, “item1”: None }, “subfolder2”: { “item3”: None } } } } 美观输出是: 观察一下特点: 1.同一level的key左对齐,即indent相同。 2.在,号后换行。 3.如果value是字典,即嵌套字典,
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:55296
    • 提供者:weixin_38702931
  1. python加载自定义词典实例

  2. 如下所示: #加载词典 def load_dict_from_file(filepath): _dict = {} try: with io.open(filepath, 'r',encoding='utf-8') as dict_file: for line in dict_file: (key, value) = line.strip().split(' ') #将原本用空格分开的键和值用冒号分开来,存放在字典中 _dict[ke
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:28672
    • 提供者:weixin_38564598