Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.27 KB

File metadata and controls

36 lines (27 loc) · 1.27 KB

Useful Python Links

Core Python

zip...

Python in Science

  • NumPy

    • Fast arrays, used by almost every scientific Python package
  • SciPy

    • Minimization, fitting, solvers, statistics, and more
  • matplotlib

    • 2D and 3D plotting, maps
  • AstroPy for astronomy

  • Biopython for bioinformatics

  • Sage for mathematic analysis

  • SymPy for symbolic mathematics

  • pandas data analysis and stats for categorical and time series data