Saltar al contenido principal
LibreTexts Español

1: Tutorial de Scipy

  • Page ID
    125202
  • \( \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}}\)

    Este es un tutorial para Scientific Python (Scipy), un módulo de computación científica para el lenguaje de programación Python. Hay un par de otras introducciones a Scipy en línea, que son de excelente calidad:

    El presente tutorial tiene un propósito ligeramente diferente. Actúa como un “tutorial”, guiándote a través de cada paso de escribir un programa básico pero completo de Scipy. Puede utilizar esto como base para una exploración más completa de Scipy, posiblemente, utilizando los recursos en línea anteriores.

    Asumiré que no hay conocimiento preexistente del lenguaje de programación Python. Las construcciones del lenguaje de programación se explican a medida que aparecen. Pero si necesitas más un tutorial aún más básico sobre Python, no dudes en consultar cualquiera de las decenas disponibles en línea.


    This page titled 1: Tutorial de Scipy is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Y. D. Chong via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.