Skip to content

Instantly share code, notes, and snippets.

@naga63
naga63 / sbtmkdirs.sh
Created March 10, 2021 06:11 — forked from alvinj/sbtmkdirs.sh
A shell script to create an SBT project directory structure
#!/bin/bash
#------------------------------------------------------------------------------
# Name: sbtmkdirs
# Version: 1.5
# Purpose: Create an SBT project directory structure with a few simple options.
# Author: Alvin Alexander, http://alvinalexander.com
# License: Creative Commons Attribution-ShareAlike 2.5 Generic
# http://creativecommons.org/licenses/by-sa/2.5/
#------------------------------------------------------------------------------
@naga63
naga63 / Muscle Memory for Data Science with Python_01_ZhenLiu.py
Created November 14, 2018 12:38 — forked from dalianaliu/Muscle Memory for Data Science with Python_01_ZhenLiu.py
Muscle Memory for Data Science with Python_01_ZhenLiu Full Script
# Build Muscle Memory for Data Science with Python [Part 1] #
###############################
# 0. Read, View and Save data #
###############################
# First, load the libraries for our exercise
# Load libraries #
import pandas as pd
import numpy as np