程序员的书籍 [英] Books for programmers

查看:80
本文介绍了程序员的书籍的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我是C ++,Java和C程序员,我正在寻找一本(最好是打印出来的b $ b)书教我Python惯用语,即Python

方式。做某事。


理想情况下,我正在寻找一本像Effective C ++这样的书。或者有效的

Java,这不会浪费时间教授什么是类,或者b / b $ b函数,或循环,但是这会进入细节而不是描述

只有how,而且还有为什么。


我读过Dive into Python这本书,但我也找到了原理图而不是

足以满足我的兴趣。


我一般不喜欢O''Reilly的书籍,而我更喜欢那些

来自Addison Wesley。


祝你好运。

Hi,

I''m a C++, Java and C programmer, and I''m searching for a (preferably
printed) book that teaches me the "Python idioms", i.e. the "Python
way" of doing something.

Ideally, I''m searching for a book like "Effective C++" or "Effective
Java", that does not lose time teaching what is a class, or a
function, or a loop, but that enters into details and describes not
only the "how", but also the "why".

I read the book "Dive into Python", but I found too schematic and not
enough advanced for my interests.

I generally do not like books from O''Reilly, while I prefere those
from Addison Wesley.

Best regards.

推荐答案




嗯,当然,取决于你已经知道的

语言你的编程技巧有多好,但我依赖于书Beginning Python -

从新手到专业人士作者:Magnus Lie Hetland,由Apress出版。


对于GUI编程,我使用官方的wxPython书。两本书都非常值得他们花钱,而且有一些编程技巧,没有

需要阅读每一行,因为它很容易浏览书籍

找到函数/结构/无论你想要什么。


祝你好运,

Matt

V写道:
Hi,

Hm, depends of course, how good your programming skills are in the
languages you knwo already, but I rely on the book "Beginning Python -
From Novice to Professional" by Magnus Lie Hetland, published by Apress.

And for GUI programming I use the official wxPython book. Both books are
really worth their money and with some programming skills there''s no
need to read every line because it''s easy to navigate through the books
and find the function/structure/whatever you''re looking for.

Best regards,
Matt
V wrote:




我是C ++,Java和C程序员,我我正在寻找一本教给我Python惯用语的书(最好是打印出来的b $ b),即Python

方式。做某事。


理想情况下,我正在寻找一本像Effective C ++这样的书。或者有效的

Java,这不会浪费时间教授什么是类,或者b / b $ b函数,或循环,但是这会进入细节而不是描述

只有how,而且还有为什么。


我读过Dive into Python这本书,但我也找到了原理图而不是

足以满足我的兴趣。


我一般不喜欢O''Reilly的书籍,而我更喜欢那些
$来自Addison Wesley的b $ b。


祝你好运。
Hi,

I''m a C++, Java and C programmer, and I''m searching for a (preferably
printed) book that teaches me the "Python idioms", i.e. the "Python
way" of doing something.

Ideally, I''m searching for a book like "Effective C++" or "Effective
Java", that does not lose time teaching what is a class, or a
function, or a loop, but that enters into details and describes not
only the "how", but also the "why".

I read the book "Dive into Python", but I found too schematic and not
enough advanced for my interests.

I generally do not like books from O''Reilly, while I prefere those
from Addison Wesley.

Best regards.


Hi Matt,

非常感谢你的回答。
Hi Matt,

and thank you very much for your answer.

从新手到专业人士作者:Magnus Lie Hetland,由Apress出版。
Hm, depends of course, how good your programming skills are in the
languages you knwo already, but I rely on the book "Beginning Python -
From Novice to Professional" by Magnus Lie Hetland, published by Apress.



我认为我对一本更高级的书很感兴趣,理想情况下是一篇关于Python陷阱,陷阱,陷阱的讨论,成语,表演,

阶梯,等等。我非常喜欢Scott Meyers在他的Effective C ++系列中使用的风格,或者来自Herb Sutter的Exceptional C ++,但是在快速查看之后我没有找到

类似于Python的任何东西...


祝你好运。

I think that I''m interested in a more advance book, ideally one that
talk of the Python gotchas, traps, pitfall, idioms, performance,
stile, and so on. I really like the style used from Scott Meyers in
his Effective C++ series, or from Herb Sutter''s Exceptional C++, but
after a quick look I did not find anything similar for Python...

Best regards.


6月3日上午12:22,V< vdu ... @ gmail.comwrote:
On Jun 3, 12:22 am, V <vdu...@gmail.comwrote:

我是C ++,Java和C程序员,我正在寻找一个(最好是

打印的书,教我Python惯用语,即Python

方式。做某事。


理想情况下,我正在寻找一本像Effective C ++这样的书。或者有效的

Java,这不会浪费时间教授什么是类,或者b / b $ b函数,或循环,但是这会进入细节而不是描述

只有how,还有为什么。
I''m a C++, Java and C programmer, and I''m searching for a (preferably
printed) book that teaches me the "Python idioms", i.e. the "Python
way" of doing something.

Ideally, I''m searching for a book like "Effective C++" or "Effective
Java", that does not lose time teaching what is a class, or a
function, or a loop, but that enters into details and describes not
only the "how", but also the "why".



我喜欢Wesley Chun的Core Python Programming,第2版。经过几年相当激烈的学习我自己的Python后,通过

学习Python。通过Mark Lutz和其他资源,当我拿起Chun的书时,我很惊讶我对Python的了解不多。它的价格非常厚(1100页?),涵盖了很多基本的东西,但是很快就可以撇去
。它有两个很大的原因:(1)

许多带注释的例子; (2)非常详尽的语言表格

功能,其中一些我没有通过

docs.python.com。 (完全披露:我加入了一组Pythonistas

并在它出版之前审查了第2版的书;所以

我的一些修正使其成为印刷品但实际上,在这个过程中我收到了多少钱,我被吹走了。)

I like "Core Python Programming", 2nd ed., by Wesley Chun. After a
couple of years of reasonably intense learn-on-my-own Python via
"Learning Python" by Mark Lutz, and other resources, I was shocked how
much I didn''t know about Python when I picked up Chun''s book. It''s
pretty thick (1100 pages?) and covers a lot of basic stuff, but that
can be skimmed pretty quickly. Two large reasons it is so thick: (1)
lots of annotated examples; (2) pretty thorough tables on language
features, some of which I didn''t pick up going through
docs.python.com. (Full disclosure: I joined a group of Pythonistas
and got to review the 2nd edition book before it went to press; so a
few of my corrections made it into print. But really, I was blown
away by how much I picked up in the process.)


这篇关于程序员的书籍的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆