Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.7 KB

resources.rst

File metadata and controls

58 lines (38 loc) · 1.7 KB

Additional Resources on Python

Python is a programming language gaining popularity in the sciences. It's open source, free, and an array of existing libraries mean you can often find code that will do some task for you.

Python is also used outside science and engineering as a general scripting language, on the web, and powering desktop applications. There is a large, global community of Python users across many disciplines, making it a useful language to know when your work starts to intersect with that of others outside your lab or team.

Useful Python Links

Core Python

  • Main Python Docs
  • Global Module Index
  • Built-in Functions
  • String Formatting

Python in Science

  • Fast arrays, used by almost every scientific Python package
  • Minimization, fitting, solvers, statistics, and more
  • 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