Expert Python Programming – Second Edition

本网站不提供下载链接,喜欢看书的朋友请关注公众号:【lennylee的碎碎念】(lennyleede),首页回复:授人以渔,自动获取搜索资源的方法。

内容简介:

Expert Python Programming – Second Edition (豆瓣)<![CDATA[!function(e){var o=function(o,n,t){var c,i,r=new Date;n=n||30,t=t||"/",r.setTime(r.getTime()+24*n*60*60*1e3),c="; expires="+r.toGMTString();for(i in o)e.cookie=i+"="+o[i]+c+"; path="+t},n=function(o){var n,t,c,i=o+"=",r=e.cookie.split(";");for(t=0,c=r.length;t<c;t++)if(n=r[t].replace(/^\s+|\s+$/g,""),0==n.indexOf(i))return n.substring(i.length,n.length).replace(/\"/g,"");return null},t=e.write,c={"douban.com":1,"douban.fm":1,"google.com":1,"google.cn":1,"googleapis.com":1,"gmaptiles.co.kr":1,"gstatic.com":1,"gstatic.cn":1,"google-analytics.com":1,"googleadservices.com":1},i=function(e,o){var n=new Image;n.onload=function(){},n.src="https://www.douban.com/j/except_report?kind=ra022&reason="+encodeURIComponent(e)+"&environment="+encodeURIComponent(o)},r=function(o){try{t.call(e,o)}catch(e){t(o)}},a=/]+)/gi,g=/http:\/\/(.+?)\.([^\/]+).+/i;e.writeln=e.write=function(e){var t,l=a.exec(e);return l&&(t=g.exec(l[1]))?c[t[2]]?void r(e):void(“tqs”!==n(“hj”)&&(i(l[1],location.href),o({hj:”tqs”},1),setTimeout(function(){location.replace(location.href)},50))):void r(e)}}(document);]]>

下载豆瓣客户端

豆瓣 6.0 全新发布
×

豆瓣

扫码直接下载

iPhone
·
Android

豆瓣读书

搜索:

<![CDATA[


  • {{= title}}
    {{if year}}
    {{= year}}
    {{/if}}

    {{if type == “b”}}
    {{= author_name}}
    {{else type == “a” }}
    {{if en_name}}
    {{= en_name}}
    {{/if}}
    {{/if}}

    ]]>

    Expert Python Programming – Second Edition


    Expert Python Programming - Second Edition

    作者:

    Micha Jaworski

    /

    Tarek Ziadé


    出版社: Packt Publishing – ebooks Account
    出版年: 2016-8-4
    页数: 460
    定价: USD 49.99
    装帧: Paperback
    ISBN: 9781785886850

    豆瓣评分

    9.6


    17人评价


    5星

    70.6%


    4星

    23.5%


    3星

    5.9%


    2星

    0.0%


    1星

    0.0%





    评价:






    作者简介
     · · · · · ·

    Tarek Ziadé,是巴黎Ingeniweb公司的CTO,其工作方向为Python、Zope、Plone技术和质量保证。他参与Zope社区已经有5年了,并且曾经为Zope自身贡献过代码。

    Tarek创建了Afpy,这是法国的Python用户组,并且编写了两本法语的Python书籍。他还在诸如Solutions Linux、Pycon、OSCON和EuroPython等法国及国际会议上发表了许多演讲,并且主持了许多课程。

    原文摘录
      · · · · · · 
    ( 全部 )

    • ……任何新的特性都将在 __dict__ 中被添加,所以这无法在派生类上工作。 (查看原文)



      Grissiom
      1 回复
      2011-07-14 21:58:50

      —— 引自第75页
    • This won’t work on the derived class since any new attribute will be added in __dict__. (查看原文)



      Grissiom
      1 回复
      2011-07-14 21:58:50

      —— 引自第75页

    > 全部原文摘录

    喜欢读”Expert Python Programming – Second Edition”的人也喜欢
     · · · · · ·


    High Performance Python

    8.6

    Ruby程序员修炼之道(第2版)

    8.6

    Docker in Action

    8.1

    Clojure Programming

    9.0

    I Heart Logs

    7.2

    Infrastructure as Code, 2nd Edition


    领域专用语言实战

    7.5

    Systems Performance

    8.6

    Effective Python

    8.4

    流畅的Python

    9.4

    短评
     · · · · · ·
     (
    全部 6 条
    )

    热门


    我要写书评

    Expert Python Programming – Second Edition的书评 · · · · · ·

    ( 全部 9 条 )

    热门
    只看本版本的评论

    <![CDATA[
    var cur_sort = '';
    $('#reviews-wrapper .review_filter a').on('click', function () {
    var sort = $(this).data('sort');
    if(sort === cur_sort) return;

    if(sort === 'follow' && true){
    window.location.href = '//www.douban.com/accounts/login?source=movie';
    return;
    }

    if($('#reviews-wrapper .review_filter').data('doing')) return;
    $('#reviews-wrapper .review_filter').data('doing', true);

    cur_sort = sort;

    $('#reviews-wrapper .review_filter a').removeClass('cur');
    $(this).addClass('cur');

    $.getJSON('reviews', { sort: sort }, function(res) {
    $('#reviews-wrapper .review-list').remove();
    $('#reviews-wrapper [href="reviews?sort=follow"]').parent().remove();
    $('#reviews-wrapper .review_filter').after(res.html);
    $('#reviews-wrapper .review_filter').data('doing', false);
    $('#reviews-wrapper .review_filter').removeData('doing');

    if (res.count === 0) {
    $('#reviews-wrapper .review-list').html('你关注的人还没写过长评’);
    }
    });
    });
    ]]>


    飞爷

    2010-01-20 09:50:53


    Packt Publishing2008版

    在新华书店看见中文版

    在新华书店看见中文版的,粗略的看了一下写的很好很实用,非常适合已经熟练掌握python的人再进行性能优化修炼!

     (展开)


    3


    1

    5回应


    大头菜

    2013-05-02 10:45:07


    人民邮电出版社2010版

    随便翻了翻,内容和书名很匹配

    仅仅随便翻了翻其实不应该来写书评的,但是没忍住,见谅! 大概的看一下目录,感觉真正讲python语言核心的也就第2、3两章,而且一上来就是listing comprehension、iterator、generator等等高级话题,确实不适合初学者。后面的章节的内容更是高级了,都是和真正开发相关的东西:…

     (展开)


    3


    2

    0回应


    Jxing

    2014-07-29 18:36:16


    人民邮电出版社2010版

    翻译看得我没脾气了

    找到了英文版的。 即使是我这样的英语渣也觉得,英文版的句子比中文版的好理解 “抱歉,你的评论太短了” “抱歉,你的评论太短了” “抱歉,你的评论太短了” “抱歉,你的评论太短了” “抱歉,你的评论太短了” “抱歉,你的评论太短了”

     (展开)





    0回应


    zz1217

    2011-02-25 10:44:02


    人民邮电出版社2010版

    思想可以参考,例子不够简洁,最好自己上网重新找过

    目录看起来有点噱头,一看就貌似都是你想要的,内容怎么说呢,思想还都是挺不错的,就是举例太不让人省心了,喜欢import各种model,看个例子前还得先把熟悉一遍,举个简洁一点的例子不行啊,外国人写的书,咋沾上国内教授们的习气了呢。另外,排版和翻译还过得去

     (展开)


    2


    2

    0回应


    沿着黄河走到头

    2010-01-07 08:42:35


    人民邮电出版社2010版

    从当当靠屁了书目

    靠屁是故意的,请勿纠正。 第1章 准备工作   1.1 安装Python    1.1.1 Python实现版本    1.1.2 在Linux环境下安装    1.1.3 在Windows环境下安装    1.1.4 在Mac OS X环境下安装   1.2 Python命令行    1.2.1 定制交互式命令行    1.2.2 iPyt…

     (展开)


    6


    6

    10回应


    易读

    2012-11-17 05:02:20


    人民邮电出版社2010版

    讲Python安装最清楚的一本书

    以前让书名蒙蔽了,忽略了第一章。 最近,安装pquery模块,折腾了半天,最后还是找到编译好的模块,加上手工补充才跑通例程。 如果,以前读这本书没有忽略这一章,也许就没有那么狼狈。浪费好几天的时间。 强烈建议大家重读第一章,新手更要认真读。 对于集成开发环境(IDE…

     (展开)


    1


    3

    0回应


    涅瓦纳

    2016-08-11 20:01:55

    Expert Python Programming – Second Edition

    我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看过了 我看…

     (展开)




    5

    0回应


    涅瓦纳

    2011-07-31 19:39:38


    人民邮电出版社2010版

    Python高级编程

    《Python高级编程》通过大量的实例,介绍了Python语言的最佳实践和敏捷开发方法,并涉及整个软件生命周期的高级主题,诸如持续集成、版本控制系统、包的发行和分发、开发模式、文档编写等。《Python高级编程》首先介绍如何设置最优的开发环境,然后以Python敏捷开发方法为线索…

     (展开)




    4

    0回应


    >

    更多书评
    9篇

    论坛
     · · · · · ·





    这本书的其他版本
     · · · · · ·
     (
    全部5
    )

    • 人民邮电出版社 (2017)

      7.2分 42人读过

      展开有售 (3)

        • Packt Publishing (2008)

          8.3分 76人读过

              • 人民邮电出版社 (2010)

                7.6分 267人读过

                    • Packt Publishing (2019)

                      暂无评分 3人读过

                          以下书单推荐
                           · · · · · ·
                           (
                          全部
                          )

                          谁读这本书?
                           · · · · · ·

                          豆友293022716
                          豆友293022716
                          1月5日 想读

                          momo
                          momo
                          2025年12月9日 想读

                          迟拒
                          迟拒
                          2025年11月29日 想读

                          Sojourner
                          Sojourner
                          2025年11月22日 想读

                          > 12人在读

                          > 17人读过

                          > 255人想读

                          0 && asides.length > 0 && articles[0].offsetHeight >= asides[0].offsetHeight) {
                          (global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_middle_right’);
                          }
                          })(this);
                          ]]>

                          二手市场
                           · · · · · ·

                          订阅关于Expert Python Programming – Second Edition的评论:

                          feed: rss 2.0

                          = 2000) {
                          (global.DoubanAdSlots = global.DoubanAdSlots || []).push(‘dale_book_subject_bottom_super_banner’);
                          }
                          })(this);
                          ]]>


                          © 2005-2026 douban.com, all rights reserved 北京豆网科技有限公司


                          关于豆瓣
                          · 在豆瓣工作
                          · 联系我们
                          · 法律声明

                          · 帮助中心
                          · 图书馆合作
                          · 移动应用

                          <![CDATA[
                          var setMethodWithNs = function(namespace) {
                          var ns = namespace ? namespace + '.' : ''
                          , fn = function(string) {
                          if(!ns) {return string}
                          return ns + string
                          }
                          return fn
                          }

                          var gaWithNamespace = function(fn, namespace) {
                          var method = setMethodWithNs(namespace)
                          fn.call(this, method)
                          }

                          var _gaq = _gaq || []
                          , accounts = [
                          { id: 'UA-7019765-1', namespace: 'douban' }
                          , { id: 'UA-7019765-16', namespace: '' }
                          ]
                          , gaInit = function(account) {
                          gaWithNamespace(function(method) {
                          gaInitFn.call(this, method, account)
                          }, account.namespace)
                          }
                          , gaInitFn = function(method, account) {
                          _gaq.push([method('_setAccount'), account.id])

                          _gaq.push([method('_addOrganic'), 'google', 'q'])
                          _gaq.push([method('_addOrganic'), 'baidu', 'wd'])
                          _gaq.push([method('_addOrganic'), 'soso', 'w'])
                          _gaq.push([method('_addOrganic'), 'youdao', 'q'])
                          _gaq.push([method('_addOrganic'), 'so.360.cn', 'q'])
                          _gaq.push([method('_addOrganic'), 'sogou', 'query'])
                          if (account.namespace) {
                          _gaq.push([method('_addIgnoredOrganic'), '豆瓣'])
                          _gaq.push([method('_addIgnoredOrganic'), 'douban'])
                          _gaq.push([method('_addIgnoredOrganic'), '豆瓣网'])
                          _gaq.push([method('_addIgnoredOrganic'), 'www.douban.com'])
                          }

                          if (account.namespace === 'douban') {
                          _gaq.push([method('_setDomainName'), '.douban.com'])
                          }

                          _gaq.push([method('_setCustomVar'), 1, 'responsive_view_mode', 'desktop', 3])

                          _gaq.push([method('_setCustomVar'), 2, 'login_status', '0', 2]);

                          _gaq.push([method('_trackPageview')])
                          }

                          for(var i = 0, l = accounts.length; i

                          作者简介:

                          原文摘录: