0 کاربر و 3 مهمان درحال مشاهده موضوع.
About the Author, Illustrator, and Technical Reviewers . . . . . . . . . . . . . . . xvAcknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xviiIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xixPart I: Learning to ProgramChapter 1: Not All Snakes Slither . . . . . . . . . . . . . . . . . . . . . . .. . . 3Chapter 2: Calculations and Variables . . . . . . . . . . . . . . . . . . . . . . . 15Chapter 3: Strings, Lists, Tuples, and Maps . . . . . . . . . . . . . . . . . . . . 25Chapter 4: Drawing with Turtles . . . . . . . . . . . . . . . . . . . . . . . . . . 43Chapter 5: Asking Questions with if and else . . . . . . . . . . . . . . . . . . . 53Chapter 6: Going Loopy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67Chapter 7: Recycling Your Code with Functions and Modules . . . . . . . . . . . . . 81Chapter 8: How to Use Classes and Objects . . . . . . . . . . . . . . . . . .. . . . 93Chapter 9: Python’s Built-in Functions . . . . . . . . . . . . . . . . . . . . . . 109Chapter 10: Useful Python Modules . . . . . . . . . . . . . . . . . . . . . . . . . 129Chapter 11: More Turtle Graphics . . . . . . . . . . . . . . . . . . . . . . . . . 145Chapter 12: Using tkinter for Better Graphics . . . . . . . . . . . . . . . . . . 163Part II: Bounce!Chapter 13: Beginning Your First Game: Bounce! . . . . . . . . . . . . . . . . . . 193Chapter 14: Finishing Your First Game: Bounce! . . . . . . . . . . . . . . . . . . 205Part III: Mr. Stick Man Races for the ExitChapter 15: Creating Graphics for the Mr. Stick Man Game . . . . . . . . . . . . . 221Chapter 16: Developing the Mr. Stick Man Game . . . . . . . . . . . . . . . . . . . 233Chapter 17: Creating Mr. Stick Man . . . . . . . . . . . . . . . . . . . . . . . . 251Chapter 18: Completing the Mr. Stick Man Game . . . . . . . . . . . . . . . . . . 259Afterword: Where to Go from Here . . . . . . . . . . . . . . . . . . . . . . . . . 285Appendix: Python Keywords . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313