《Python游戏编程快速上手》的原文摘录

  • Before we start writing computer games, we should learn some basic programming concepts first. These concepts are values, operators, expressions, and variables. We won't start programming in this chapter, but knowing these concepts and the names of things will make learning to program much easier. This is because most programming is built on only a few simple concepts combined together to make advanced programs. Let's start by learning how to use Python's interactive shell. (查看原文)
    艾尔索德罗 2012-05-23 10:41:01
    —— 引自第22页