Basic Reference for Learning Python

July 18, 2019 · View on GitHub

There are clearly too many guide and tutorial for Python, some of which are quite good. Here is just a personal selection.


Basic

Dig Deeper

Managing Python Packages

Anaconda

  • Anaconda distribution is the easiest way to perform Python/R data science and machine learning on all platforms. It can help you create environments with different Python versions, and manage libraries and dependencies in Python.

  • AstroConda - Conda for astronomers

    • AstroConda is a free Conda channel maintained by the Space Telescope Science Institute (STScI)

pip: Python Package Installer

Start-up Package

Tricks and Tips