<?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>Introducing Python</title>
    <subTitle>modern computing in simple packages</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Lubanovic, Bill.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">cau</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Sebastopol, CA</placeTerm>
    </place>
    <publisher>O'Reilly Media, Inc.</publisher>
    <dateIssued>2019, c2020</dateIssued>
    <dateIssued encoding="marc">2019</dateIssued>
    <copyrightDate encoding="marc">2020</copyrightDate>
    <edition>2nd ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxviii, 597 p. : ill.</extent>
  </physicalDescription>
  <abstract>This updated edition--ideal for beginning programmers as well as those new to the language--takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3. End-of-chapter exercises help you practice what you've learned. You'll gain a strong foundation in the language, including best practices for testing, debugging, code reuse, and other development tips. Lubanovic also shows you how to use Python for applications in business, science, and the arts, using various Python tools and open source packages.</abstract>
  <tableOfContents>Part one. Python basics. A taste of Py -- Data : types, values, variables, and names -- Numbers -- Choose with if -- Text strings -- Loop with while and for -- Tuples and lists -- Dictionaries and sets -- Functions -- Oh oh: objects and classes -- Modules, packages, and goodies.</tableOfContents>
  <tableOfContents>Part two. Python in practice. Wrangle and mangle data -- Calendars and clocks -- Files and directories -- Data in time : processes and concurrency -- Data in a box : persistent storage -- Data in space : networks -- The web, untangled -- Be a Pythonista -- Py art -- Py at work -- Py Sci.</tableOfContents>
  <note type="statement of responsibility">Bill Lubanovic.</note>
  <note>Includes index.</note>
  <subject>
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject>
    <topic>Application software</topic>
    <topic>Development</topic>
  </subject>
  <classification authority="lcc">QA76.73.P98 L83 2019</classification>
  <identifier type="isbn">9781492051367 (paperback)</identifier>
  <identifier type="isbn">1492051365 (paperback)</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">210210</recordCreationDate>
    <recordIdentifier source="OCoLC">on1099528116</recordIdentifier>
  </recordInfo>
</mods>
