Skip to content

Commit 59c3645

Browse files
committed
Add pylondinium talk
1 parent 0e2f004 commit 59c3645

File tree

162 files changed

+37837
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+37837
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# PyLondinium\n",
8+
"\n",
9+
"#### June 9th, 2018 // London"
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"## A little bit about myself\n",
17+
"\n",
18+
"Applied Mathematician\n",
19+
"\n",
20+
" - Probability Theory, Continuous-time Stochastic Analysis\n",
21+
" - Mathematical finance (cf. list of journal articles and talks), Computational economics\n",
22+
" - Quant, Adjunct faculty at Columbia and NYU\n",
23+
"\n",
24+
"Open-Source Developer\n",
25+
"\n",
26+
" - Core contributor and Steering Committee member of the **Jupyter** Project\n",
27+
" - Co-author of the **xtensor** C++ tensor algebra library.\n",
28+
" - Contributor to **bqplot**, **pythreejs**, **ipyleaflet**\n",
29+
" - Python scientific stack, JS front-end development and data visualization \n",
30+
"\n",
31+
"Contact\n",
32+
"\n",
33+
" - https://twitter.com/SylvainCorlay\n",
34+
" - https://github.com/SylvainCorlay"
35+
]
36+
},
37+
{
38+
"cell_type": "markdown",
39+
"metadata": {},
40+
"source": [
41+
"Ask me about:\n",
42+
"\n",
43+
" - Python\n",
44+
" "
45+
]
46+
},
47+
{
48+
"cell_type": "markdown",
49+
"metadata": {},
50+
"source": [
51+
"## Acknowledgements"
52+
]
53+
},
54+
{
55+
"cell_type": "code",
56+
"execution_count": null,
57+
"metadata": {},
58+
"outputs": [],
59+
"source": []
60+
}
61+
],
62+
"metadata": {
63+
"kernelspec": {
64+
"display_name": "Python 3",
65+
"language": "python",
66+
"name": "python3"
67+
},
68+
"language_info": {
69+
"codemirror_mode": {
70+
"name": "ipython",
71+
"version": 3
72+
},
73+
"file_extension": ".py",
74+
"mimetype": "text/x-python",
75+
"name": "python",
76+
"nbconvert_exporter": "python",
77+
"pygments_lexer": "ipython3",
78+
"version": "3.6.4"
79+
},
80+
"widgets": {
81+
"state": {},
82+
"version": "1.1.2"
83+
}
84+
},
85+
"nbformat": 4,
86+
"nbformat_minor": 2
87+
}

0 commit comments

Comments
 (0)