书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 20427 个相关结果.
  • Performance

    Performance Description Methods Enumerations Method Descriptions Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open an i...
  • Zen of Python

    Zen of Python Zen of Python Also known as PEP 20 , the guiding principles for Python’s design. >>> import this The Zen of Python , by Tim Peters   Beaut...
  • Performance

    Performance Description Methods Enumerations Method Descriptions Performance Inherits: Object Exposes performance-related data. Description This class provides access t...
  • 2 代码风格

    2 代码风格 2.1 缩进 【强制】 使用 4 个空格做为一个缩进层级,不允许使用 2 个空格 或 tab 字符; 示例: /* Not so great */ . selector { margin : 0 ; } /* Better */ . selector { margin : ...
  • 赠言

    赠言 这个教程到目前为止,所讲述的仅是点到为止。Python世界中有大量的工具,库和软件可以帮你完成你的工作。但你需要自己花时间去发现他们! Python有一个伟大的社区和一群很聪明的维护者,他们对于新手非常有耐心。因此,关注你最喜欢的开源项目,加入他们的邮件列表,跟有经验的开发者交流经验。不久的将来,你的经验也将足够丰富,你将会成为他们其中的一员。 ...
  • 01.01 Python 简介

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

    Performance Description Methods Enumerations Method Descriptions User-contributed notes Performance Inherits: Object Exposes performance-related data. Description This...
  • Common Practices

    9.3 Common Practices 9.3 Common Practices There are some common practices that should be upheld when working with Python. Something that is interesting about the Python languag...
  • Zen of Python(Python之禅)

    Zen of Python(Python之禅) Zen of Python(Python之禅) Beautiful is better than ugly. (优美比丑陋好) Explicit is better than implicit.(清晰比晦涩好) Simple is better than complex.(简单比复杂好) Complex...
  • Zen of Python(Python之禅)

    Zen of Python(Python之禅) Zen of Python(Python之禅) Beautiful is better than ugly. (优美比丑陋好) Explicit is better than implicit.(清晰比晦涩好) Simple is better than complex.(简单比复杂好) Complex ...