Git Product home page Git Product logo

python3.6.2-tutorial-zh-cn's Introduction

Python3.6.2-tutorial-zh-CN

Python 官方文档翻译

A Chinese translation of Python 3.6.2 Tutorial.

自己上班之余翻译的,持续更新中。我看了一下,网上没有特别好的3.6.2的中文文档,就自己翻译一下了。就当自己边翻译边学习了。希望和大家多多交流。

Python 官方教程

Python 是一门简单易学,强大的编程语言。它具有高级数据结构,而且可以进行简单而高效的的面向对象编程。Python 的优雅的语法和动态类型,加上其解释语言的特性,使它在大部分平台的众多领域内,成为编写脚本和快速应用开发一门理想的语言。

Python 的解释器和可扩展性的标准库的源码或二进制形式,其各大平台的版本都可以在 Python 的官网免费获取,同时,也可以免费的发布。这个网站也包含了许多免费的第三方 Python 模块的链接。

Python 的解释器可以很简单的使用 C 或 C++ 语言实现的新函数或数据类型来进行扩展。Python 作为一门用户自定义应用扩展程序语言也非常合适。

这篇教程非正式地向读者介绍了 Python 语言和系统的基本概念和特性。它可以帮你方便的实操,但是所有的例子都是独立的,所以这个教程也可以离线阅读。

标准对象和库的详细内容,请查看 Python 标准库Python语言索引 提供了更多 Python 语言的官方解释。要想编写 C 或 C++ 的扩展,阅读 扩展和嵌入Python解释器Python/C API 手册。还有一些涉及 Python 更深层次的书。

这个教程并不是对于每个特性,或者每个常用的特性都面面俱到。它介绍了许多 Python 最重要的特性,而且还提供给你这个语言的偏好和风格。在你读过这个教程之后,你将可以阅读和编写 Python 的模块和程序,也可以为你将来学习更多各种各样的 Python 标准库做准备。

术语表同样也值得浏览一遍。


  • 8.1 语法错误
  • 8.2 异常
  • 8.3 处理异常
  • 8.4 引发异常
  • 8.5 用户自定义异常
  • 8.6 定义清理行为
  • 8.7 预定义清理行为

待更新。。。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.