Make Your Own Python Text Adventure A Guide to Learning Programming /
Learn programming with Python by creating a text adventure. This book will teach you the fundamentals of programming, how to organize code, and some coding best practices. By the end of the book, you will have a working game that you can play or show off to friends. You will also be able to change t...
Κύριος συγγραφέας: | |
---|---|
Συγγραφή απο Οργανισμό/Αρχή: | |
Μορφή: | Ηλεκτρονική πηγή Ηλ. βιβλίο |
Γλώσσα: | English |
Έκδοση: |
Berkeley, CA :
Apress : Imprint: Apress,
2018.
|
Έκδοση: | 1st ed. 2018. |
Θέματα: | |
Διαθέσιμο Online: | Full Text via HEAL-Link |
Πίνακας περιεχομένων:
- 1. Getting Started
- 2. Your First Program
- 3. Listening to your User
- 4. Decisions
- 5. Functions
- 6. Lists
- 7. Loops
- 8. Objects
- 9. Exceptions
- 10. Intermezzo
- 11. Building Your World
- 12. Making the World More Interesting
- 13. Worldbuilding, part 2
- 14. Econ 101
- 15. Endgame
- 16. Appendix A: Homework Solutions
- 17. Appendix B: Common Errors.