Skip to content

Commit 0d52318

Browse files
committed
added questions cell
1 parent c937740 commit 0d52318

18 files changed

+738
-69
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
{
2-
"cells": [],
3-
"metadata": {},
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": []
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {
13+
"slideshow": {
14+
"slide_type": "skip"
15+
}
16+
},
17+
"source": [
18+
"***"
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"metadata": {
24+
"slideshow": {
25+
"slide_type": "slide"
26+
}
27+
},
28+
"source": [
29+
"![questions.jpg](img/questions.jpg)"
30+
]
31+
}
32+
],
33+
"metadata": {
34+
"celltoolbar": "Slideshow",
35+
"kernelspec": {
36+
"display_name": "Python 3",
37+
"language": "python",
38+
"name": "python3"
39+
},
40+
"language_info": {
41+
"codemirror_mode": {
42+
"name": "ipython",
43+
"version": 3
44+
},
45+
"file_extension": ".py",
46+
"mimetype": "text/x-python",
47+
"name": "python",
48+
"nbconvert_exporter": "python",
49+
"pygments_lexer": "ipython3",
50+
"version": "3.7.0"
51+
}
52+
},
453
"nbformat": 4,
554
"nbformat_minor": 2
655
}

.ipynb_checkpoints/Basics-checkpoint.ipynb

+12-4
Large diffs are not rendered by default.

.ipynb_checkpoints/Bitwise Operators-checkpoint.ipynb

+23
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,32 @@
66
"metadata": {},
77
"outputs": [],
88
"source": []
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {
13+
"slideshow": {
14+
"slide_type": "skip"
15+
}
16+
},
17+
"source": [
18+
"***"
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"metadata": {
24+
"slideshow": {
25+
"slide_type": "slide"
26+
}
27+
},
28+
"source": [
29+
"![questions.jpg](img/questions.jpg)"
30+
]
931
}
1032
],
1133
"metadata": {
34+
"celltoolbar": "Slideshow",
1235
"kernelspec": {
1336
"display_name": "Python 3",
1437
"language": "python",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
{
2-
"cells": [],
3-
"metadata": {},
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": []
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {
13+
"slideshow": {
14+
"slide_type": "skip"
15+
}
16+
},
17+
"source": [
18+
"***"
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"metadata": {
24+
"slideshow": {
25+
"slide_type": "slide"
26+
}
27+
},
28+
"source": [
29+
"![questions.jpg](img/questions.jpg)"
30+
]
31+
}
32+
],
33+
"metadata": {
34+
"celltoolbar": "Slideshow",
35+
"kernelspec": {
36+
"display_name": "Python 3",
37+
"language": "python",
38+
"name": "python3"
39+
},
40+
"language_info": {
41+
"codemirror_mode": {
42+
"name": "ipython",
43+
"version": 3
44+
},
45+
"file_extension": ".py",
46+
"mimetype": "text/x-python",
47+
"name": "python",
48+
"nbconvert_exporter": "python",
49+
"pygments_lexer": "ipython3",
50+
"version": "3.7.0"
51+
}
52+
},
453
"nbformat": 4,
554
"nbformat_minor": 2
655
}

.ipynb_checkpoints/Getting Started-checkpoint.ipynb

+26-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@
6060
"source": [
6161
"### It is\n",
6262
"- dynamically typed\n",
63-
"- interpreted"
63+
"- interpreted\n",
64+
"- easy to write\n",
65+
"- a lot less code than many other widely used languages\n",
66+
"- used as a procedural, object oriented and functional programming language"
6467
]
6568
},
6669
{
@@ -224,6 +227,28 @@
224227
"\n",
225228
"However, if you want to install and use both versions of Python, you can go to [this stackoverflow answer](https://stackoverflow.com/a/50349883/4502878) and follow the steps to configure your windows environment to work with both versions."
226229
]
230+
},
231+
{
232+
"cell_type": "markdown",
233+
"metadata": {
234+
"slideshow": {
235+
"slide_type": "skip"
236+
}
237+
},
238+
"source": [
239+
"***"
240+
]
241+
},
242+
{
243+
"cell_type": "markdown",
244+
"metadata": {
245+
"slideshow": {
246+
"slide_type": "slide"
247+
}
248+
},
249+
"source": [
250+
"![questions.jpg](img/questions.jpg)"
251+
]
227252
}
228253
],
229254
"metadata": {

0 commit comments

Comments
 (0)