<?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>Python Algorithms</title>
  </titleInfo>
  <name type="personal">
    <namePart>Hetland M.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource/>
  <originInfo>
    <place>
      <placeTerm type="text">New York</placeTerm>
    </place>
    <publisher>Apress</publisher>
    <dateIssued>2014</dateIssued>
    <edition>2nd Ed.</edition>
    <issuance/>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>295pp</extent>
  </physicalDescription>
  <abstract>Python Algorithms, Second Edition explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.

The book deals with some of the most important and challenging areas of programming and computer science in a highly readable manner. It covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others.</abstract>
  <subject authority="lcshac">
    <topic>What’s All This, Then</topic>
  </subject>
  <subject authority="mesh">
    <topic>Some Core Ideas in Computing</topic>
  </subject>
  <subject authority="nal">
    <topic>The Skinny on Sums</topic>
  </subject>
  <subject>
    <topic>Finding a Maximum Permutation</topic>
  </subject>
  <subject authority="csh">
    <topic>Topological Sorting</topic>
  </subject>
  <identifier type="isbn">9784842005519</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">251208</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251208152144.0</recordChangeDate>
  </recordInfo>
</mods>
