Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    推荐一本Python学习用书

    Python 开发
    8
    9
    20546
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • digitalsatori
      digitalsatori 管理员 last edited by

      <<Dive into Python>>写得深入浅出,非常好。
      中文版: www.woodpecker.org.cn/diveintopython/
      英文原版: diveintopython.org/

      【上海先安科技】(tony AT openerp.cn)

      1 Reply Last reply Reply Quote 0
      • M
        meum last edited by

        谢谢,好东西哦,收藏了,呵:)

        1 Reply Last reply Reply Quote 0
        • J
          Jackson last edited by

          正是我所需要的!

          1 Reply Last reply Reply Quote 0
          • wjfonhand
            wjfonhand last edited by

            交作业,第一个python程序[code]def buildConnectionString(params):
            """Build a connection string from a dictionary of parameters.

            Return string&#46;"""
            return ";"&#46;join(&#91;"%s=%s" % (k, v) for k, v in params&#46;items()&#93;)
            

            if name == "main":
            myParams = {"server":"mpilgrim",
            "database":"mater",
            "uid":"sa",
            "pwd":"secret"
            }
            print buildConnectionString(myParams)[/code]

            GoodERP -- Odoo China fork

            1 Reply Last reply Reply Quote 0
            • X
              xtjie last edited by

              为本书不适合初学者,对于有一定python经验的人较合适,初学者还是先看一些初级教程才好,这样更有力于学习效率。

              1 Reply Last reply Reply Quote 0
              • S
                shel last edited by

                初学者的 《python基础教程》
                Beginning Python: From Novice to Professional, 2nd Edition

                1 Reply Last reply Reply Quote 0
                • A
                  andytang18 last edited by

                  谢谢分享!

                  1 Reply Last reply Reply Quote 0
                  • D
                    dllsf last edited by

                    不错啊,谢谢哈!

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post