<?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>Automate the boring stuff with Python</title>
    <subTitle>practical programming for total beginners</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Sweigart, Al.</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">San Francisco</placeTerm>
    </place>
    <publisher>No Starch Press</publisher>
    <dateIssued>c2015</dateIssued>
    <dateIssued encoding="marc">2015</dateIssued>
    <copyrightDate encoding="marc">2015</copyrightDate>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxi, 479 pages : illustrations ; 24 cm</extent>
  </physicalDescription>
  <abstract>In Automate the Boring Stuff with Python, you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand -- no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple files; Create, update, move, and rename files and folders; Search the Web and download online content; Update and format data in Excel spreadsheets of any size; Split, merge, watermark, and encrypt PDFs; Send reminder emails and text notifications; Fill out online forms. Step-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.</abstract>
  <tableOfContents>Part I. Python programming basics. Python basics ; Flow control ; Functions ; Lists ; Dictionaries and structuring data ; Manipulating strings -- Part II. Automating tasks. Pattern matching with regular expressions ; Reading and writing files ; Organizing files ; Debugging ; Web scraping ; Working with Excel spreadsheets ; Working with PDF and Word documents ; Working with CSV files and JSON data ; Keeping time, scheduling tasks, and launching programs ; Sending email and text messages ; Manipulating images ; Controlling keyboard and mouse with GUI automation.</tableOfContents>
  <note type="statement of responsibility">by Al Sweigart.</note>
  <note>Includes index.</note>
  <note>CSE</note>
  <subject authority="lcsh">
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer programming</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer science</topic>
  </subject>
  <classification authority="lcc">QA76.73.P98 S94 2015</classification>
  <classification authority="ddc">005.133</classification>
  <identifier type="isbn">1593275994</identifier>
  <identifier type="isbn">9781593275990</identifier>
  <identifier type="lccn">2014953114</identifier>
  <location>
    <physicalLocation>Ayesha Abed Library</physicalLocation>
  </location>
  <recordInfo>
    <recordContentSource authority="marcorg">YDXCP</recordContentSource>
    <recordCreationDate encoding="marc">190123</recordCreationDate>
    <recordChangeDate encoding="iso8601">20211110145425.0</recordChangeDate>
    <recordIdentifier source="BD-DhAAL">34182</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
