好书推荐 好书速递 排行榜 读书文摘

Dive Into Python

Dive Into Python
作者:Mark Pilgrim
出版社:Apress
出版年:2004-11
ISBN:9781590593561
行业:计算机
浏览数:45

内容简介

Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for shell scripters, and for serious application developers who want a feature-rich, yet simple language to deploy their products.

Dive Into Python is a hands-on guide to the Python language. Each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.

This is the perfect resource for you if you like to jump into languages fast and get going right away. If youre just starting to learn Python, first pick up a copy of Magnus Lie Hetland's Practical Python.

......(更多)

作者简介

Mark Pilgrim is an accessibility architect in the IBM Emerging Technologies Group. He is the author of several technical books,

including Dive Into Accessibility, a free online tutorial on web accessibility. He lives in North Carolina with his wife and newborn son, and spends his copious free time sunbathing, skydiving, and

reading Immanuel Kant's Critique of Pure Reason.

......(更多)

目录

......(更多)

读书文摘

A tuple is an immutable list. A tuble can NOT be changed in any way once it is created. Tuples Have No Methods

......(更多)

猜你喜欢

点击查看