<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Make your own python text adventure</title>
    <subTitle>guide to learning programming</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Johnson, Phillip.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">London</placeTerm>
    </place>
    <publisher>Apress</publisher>
    <dateIssued>2021</dateIssued>
    <dateIssued encoding="marc">2018</dateIssued>
    <edition>1st ed. </edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xi,149 p. ; PB 24.5 cm.</extent>
  </physicalDescription>
  <abstract>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 the game and make it your own by writing a different story line, including new items, creating new characters, and more. Make your own Python Text Adventure offers a structured approach to learning Python that teaches the fundamentals of the language, while also guiding the development of the customizable game. The first half of the book introduces programming concepts and Python syntax by building the basic structure of the game. You'll also apply the new concepts in homework questions (with solutions if you get stuck!) that follow each chapter. The second half of the book will shift the focus to adding features to your game and making it more entertaining for the player. Python is often recommended as a first programming language for beginners, and for good reason. Whether you've just decided to learn programming or you've struggled before with vague tutorials, this book will help you get started.</abstract>
  <tableOfContents>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.</tableOfContents>
  <note type="statement of responsibility">by Phillip Johnson.</note>
  <subject authority="lcsh">
    <topic>Programming languages (Electronic computers)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject>
    <topic>Python</topic>
  </subject>
  <subject>
    <topic>Programming Languages, Compilers, Interpreters</topic>
  </subject>
  <classification authority="ddc" edition="1">005.1372 JOHP</classification>
  <relatedItem type="otherFormat" displayLabel="Print version:">
    <titleInfo>
      <title>Make your own Python text adventure : a guide to learning programming</title>
    </titleInfo>
    <identifier type="local">(DLC)  2017960887</identifier>
  </relatedItem>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <identifier type="isbn">9781484232316</identifier>
  <identifier type="lccn">2019768653</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">DLC</recordContentSource>
    <recordCreationDate encoding="marc">171123</recordCreationDate>
    <recordChangeDate encoding="iso8601">20220421112909.0</recordChangeDate>
    <recordIdentifier source="OSt">21937641</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
