书栈网 · BookStack 本次搜索耗时 0.006 秒,为您找到 379 个相关结果.
  • Nim v2.0 Manual

    Nim 是一种静态类型的、编译型、系统编程语言,它结合了 Python、Ada 和 Modula 等成熟语言的成功概念。
  • Django REST framework API 指南

    Django REST framework API 指南,文章翻译自官方网站,部分内容有增删。
  • Kivy中文编程指南

    Kivy 是一个开源的 Python 框架,用于快速开发应用,实现各种当前流行的用户界面,比如多点触摸等等。 Kivy 可以运行于 Windows, Linux, MacOS, Android, iOS 等当前绝大部分主流桌面/移动端操作系统。
  • Django Girls 教程(英文)

    This is the source code repository for the Django Girls Tutorial. Django Girls Tutorial is used on tutorial.djangogirls.org so if you want to read it, please go there. If you want ...
  • The Django Book 2.0 中文版

    本书的目的是将你培养成Django专家。 主要侧重于两方面: 第一,我们深度解释 Django 到底做了哪些工作以及如何用她构建Web应用;第二,我们将会在适当的地方讨论更高级的概念
  • Cython 3.0 中文文档

    [Cython] 是一种编程语言,它使 Python 语言的 C 语言扩展与 Python 本身一样简单。它旨在成为 [Python] 语言的超集,为其提供高级,面向对象,功能和动态编程。它的主要功能是支持可选的静态类型声明作为语言的一部分。源代码被转换为优化的 C / C ++代码并编译为 Python 扩展模块。这允许非常快速的程序执行和与外部 C 库的...
  • Nim 官方教程 v0.20.0

    Nim是一种静态类型编译的系统编程语言。它结合了其他成熟语言的成功概念。(如Python、Ada和Modula)
  • Django REST framework API Guide v3.11

    Django REST framework is a powerful and flexible toolkit for building Web APIs.
  • Peewee 3.3.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.2 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...