<?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>Introduction to Python for Engineers and Scientists</title>
    <subTitle>Open Source Solutions for Numerical Computation</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Nagar, Sandeep</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <dateIssued encoding="marc">2018</dateIssued>
    <edition>1st ed. 2018.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>XVII, 254 pages 30 illustrations in color.</extent>
  </physicalDescription>
  <abstract>Familiarize yourself with the basics of Python for engineering and scientific computations using this concise, practical tutorial that is focused on writing code to learn concepts. Introduction to Python is useful for industry engineers, researchers, and students who are looking for open-source solutions for numerical computation. In this book you will learn by doing, avoiding technical jargon, which makes the concepts easy to learn. First you'll see how to run basic calculations, absorbing technical complexities incrementally as you progress toward advanced topics. Throughout, the language is kept simple to ensure that readers at all levels can grasp the concepts. You will: Understand the fundamentals of the Python programming language Apply Python to numerical computational programming projects in engineering and science Discover the Pythonic way of life Apply data types, operators, and arrays Carry out plotting for visualization Work with functions and loops.</abstract>
  <tableOfContents>1. Philosophy of Python -- 2. Introduction to the Basics of Python -- 3. Ipython -- 4. Data Types -- 5. Operators -- 6. Arrays -- 7. Plotting -- 8. Functions and Loops -- 9. Object-Oriented Programming -- 10. Numerical Computing Formalism.</tableOfContents>
  <note type="statement of responsibility">by Sandeep Nagar.</note>
  <subject authority="lcsh">
    <topic>Computer programming</topic>
  </subject>
  <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>
  <subject>
    <topic>Programming Techniques</topic>
  </subject>
  <classification authority="ddc">005.133 NAG/I</classification>
  <relatedItem type="otherFormat" displayLabel="Print version:">
    <titleInfo>
      <title>Introduction to Python for engineers and scientists</title>
    </titleInfo>
    <identifier type="local">(DLC)  2017961730</identifier>
  </relatedItem>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <identifier type="isbn">9781484232040</identifier>
  <identifier type="lccn">2019764985</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">DLC</recordContentSource>
    <recordCreationDate encoding="marc">171206</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251113131226.0</recordChangeDate>
    <recordIdentifier source="OSt">21819256</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
