The name of the game is staying in the game.
Everything is a skill.
Little & Often, Over The Long-haul
— Dan John
Things that matter:
- Consistency
- Focus
The name of the game is staying in the game.
Everything is a skill.
Little & Often, Over The Long-haul
— Dan John
Things that matter:
| select f.foo, | |
| b.bar, | |
| case | |
| when f.foo = 'hello' | |
| then 'goodbye' | |
| else b.bar | |
| end as something_calculated, | |
| some_long_expression | |
| from fooz f | |
| join baz b |
| #!/usr/bin/env python | |
| """ Print text to terminal in color! | |
| The way of the future. | |
| """ | |
| import sys | |
| # Define ASCII color codes | |
| BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = map(lambda x: x+30, range(8)) | |
Run all of these commands at the command line (not in a Jupyter Notebook). The command line will have more informative error messages and if we need complete additional steps, we'll get the messages.
Spark is a framework within the Scala programming language. Scala uses the JVM (Java Virtual Machine) so you'll need install Java.
If you use homebrew: