Skip to content

Instantly share code, notes, and snippets.

View christophergraber's full-sized avatar

Chris Graber christophergraber

View GitHub Profile

Virtual Environment Setup with Django on Mac

Note: This assumes python3 is already installed

To initially get virtualenv set up:

$ sudo pip3 install virtualenv

And then:

$ mkdir ~/newproject  &&  cd newproject
@rruntsch
rruntsch / gist:265e026faf99cbc93cb8088b86c5dc13
Last active February 23, 2022 12:00
Python Class c_ncei_data_service_api
import requests
class c_ncei_data_service_api:
"""
Name: c_ncei_data_service_api.py
Author: Randy Runtsch
Date: April 11, 2021
Description: Python wrapper class for the NOA NCEI
Data Service API used to obtain weather and climate data.