Skip to content

Instantly share code, notes, and snippets.

@StephenKrewson
Created July 27, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephenKrewson/2d20177b1b486f5bec65 to your computer and use it in GitHub Desktop.
Save StephenKrewson/2d20177b1b486f5bec65 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": [
"# Interning at ZEFR\n",
"\n",
"What I did this summer as an engineering intern in Venice. By Stephen Krewson (<stephen.krewson@zefr.com>)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Setup\n",
"\n",
"This section will describe what I did getting started."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Integrating zaudio\n",
"\n",
"This section will describe my main project."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Testing zaudio\n",
"\n",
"Describes the data science stuff."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Writing about YouTube\n",
"\n",
"Describes my health and wellness piece."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Takeaways\n",
"\n",
"This is a table of all the things I learned.\n",
"\n",
"- Blockers\n",
"\n",
"Oh no!\n",
"\n",
"- Breakthroughs\n",
"\n",
"Oh yeah!\n",
"\n",
"Col1 | Col2 | Col3\n",
":--- | :---: | :---:\n",
"1 | 2 | 3\n",
"4 | 5 | 6"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import os\n",
"\n",
"\n",
"if not os.getenv('MY_SETTING'):\n",
" MY_SETTING = 'default_value'"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.9"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment