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

    Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.
  • PyMongo 3.12.1 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...
  • PyMongo 3.12.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...
  • 动手学深度学习

    《动手学深度学习》,英文版即伯克利深度学习(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...
  • SQLAlchemy 1.3 Documentation

    SQLAlchemy是Python编程语言下的一款开源软件。提供了SQL工具包及对象关系映射工具,使用MIT许可证发行。 SQLAlchemy“采用简单的Python语言,为高效和高性能的数据库访问设计,实现了完整的企业级持久模型”。
  • 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.
  • Django CMS v3.5.x Documentation

    django CMS is a modern web publishing platform built with Django, the web application framework “for perfectionists with deadlines”.
  • Django 2.2 官方文档中文版

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