书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 1364 个相关结果.
  • Peewee 3.1.0 Documentation

    Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.
  • Gunicorn 20.1.0 Documentation

    Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with vari...
  • 动手学深度学习

    《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
  • UCSD COGS108 数据科学实战中文笔记

    欢迎来到阅读数据科学实战课程的实践材料。本笔记本将指导你获取使用这些教程和作业所需的工具。本课程以及本系列教程假定你已具备一些编程基础知识。特别是它假定了 Python 的一些知识,涵盖了标准库。如果你对 Python 有些不熟悉,可以按照 Python 笔记本中的链接来补上。
  • virtualenvwrapper 4.8.4 document

    virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing you...
  • Pillow (PIL Fork) 7.1.1 Documentation

    Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
  • OpenERP 6.0 开发手册

    OpenERP是由Python和Postgresql搭建而成的开发环境,特别是对象关系映射(ORM) 能让我们轻松开发复杂的的OpenERP模块。
  • PyMongo 3.11.0 Documentation

    PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python. This documentation attempts to explain ever...
  • Apache Libcloud 3.2.0 documentation

    libcloud 是一个访问云计算服务的统一接口,该项目已经成为 Apache 组织的顶级项目,采用 Python 开发。
  • Django v3.2 官方文档

    Django是一个开放源代码的Web应用框架,由Python写成。采用了MVT的软件设计模式,即模型Model,视图View和模板Template。