Skip to content

Commit 91ed993

Browse files
author
psnegi
committedNov 9, 2015
revised for SampleFiles Folder
1 parent 30842f8 commit 91ed993

9 files changed

+717
-2368
lines changed
 

‎.ipynb_checkpoints/AdvancedPythonConcepts-checkpoint.ipynb

+66-278
Large diffs are not rendered by default.

‎.ipynb_checkpoints/Python Data Structures-checkpoint.ipynb

+135-436
Large diffs are not rendered by default.
+93-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,97 @@
11
{
2-
"cells": [],
3-
"metadata": {},
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {
7+
"collapsed": true
8+
},
9+
"outputs": [],
10+
"source": [
11+
"muLongVaraibleName = 10\n"
12+
]
13+
},
14+
{
15+
"cell_type": "code",
16+
"execution_count": 2,
17+
"metadata": {
18+
"collapsed": false
19+
},
20+
"outputs": [
21+
{
22+
"data": {
23+
"text/plain": [
24+
"10"
25+
]
26+
},
27+
"execution_count": 2,
28+
"metadata": {},
29+
"output_type": "execute_result"
30+
}
31+
],
32+
"source": [
33+
"muLongVaraibleName\n"
34+
]
35+
},
36+
{
37+
"cell_type": "markdown",
38+
"metadata": {},
39+
"source": [
40+
"# this is p section 1"
41+
]
42+
},
43+
{
44+
"cell_type": "markdown",
45+
"metadata": {},
46+
"source": [
47+
"## this is section 2"
48+
]
49+
},
50+
{
51+
"cell_type": "markdown",
52+
"metadata": {},
53+
"source": [
54+
"* item1\n",
55+
" - sunitem2"
56+
]
57+
},
58+
{
59+
"cell_type": "code",
60+
"execution_count": 1,
61+
"metadata": {
62+
"collapsed": false
63+
},
64+
"outputs": [
65+
{
66+
"name": "stderr",
67+
"output_type": "stream",
68+
"text": [
69+
"ERROR: Line magic function `%cpaste` not found.\n"
70+
]
71+
}
72+
],
73+
"source": []
74+
}
75+
],
76+
"metadata": {
77+
"kernelspec": {
78+
"display_name": "Python 2",
79+
"language": "python",
80+
"name": "python2"
81+
},
82+
"language_info": {
83+
"codemirror_mode": {
84+
"name": "ipython",
85+
"version": 2
86+
},
87+
"file_extension": ".py",
88+
"mimetype": "text/x-python",
89+
"name": "python",
90+
"nbconvert_exporter": "python",
91+
"pygments_lexer": "ipython2",
92+
"version": "2.7.6"
93+
}
94+
},
495
"nbformat": 4,
596
"nbformat_minor": 0
697
}

0 commit comments

Comments
 (0)