Skip to content

Instantly share code, notes, and snippets.

View marvingabler's full-sized avatar
🌤️

Marvin Gabler marvingabler

🌤️
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@marvingabler
marvingabler / bobp-python.md
Created November 20, 2020 18:11 — forked from deepweather/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens
@marvingabler
marvingabler / installcdo.sh
Last active May 20, 2020 09:53 — forked from mainvoid007/installcdo.sh
install cdo with grib2, hdf5, netcdf4
# Institut für Wetter- und Klimakommunikation GmbH / Q.met GmbH
# www.qmet.de
# O. Maywald <maywald@klimagipfel.de>
# M. Gabler <m.gabler@qmet.de>
# This should install CDO with grib2, netcdf and HDF5 support. Note that the binaries are in /opt/cdo-install/bin.
# If you like the easy way, just use 'apt-get install cdo'