Skip to content

Instantly share code, notes, and snippets.

Hey!

We've come up with 3 not-so-hard tasks to check your skills in Python, SQL and Tableau. These tasks are aligned with some of our Namaste workflows.

You can add the solutions to the tasks in a public repository of your choice, or send us a .zip file.

Scope and Preparation

Namaste Technologies sells cannabis online via their e-commerce Shopify platform, CannMart. In order to fulfill their reporting requirements, the Namaste Finance department asks you to create a report so they can process their Q1 financial results.

@Nypias
Nypias / AnalyticsLeader.scala
Created November 17, 2015 17:33 — forked from ryantanner/AnalyticsLeader.scala
Conspire's implementation of work pulling
class AnalyticsLeader(supervisor: ActorRef) extends Leader[ProcessUser, AnalyticsNode, AnalyticsMessage](supervisor)
@Nypias
Nypias / zepto.js
Created December 18, 2012 11:22 — forked from pamelafox/zepto.js
// Zepto.js
// (c) 2010, 2011 Thomas Fuchs
// Zepto.js may be freely distributed under the MIT license.
(function(undefined){
if (String.prototype.trim === undefined) // fix for iOS 3.2
String.prototype.trim = function(){ return this.replace(/^\s+/, '').replace(/\s+$/, '') };
// For iOS 3.x
// from https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/reduce
(function($) {
// Used by dateinput
$.expr = {':': {}};
// Used by bootstrap
$.support = {};
// Used by dateinput
$.fn.clone = function(){
var ret = $();