hackoregon / getting-started

Documents, links, software install scripts and other resources for getting started contributing to Hack Oregon
10 stars 6 forks source link

Getting Started

Documents, links, software install scripts and other resources for getting started contributing to Hack Oregon projects

Data Science

Python, Postgres, and Jupyter Notebook

Hack Oregon projects frequently use Python programs to clean, input, transform, analyze, persist, and present data. For persistence, most project start with Postgres and move to other technologies if necessary. Two commonly used Python-based tools are Mini-Conda (an implementation of the Python interpreter) and Jupyter Notebook (a web-based interface for creating, testing, and running Python programs). Below are instructions for installing Python, Postgres, and Jupyter Notebook either by using a virtual machine, or by installing via your native operating system.

Installing using a Virtual Machine

Click here to view instructions for installing, configuring, and using a virtual machine

Installing using your Native Operating System

Jupyter Notebook Tutorials and Example Usage

Note that with the installation instructions given above, it's unnecessary to do any of the install described in these tutorials.

Tooling References

These will primarily be useful to those that wish to add to/contribute to the Hack Oregon tool chain development