书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 34266 个相关结果.
  • python开发框架

    python开发框架 框架的基本概念 python框架 Tornado 安装Tornado “One does not live by bread alone,but by every word that comes from the mouth of God”—(MATTHEW4:4) python开发框架 不管是python,还是...
  • Python环境安装

    Python安装 Linux系统的安装 windows系统的安装 Mac OS X系统的安装 用ActivePython安装 用源码安装 But Jesus said to them,”Because of your hardness of heart he wrote this commandment for you. But from t...
  • Python 3.2+

    Python 3.2及以后版本 Python 3.2及以后版本 我们来实现一个斐波那契计算器,并使用lru_cache 。 from functools import lru_cache @lru_cache ( maxsize = 32 ) def fib ( n ): if n < 2 : ...
  • Python/C API

    Python/C API Python/C API Python/C API 可能是被最广泛使用的方法。它不仅简单,而且可以在C代码中操作你的Python对象。 这种方法需要以特定的方式来编写C代码以供Python去调用它。所有的Python对象都被表示为一种叫做PyObject的结构体,并且Python.h 头文件中提供了各种操作它的函数。例如,...
  • Python Magic Methods

    Python Magic 方法 Python Magic 方法 链接http://www.rafekettler.com/magicmethods.html Python 中的魔法方法
  • Python Programming Language

    Python Programming Language Python Installation Python Mraa Hello Internet of Things Python Mraa Version Python Mraa Analog Input Output (AIO) Python Mraa Inter-Integrated Circ...
  • Python 模块简介

    一、Python 模块简介 一、Python 模块简介 在开发过程中,随着程序代码越写越多,在一个文件里代码就会越来越长,越来越不容易维护。 为了编写可维护的代码,我们把很多函数分组,分别放到不同的文件里,这样,每个文件包含的代码就相对较少,很多编程语言都采用这种组织代码的方式。在 Python 中,一个 .py 文件就称之为一个模块(Module...
  • 使用Python实现

    使用Python实现 训练阶段 朴素贝叶斯的效果要比近邻算法好吗? 使用Python实现 训练阶段 朴素贝叶斯需要用到先验概率和条件概率。让我们回顾一下民主党和共和党的例子:先验概率指的是我们已经掌握的概率,比如美国议会中有233名共和党人,200名民主党人,那共和党人出现的概率就是: P(共和党) = 233 / 433 = 0.54 ...
  • 01.01 Python 简介

    2501 2019-01-17 《中文 Python 笔记》
    Python 简介 Python 历史 第一行Python代码 Python 之禅 Python 简介 Python 历史 Python 的创始人为荷兰人吉多·范罗苏姆(Guido van Rossum )。1989年的圣诞节期间,吉多·范罗苏姆为了在阿姆斯特丹打发时间,决心开发一个新的脚本解释程序,作为 ABC 语言的一种继承。之所以选中 ...
  • Getting Started with Python

    3145 2019-05-16 《How to Python》
    Getting Started with Python Twitter Accounts to Follow Getting Python Installed Understanding Dependencies Installing Pipenv Using Pipenv Understanding Source Control Get...