Skip to content

Instantly share code, notes, and snippets.

@mrbkdad
Last active March 28, 2017 07:36
Show Gist options
  • Save mrbkdad/ac476e7edde6b3ad1fbdd4acf3bc28cf to your computer and use it in GitHub Desktop.
Save mrbkdad/ac476e7edde6b3ad1fbdd4acf3bc28cf to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 나의 첫 Jupyter notebook 파일\n",
"\n",
"- 파이썬을 접하고 첫 3개월은 많은 시행착오를 겪었지만 지금은 나름대로 방향을 잡아 가고 있다.\n",
"- 단순히 새로운 개발 언어로만 생각하고 시작 했으나 기존에 해왔던 자바와 비교에 결코 떨어지지 않으며\n",
"- 생산성에서는 비교 할 수 없을 정도로 빠른 것을 보고 매력을 느끼게 되었고\n",
"\n",
"- 빅데이터, AI, 머신러닝등 다양한 분야에 활용 되고 있다는 것을 알고 지금은 좀더 익숙해지려고 노력중이다.\n",
"\n",
"- 특히 빅데이터 분야에 대한 관심이 많이 생겼으며 그에 필요한 이론적인 지식을 습득하고 있다"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello world!\n"
]
}
],
"source": [
"print(\"Hello world!\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
@mrbkdad
Copy link
Author

mrbkdad commented Mar 22, 2017

My New Gist for pandas exercise made by jupyter notebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment