上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: .. _tut-io:*************************************Input and Output 输入和输出*************************************There are several ways to present the output of a program; data can be printedin a human-readable form, or written to a file for future use. This chapter willdiscuss some of the possibilities.有 阅读全文
posted @ 2010-10-05 23:55 计算机技术 阅读(658) 评论(0) 推荐(0)
摘要: .. _tut-modules:************************Modules 模块************************If you quit from the Python interpreter and enter it again, the definitions youhave made (functions and variables) are lost. Therefore, if you want to write asomewhat longer program, you are better off using a text editor to p 阅读全文
posted @ 2010-10-05 23:53 计算机技术 阅读(622) 评论(0) 推荐(0)
摘要: .. _tut-structures:********************************Data Structures 数据结构********************************This chapter describes some things you've learned about already in more detail,and adds some new things as well.本章会深入讨论你一些之前已经学过的,而有些是新内容。.. _tut-morelists:More on Lists 深入列表=================== 阅读全文
posted @ 2010-10-05 21:07 计算机技术 阅读(264) 评论(0) 推荐(0)
摘要: .. _tut-morecontrol:******************************************More Control Flow Tools 深入流程控制******************************************Besides the :keyword:`while` statement just introduced, Python knows the usualcontrol flow statements known from other languages, with some twists.除了前面介绍的 :keyword:`w 阅读全文
posted @ 2010-10-01 01:03 计算机技术 阅读(299) 评论(0) 推荐(0)
摘要: .. _tut-informal:**************************************************An Informal Introduction to Python Python 概要介绍**************************************************In the following examples, input and output are distinguished by the presence orabsence of prompts (``>>>`` and ``...``): to rep 阅读全文
posted @ 2010-09-30 02:43 计算机技术 阅读(557) 评论(0) 推荐(0)
摘要: .. _tut-intro:*********************************Whetting Your Appetite 开胃菜*********************************If you do much work on computers, eventually you find that there's some taskyou'd like to automate. For example, you may wish to perform asearch-and-replace over a large number of text f 阅读全文
posted @ 2010-09-19 22:34 计算机技术 阅读(176) 评论(0) 推荐(0)
摘要: .. _tutorial-index:######################The Python Tutorial######################:Release: |version|:Date: |today|Python is an easy to learn, powerful programming language. It has efficienthigh-level data structures and a simple but effective approach toobject-oriented programming. Python's ele 阅读全文
posted @ 2010-09-18 19:21 计算机技术 阅读(180) 评论(0) 推荐(0)
摘要: Python 数据库技术讲座(一)View more presentations from March Liu.Python 数据库技术讲座(二)View more presentations from March Liu.Python 数据库技术第三讲View more presentations from March Liu. 阅读全文
posted @ 2010-09-02 19:03 计算机技术 阅读(137) 评论(0) 推荐(0)
摘要: 安排有变,近期不会讲了,放出来请大家指正一下。之前有老同事李道兵先生指出了其中的错误,表示感谢。1 Python简介View more presentations from marchliu.2 Python开发工具链View more presentations from marchliu.3 Python开发风格与建议View more presentations from marchliu.太不给力了……格式有冲突吖……大家点击链接阅读吧…… 阅读全文
posted @ 2010-08-19 01:43 计算机技术 阅读(139) 评论(0) 推荐(0)
摘要: 昨天同事们连续更新了两个版本。早上过来,看到活跃用户数又有大副的上升。公测版本中,性能有比较大的提升。绑定目录的方式也更加友好。于是我把五个马甲的绑定目录都改成了邮箱名…… 阅读全文
posted @ 2010-08-12 09:53 计算机技术 阅读(141) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页