<?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>Fundamentals of python</title>
    <subTitle>first programs</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Lambert, Kenneth A.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Osborne, Martin</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="text">Boston</placeTerm>
    </place>
    <publisher>Cengage Learning</publisher>
    <dateIssued>2019</dateIssued>
    <dateIssued encoding="marc" point="start">2019</dateIssued>
    <dateIssued encoding="marc" point="end">2012</dateIssued>
    <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>xix, 476 p.</extent>
  </physicalDescription>
  <abstract>Present the required fundamentals of computer science while preparing students for further study with the unique, appealing approach in Lambert's book. Students start with simple algorithmic code before they scale into functions, objects, and classes as problems become more complex and require new abstraction mechanisms. Rather than confining students to numeric or text-based applications like other introductory texts, this book builds motivation by presenting graphics, image manipulation, GUIs, and simple networked client/server applications. The author uses Python's standard Turtle graphics module to introduce graphics and provide open source frameworks for easy image processing and GUI application development. Readable, thorough coverage and contemporary content engage your students as they work with applications similar to those they use every day</abstract>
  <note type="statement of responsibility">Kenneth A. Lambert and Martin Osborne</note>
  <note>Index present</note>
  <note>Eng</note>
  <subject>
    <topic>Python (Computer program language)</topic>
  </subject>
  <classification authority="ddc">005.133 LAM-F</classification>
  <identifier type="isbn">9781337560092</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">260611</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260611145802.0</recordChangeDate>
  </recordInfo>
</mods>
