书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2945 个相关结果.
  • 第四章:迭代器与生成器

    第四章:迭代器与生成器 第四章:迭代器与生成器 迭代是Python最强大的功能之一。初看起来,你可能会简单的认为迭代只不过是处理序列中元素的一种方法。然而,绝非仅仅就是如此,还有很多你可能不知道的,比如创建你自己的迭代器对象,在itertools模块中使用有用的迭代模式,构造生成器函数等等。这一章目的就是向你展示跟迭代有关的各种常见问题。 Cont...
  • 读写二进制文件

    1316 2018-03-03 《Python 之旅》
    读写二进制文件 读取二进制文件 写入二进制文件 小结 参考资料 读写二进制文件 Python 不仅支持文本文件的读写,也支持二进制文件的读写,比如图片,声音文件等。 读取二进制文件 读取二进制文件使用 ‘rb’ 模式。 这里以图片为例: with open ( 'test.png' , 'rb' ) as f : ...
  • Train and Deploy on GCP from a Local Notebook

    Train and Deploy on GCP from a Local Notebook Clone the Kubeflow Fairing repository Set up Python, Jupyter Notebook, and Kubeflow Fairing Install and configure the Google Cloud S...
  • 2 安装Python

    安装Python 安装Python 3.5 在Mac上安装Python 在Linux上安装Python 在Windows上安装Python 小结 安装Python 因为Python是跨平台的,它可以运行在Windows、Mac和各种Linux/Unix系统上。在Windows上写Python程序,放到Linux上也是能够运行的。 要开始学...
  • DSL Static Type Checking

    DSL Static Type Checking Motivation Type system How does the type checking work? Type checking configuration Fine-grained configuration Missing types Next steps DSL Stat...
  • Getting started

    Getting started Building your own inventory Starting custom deployment Adding nodes Remove nodes Connecting to Kubernetes Accessing Kubernetes Dashboard Accessing Kubernetes ...
  • Pipenv & Virtual Environments

    Pipenv & Virtual Environments Make sure you’ve got Python & pip Installing Pipenv Installing packages for your project Using installed packages Next steps Pipenv & Virtual...
  • Pipenv & Virtual Environments

    Pipenv & Virtual Environments Make sure you’ve got Python & pip Installing Pipenv Installing packages for your project Using installed packages Next steps Pipenv & Virtual...
  • zipapp — Manage executable Python zip archives

    zipapp —- Manage executable Python zip archivesBasic Example 命令行接口 Python API 例子 Specifying the Interpreter Creating Standalone Applications with zipapp Making a Windows ex...
  • uWSGI 1.9.15

    uWSGI 1.9.15 错误修复 新特性 PTY插件 strict模式 回退配置 –perl-exec和–perl-exec-post-fork uwsgi.cache_keys([cache]) 添加 %(ftime) 到日志格式 当另一个实例绑定到UNIX socket时,保护其不受破坏 –worker-exec2 允许普通插件上的p...