Skip to main content
Mathematics LibreTexts

1: Introduction to Python

  • Page ID
    122052
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    All examples and resources in this textbook are written in the Python programming language. Python is an open source (under OSI), interpreted, general-purpose programming language that has a large number of users around the world. It is the top-ranked language in January 2023 by the TIOBE programming community index1, a measure of popularity of programming languages. A more robust tutorial of the language can be found at https://www.python.org/.

    This book uses Replit, an online browser-based IDE for Python and several other languages. Replit may be accessed for free at https://www.replit.com/.

    Much of the content in this chapter is from "First Semester in Numerical Analysis with Python", available at https://open.umn.edu/opentextbooks/textbooks/925.

    Tags recommended by the template: article:topic-guide

    1 https://www.tiobe.com/tiobe-index/


    1: Introduction to Python is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?