Skip to main content
Top
Published in:
Cover of the book

2019 | OriginalPaper | Chapter

1. Getting Started with Scientific Python

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

Python is fundamental to data science and machine learning, as well as an ever-expanding list of areas including cyber-security, and web programming. The fundamental reason for Python’s widespread use is that it provides the software glue that permits easy exchange of methods and data across core routines typically written in Fortran or C.

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Footnotes
1
Wheel files are a Python distribution format that you download and install using pip as in pip install file.whl. Christoph names files according to Python version (e.g., cp27 means Python 2.7) and chipset (e.g., amd32 vs. Intel win32).
 
2
See arrayobject.h in the Numpy source code.
 
3
You can also do this in the plain Python interpreter by doing import matplotlib;matplotlib.interactive(True).
 
4
Note this kind of on-the-fly memory extension is not possible in regular Numpy. For example, x = np.array([1,2]); x[3]=3 generates an error.
 
Literature
1.
go back to reference T.E. Oliphant, A Guide to NumPy (Trelgol Publishing, 2006) T.E. Oliphant, A Guide to NumPy (Trelgol Publishing, 2006)
2.
go back to reference L. Wilkinson, D. Wills, D. Rope, A. Norton, R. Dubbs, The Grammar of Graphics. Statistics and Computing (Springer, Berlin, 2006) L. Wilkinson, D. Wills, D. Rope, A. Norton, R. Dubbs, The Grammar of Graphics. Statistics and Computing (Springer, Berlin, 2006)
4.
go back to reference W. McKinney, Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython (O’Reilly, 2012) W. McKinney, Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython (O’Reilly, 2012)
6.
go back to reference H.P. Langtangen, Python Scripting for Computational Science, vol. 3, 3rd edn. Texts in Computational Science and Engineering (Springer, Berlin, 2009) H.P. Langtangen, Python Scripting for Computational Science, vol. 3, 3rd edn. Texts in Computational Science and Engineering (Springer, Berlin, 2009)
Metadata
Title
Getting Started with Scientific Python
Author
José Unpingco
Copyright Year
2019
DOI
https://doi.org/10.1007/978-3-030-18545-9_1