懦夫 发表于 2025-3-25 05:29:06
http://reply.papertrans.cn/19/1825/182488/182488_21.pngLATE 发表于 2025-3-25 09:20:09
Files and Stuff,utside world has been through input and print. In this chapter, we go one step further and let our programs catch a glimpse of a larger world: the world of files and streams. The functions and objects described in this chapter will enable you to store data between program invocations and to process data from other programs.ENACT 发表于 2025-3-25 12:08:19
Playful Programming, ten chapters you put your newfound skills to work. Each chapter contains a single do-it-yourself project with a lot of room for experimentation, while at the same time giving you the necessary tools to implement a solution.甜食 发表于 2025-3-25 15:52:48
http://reply.papertrans.cn/19/1825/182488/182488_24.png裂口 发表于 2025-3-25 22:38:17
https://doi.org/10.1007/978-3-540-30025-0In the previous chapters, you looked at Python’s main built-in object types (numbers, strings, lists, tuples, and dictionaries); you peeked at the wealth of built-in functions and standard libraries; and you even created your own functions. Now, only one thing seems to be missing—making your own objects. And that’s what you do in this chapter.GROUP 发表于 2025-3-26 01:03:57
Informationssicherheits- und IT-RisikenThis chapter tackles some aspects of web programming with Python. This is a really vast area, but I’ve selected three main topics for your amusement: screen scraping, CGI, and mod_python.没有准备 发表于 2025-3-26 05:15:47
Informationssicherheits- und IT-RisikenHow do you know that your program works? Can you rely on yourself to write flawless code all the time? Meaning no disrespect, I would guess that’s unlikely. It’s quite easy to write correct code in Python most of the time, certainly, but chances are your code will have bugs.信徒 发表于 2025-3-26 09:33:46
Conditionals, Loops, and Some Other Statements,By now, I’m sure you are getting a bit impatient. All right—all these data types are just dandy, but you can’t really do much with them, can you?毛细血管 发表于 2025-3-26 14:12:54
More Abstraction,In the previous chapters, you looked at Python’s main built-in object types (numbers, strings, lists, tuples, and dictionaries); you peeked at the wealth of built-in functions and standard libraries; and you even created your own functions. Now, only one thing seems to be missing—making your own objects. And that’s what you do in this chapter.ambivalence 发表于 2025-3-26 18:41:40
Python and the Web,This chapter tackles some aspects of web programming with Python. This is a really vast area, but I’ve selected three main topics for your amusement: screen scraping, CGI, and mod_python.