Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 7.34 KB

python_basic.md

File metadata and controls

103 lines (74 loc) · 7.34 KB

Basic Reference for Learning Python

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 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