Django CMS 3.11.10 Documentationauthoring to being published. Overview django CMS is a modern web publishing platform built with Django [https://www.djangoproject.com], the web application framework “for perfectionists with deadlines”. django developer documentation. To get an overview on how to use django CMS, see the django CMS User Guide [https://user-guide.django-cms.org/]. Tutorials Start here as a new django CMS developer: installation using Association [https://www.django-cms.org/en/about-us/] is a non-profit organisation that exists to support the development of django CMS and its community. Discord Join our friendly Discord server [https://dis0 码力 | 493 页 | 1.44 MB | 6 月前0.03
Python在金融领域的应用与创新 王宇韬 ON THE DESIGN. 视频太大了,我就留个网址吧 舆情监控视频:https://v.youku.com/v_show/id_XMzgzOTY0ODI2OA==.html?spm=a1z3jc.11711052.0.0&isextonly=1 智能办公视频(这个是用VBA写的,之后想用Python写): https://v.qq.com/x/page/h0626qo1fju.html Video 舆情预警系统 数据清洗及优化 IP代理与反爬 舆情评分系统 HUANENG GUICHENG TRUST CORPORATION LTD. Python舆情监控 HUANENG GUICHENG TRUST CORPORATION LTD. 四行代码爬取Python官网: # 爬虫初尝试 import requests url = 'https://www.python.org' 百度新闻批量爬取 24小时不间断爬取 舆情预警系统 数据清洗及优化 IP代理与反爬 舆情评分系统 HUANENG GUICHENG TRUST CORPORATION LTD. 代码公布平台 - Mo 4 3 2 6 1 5 百度新闻批量爬取 24小时不间断爬取 舆情预警系统 数据清洗及优化 IP代理与反爬 舆情评分系统 HUANENG GUICHENG TRUST0 码力 | 51 页 | 4.69 MB | 1 年前3
PyWebIO v1.0.3 使用手册install -U --force-reinstall https://code.aliyun.com/wang0618/pywebio/repository/archive.zip 系统要求: PyWebIO要求 Python 版本在 3.5.2 及以上 Hello, world 这是一个使用PyWebIO计算 BMI指数 [https://en.wikipedia.org/wiki/Body_mass_index] site/?pywebio_api=bmi] )。 将 bmi() 服务整合到现有的Web框架请参考 与Web框架集成 Documentation 这个文档同时也提供 PDF 和 Epub 格式 [https://readthedocs.org/projects/pywebio/downloads/]. 使用手册 User’s guide 输入 输出 Server模式与Script模式 与Web框架集成 use PyWebIO? Make a new discussion on Github Discussions [https://github.com/wang0618/PyWebIO/discussions]. Report bugs on the GitHub issue [https://github.com/wang0618/pywebio/issues]. User’s guide 如0 码力 | 106 页 | 7.34 MB | 1 年前3
Python 标准库参考指南 3.7.13 join(sequence)。要以扩展精度对浮点值求和,请参阅math.fsum()。要拼接一系列可迭代对 象,请考虑使用itertools.chain()。 super([type[, object-or-type]]) 返回一个代理对象,它会将方法调用委托给 type 指定的父类或兄弟类。这对于访问已在类中被重载的 继承方法很有用。搜索顺序与getattr() 所使用的相同,只是 type 指定的类型本身会被跳过。 type 转义序列进行替换(仅在编码时)。在namereplace_errors() 中实现。 'surrogateescape' 在解码时,将字节替换为 U+DC80 至 U+DCFF 范围内的单个代理代码。当在编码数据时使 用 'surrogateescape' 错误处理方案时,此代理将被转换回相同的字节。(请参阅 PEP 383 了解详情。) 此外,以下错误处理方案被专门用于指定的编解码器: 值 编解码器 含义 'surrogatepass' 'surrogatepass' utf-8, utf-16, utf-32, utf-16-be, utf-16- le, utf-32-be, utf-32-le 允许编码和解码代理代码。这些编解码器通常会 将出现的代理代码视为错误。 3.1 新版功能: 'surrogateescape' 和 'surrogatepass' 错误处理方案。 在 3.4 版更改: 'surrogatepass' 错误处理方案现在适用于0 码力 | 1961 页 | 9.14 MB | 9 月前3
Python 标准库参考指南 3.7.13 join(sequence)。要以扩展精度对浮点值求和,请参阅math.fsum()。要拼接一系列可迭 代对象,请考虑使用itertools.chain()。 super([type[, object-or-type]]) 返回一个代理对象,它会将方法调用委托给 type 指定的父类或兄弟类。这对于访问已在类中被重载 的继承方法很有用。搜索顺序与getattr() 所使用的相同,只是 type 指定的类型本身会被跳过。 type ereplace_errors() 中实 现。 'surrogateescape' 在解码时,将字节替换为 U+DC80 至 U+DCFF 范围内的单个代理代码。当在编码数据 时使用 'surrogateescape' 错误处理方案时,此代理将被转换回相同的字节。(请 参阅 PEP 383 了解详情。) 此外,以下错误处理方案被专门用于指定的编解码器: 值 编解码器 含义 'surrogatepass' 'surrogatepass' utf-8, utf-16, utf-32, utf-16-be, utf- 16-le, utf-32-be, utf-32-le 允许编码和解码代理代码。这些编解码器通常 会将出现的代理代码视为错误。 3.1 新版功能: 'surrogateescape' 和 'surrogatepass' 错误处理方案。 在 3.4 版更改: 'surrogatepass' 错误处理方案现在适用于0 码力 | 1846 页 | 9.09 MB | 9 月前3
PyWebIO v1.2.3 使用手册3 4 Chapter 1. 特性 CHAPTER2 Installation 稳定版: pip3 install -U pywebio 开发版: pip3 install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip 系统要求: PyWebIO 要求 Python 版本在 3.5.2 及以上 textarea('Code Edit', code={ 'mode': "python", # code language 'theme': 'darcula', # Codemirror theme. Visit https://codemirror.net/demo/theme. �→html#cobalt to get more themes (下页继续) 4.1. User’s guide 11 PyWebIO something\n# Write your python code') 以上代码将在浏览器上显示如下: 这里 列举了一些常用的 Codemirror 选项,完整的 Codemirror 选项请见:https://codemirror.net/doc/manual.html# config 输入组 PyWebIO 支持输入组, 返回结果为一个字典。pywebio.input.input_group()0 码力 | 102 页 | 1.67 MB | 1 年前3
PyWebIO v1.1.0 使用手册1.0 4 Chapter 1. 特性 CHAPTER2 Install 稳定版安装: pip3 install -U pywebio 开发版安装: pip3 install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip 系统要求: PyWebIO 要求 Python 版本在 3.5.2 及以上 textarea('Code Edit', code={ 'mode': "python", # 编辑区代码语言 'theme': 'darcula', # 编辑区 darcula 主题, Visit https://codemirror.net/demo/theme. �→html#cobalt to get more themes (下页继续) 4.1. User’s guide 11 PyWebIO something\n# Write your python code') 文本框的显示效果为: 这里 列举了一些常用的 Codemirror 选项,完整的 Codemirror 选项请见:https://codemirror.net/doc/manual.html# config 输入组 PyWebIO 支持输入组, 返回结果为一个字典。pywebio.input.input_group()0 码力 | 98 页 | 1.73 MB | 1 年前3
PyWebIO v1.2.2 使用手册2 4 Chapter 1. 特性 CHAPTER2 Installation 稳定版: pip3 install -U pywebio 开发版: pip3 install -U https://code.aliyun.com/wang0618/pywebio/repository/archive.zip 系统要求: PyWebIO 要求 Python 版本在 3.5.2 及以上 Visit https://codemirror.net/demo/theme. �→html#cobalt to get more themes }, value='import something\n# Write your python code') 以上代码将在浏览器上显示如下: 这里 列举了一些常用的 Codemirror 选项,完整的 Codemirror 选项请见:https://codemirror PyWebIO 应用。 注意: 当使用 Tornado 后端时,PyWebIO 使用 WebSocket 协议和浏览器进行通讯,如果你的 Tornado 应用 处在反向代理 (比如 Nginx) 之后,可能需要特别配置反向代理来支持 WebSocket 协议,这里 有一个 Nginx 配置 WebSocket 的例子。 Flask 需要添加一个 PyWebIO 相关的路由,用来和浏览器进行0 码力 | 102 页 | 1.69 MB | 1 年前3
Python 标准库参考指南 3.8.20 fsum()。要拼接一系列可迭代对 象,请考虑使用itertools.chain()。 在 3.8 版更改: start 形参可用关键字参数形式来指定。 super([type[, object-or-type]]) 返回一个代理对象,它会将方法调用委托给 type 的父类或兄弟类。这对于访问已在类中被重写的继承 方法很有用。 object-or-type 确定用于搜索的method resolution order。搜索会从 转义序列进行替换(仅在编码时)。在namereplace_errors() 中实现。 'surrogateescape' 在解码时,将字节替换为 U+DC80 至 U+DCFF 范围内的单个代理代码。当在编码数据时使 用 'surrogateescape' 错误处理方案时,此代理将被转换回相同的字节。(请参阅 PEP 383 了解详情。) 此外,以下错误处理方案被专门用于指定的编解码器: 值 编解码器 含意 'surrogatepass' 'surrogatepass' utf-8, utf-16, utf-32, utf-16-be, utf-16- le, utf-32-be, utf-32-le 允许编码和解码代理代码。这些编解码器通常会 将出现的代理代码视为错误。 3.1 新版功能: 'surrogateescape' 和 'surrogatepass' 错误处理方案。 在 3.4 版更改: 'surrogatepass' 错误处理方案现在适用于0 码力 | 2052 页 | 9.74 MB | 9 月前3
Python 标准库参考指南 3.6.15 join(sequence)。要以扩展精度对浮点值求和,请参阅math.fsum()。要拼接一系列可迭代对 象,请考虑使用itertools.chain()。 super([type[, object-or-type]]) 返回一个代理对象,它会将方法调用委托给 type 指定的父类或兄弟类。这对于访问已在类中被重载的 继承方法很有用。搜索顺序与getattr() 所使用的相同,只是 type 指定的类型本身会被跳过。 type utf_8 U8, UTF, utf8 所有语言 utf_8_sig 所有语言 在 3.4 版更改: utf-16* and utf-32* 编码器将不再允许编码代理码位 (U+D800–U+DFFF)。utf-32* 解码器将不 再解码与代理码位相对应的字节序列。 7.2.4 Python 专属的编码格式 A number of predefined codecs are specific to isocalendar()。 date.isocalendar() 返回一个三元元组,(ISO year, ISO week number, ISO weekday) 。 ISO 日历是一个被广泛使用的公历。可以从 https://www.staff.science.uu.nl/~gent0113/calendar/isocalendar. htm 上查看更完整的说明。 ISO 年由 52 或 53 个完整星期构成,每个星期开始于星期一结束于星期日。一个0 码力 | 1886 页 | 8.95 MB | 9 月前3
共 524 条
- 1
- 2
- 3
- 4
- 5
- 6
- 53













