Giter Site home page Giter Site logo

python-guide-cn's Introduction

python-guide-cn's People

Contributors

andrewchenshx avatar cheng10 avatar hexiekai avatar howiezhao avatar hsha0 avatar icyfanfan avatar imba-tjd avatar jianantian avatar kaku87 avatar kkang-wr avatar lau-jay avatar listenlove avatar monkeywithacupcake avatar mynameiselvis avatar nomaka avatar prodesire avatar qytz avatar tonnie17 avatar wangyves avatar xpxu avatar yiyuezhuo avatar zhongqiuru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-guide-cn's Issues

ePub format needed

Could you please provide ePub downloads for reading offline? Thank you.

【元组是不可修改的,并能作为字典的键使用。】有误

https://pythonguidecn.readthedocs.io/zh/latest/writing/structure.html#id14

tuple 只有在其内元素都是不可变对象的时候才可以作为 key;否则不行,嵌套的 tuple 中有可变元素也不行

Python 3.6.7 (default, Oct 22 2018, 11:32:17) 
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
>>> t = (1, [2, 3])
>>> type(t)
<class 'tuple'>
>>> d = {}
>>> d[t] = 1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unhashable type: 'list'
>>> 

/writing/structure中翻译失误

Python中更可能出现馄饨代码:这类代码包含上百段相似的逻辑碎片,通常是缺乏 合适结构的类或对象,如果你始终弄不清手头上的任务应该使用FurnitureTable, AssetTable还是Table,甚至TableNew,也许你已经陷入了馄饨代码中

raise Exception("馄饨 -> 混沌")

有没有饺子代码,在线等挺急的

It had error when I opened the epub file

This page contains the following errors:

error on line 34 at column 56: Specification mandates value for attribute async
Below is a rendering of the page up to the first error.

错别字

  • 原文中 :对您而言幸运的是,存在一个活跃的PIL开发分支,叫做 Pillow 它很容易安装,运行在虽有的主流操作系统上,而且支持Python3。
  • 应该是:运行在所有的主流操作系统上

首页引言译者注修改建议

首页对“确保您的毛巾在哪”理解有误,towel 浴巾的梗出自著名科幻小说《银河系漫游指南》,按照书中设定进行星际旅行最重要的是确保拥有浴巾。原文如下:

A towel, it says, is about the most massively useful thing an interstellar hitchhiker can have. Partly it has great practical value - you can wrap it around you for warmth as you bound across the cold moons of Jaglan Beta; you can lie on it on the brilliant marble-sanded beaches of Santraginus V, inhaling the heady sea vapours; you can sleep under it beneath the stars which shine so redly on the desert world of Kakrafoon; use it to sail a mini raft down the slow heavy river Moth; wet it for use in hand-to- hand-combat; wrap it round your head to ward off noxious fumes or to avoid the gaze of the Ravenous Bugblatter Beast of Traal (a mindboggingly stupid animal, it assumes that if you can't see it, it can't see you - daft as a bush, but very ravenous); you can wave your towel in emergencies as a distress signal, and of course dry yourself off with it if it still seems to be clean enough. More importantly, a towel has immense psychological value. For some reason, if a strag (strag: non-hitch hiker) discovers that a hitch hiker has his towel with him, he will automatically assume that he is also in possession of a toothbrush, face flannel, soap, tin of biscuits, flask, compass, map, ball of string, gnat spray, wet weather gear, space suit etc., etc. Furthermore, the strag will then happily lend the hitch hiker any of these or a dozen other items that the hitch hiker might accidentally have "lost". What the strag will think is that any man who can hitch the length and breadth of the galaxy, rough it, slum it, struggle against terrible odds, win through, and still knows where his towel is is clearly a man to be reckoned with.

作者用这个著名的梗是想表明就要开始惊心动魄的“星际旅行”啦,因此这个译者注建议修改

(译者注:洗澡需要浴巾,大概是说先准备好环境)

笔误 scripy

机器学习章节下面,scipy 的介绍内容,

SciPy 栈由数据科学所使用的一组核心帮助包组成,用于统计分析和数据可视化。 由于其庞大的功能和易用性,scripy栈被认为是大多数数据科学应用的必备条件。

如何能够及时追踪原项目与当前项目的不同,并知道要翻译哪些部分

本翻译项目实际上是在GitHub上新建的项目,而不是fork自Python-Guide,这是为了对这个翻译项目有更好的自由度。但即便是是fork过来的项目,也会有这样的问题。就是当我们翻译完某一部分后,原英文项目的对应部分进行了增删,这时我们并不知道它进行了修改,也很难知道它修改了哪些部分,我们就不能及时更新翻译,这样很难保证这个翻译项目是最新的内容。
请问大家有什么好的解决方案呢?欢迎踊跃讨论~

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.