1
+
2
+
3
+ <!DOCTYPE html>
4
+ <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5
+ <!--[if gt IE 8]><!--> < html class ="no-js " lang ="en " > <!--<![endif]-->
6
+ < head >
7
+ < meta charset ="utf-8 ">
8
+
9
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
+
11
+ < title > <no title> — Fundamentals of Python alpha documentation</ title >
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+ < link rel ="stylesheet " href ="../_static/css/theme.css " type ="text/css " />
30
+
31
+
32
+
33
+ < link rel ="stylesheet " href ="../_static/my_theme.css " type ="text/css " />
34
+
35
+
36
+
37
+ < link rel ="index " title ="Index "
38
+ href ="../genindex.html "/>
39
+ < link rel ="search " title ="Search " href ="../search.html "/>
40
+ < link rel ="top " title ="Fundamentals of Python alpha documentation " href ="../index.html "/>
41
+
42
+
43
+ < script src ="../_static/js/modernizr.min.js "> </ script >
44
+
45
+ </ head >
46
+
47
+ < body class ="wy-body-for-nav " role ="document ">
48
+
49
+
50
+ < div class ="wy-grid-for-nav ">
51
+
52
+
53
+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
54
+ < div class ="wy-side-scroll ">
55
+ < div class ="wy-side-nav-search ">
56
+
57
+
58
+
59
+ < a href ="../index.html " class ="icon icon-home "> Fundamentals of Python
60
+
61
+
62
+
63
+ </ a >
64
+
65
+
66
+
67
+
68
+ < div class ="version ">
69
+ 0.1
70
+ </ div >
71
+
72
+
73
+
74
+
75
+ < div role ="search ">
76
+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
77
+ < input type ="text " name ="q " placeholder ="Search docs " />
78
+ < input type ="hidden " name ="check_keywords " value ="yes " />
79
+ < input type ="hidden " name ="area " value ="default " />
80
+ </ form >
81
+ </ div >
82
+
83
+
84
+ </ div >
85
+
86
+ < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="main navigation ">
87
+
88
+
89
+
90
+
91
+
92
+
93
+ < p class ="caption "> < span class ="caption-text "> Table of Contents:</ span > </ p >
94
+ < ul >
95
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../intro.html "> Essentials of Python, for Data Science Applications</ a > </ li >
96
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../module_1.html "> Module 1: Getting Started with Python</ a > </ li >
97
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../module_2.html "> Module 2: The Essentials of Python</ a > </ li >
98
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../module_3.html "> Module 3: The Essentials of NumPy</ a > </ li >
99
+ </ ul >
100
+
101
+
102
+
103
+ </ div >
104
+ </ div >
105
+ </ nav >
106
+
107
+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap ">
108
+
109
+
110
+ < nav class ="wy-nav-top " role ="navigation " aria-label ="top navigation ">
111
+
112
+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
113
+ < a href ="../index.html "> Fundamentals of Python</ a >
114
+
115
+ </ nav >
116
+
117
+
118
+
119
+ < div class ="wy-nav-content ">
120
+ < div class ="rst-content ">
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+ < div role ="navigation " aria-label ="breadcrumbs navigation ">
138
+
139
+ < ul class ="wy-breadcrumbs ">
140
+
141
+ < li > < a href ="../index.html "> Docs</ a > »</ li >
142
+
143
+ < li > <no title></ li >
144
+
145
+
146
+ < li class ="wy-breadcrumbs-aside ">
147
+
148
+
149
+ < a href ="../_sources/Module1_GettingStartedWithPython/Untitled1.ipynb.txt " rel ="nofollow "> View page source</ a >
150
+
151
+
152
+ </ li >
153
+
154
+ </ ul >
155
+
156
+
157
+ < hr />
158
+ </ div >
159
+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
160
+ < div itemprop ="articleBody ">
161
+
162
+
163
+ < style >
164
+ /* CSS overrides for sphinx_rtd_theme */
165
+
166
+ /* 24px margin */
167
+ .nbinput .nblast ,
168
+ .nboutput .nblast {
169
+ margin-bottom : 19px ; /* padding has already 5px */
170
+ }
171
+
172
+ /* ... except between code cells! */
173
+ .nblast + .nbinput {
174
+ margin-top : -19px ;
175
+ }
176
+
177
+ /* nice headers on first paragraph of info/warning boxes */
178
+ .admonition .first {
179
+ margin : -12px ;
180
+ padding : 6px 12px ;
181
+ margin-bottom : 12px ;
182
+ color : # fff ;
183
+ line-height : 1 ;
184
+ display : block;
185
+ }
186
+ .admonition .warning .first {
187
+ background : # f0b37e ;
188
+ }
189
+ .admonition .note .first {
190
+ background : # 6ab0de ;
191
+ }
192
+ .admonition > p : before {
193
+ margin-right : 4px ; /* make room for the exclamation icon */
194
+ }
195
+ </ style >
196
+
197
+
198
+ </ div >
199
+ < div class ="articleComments ">
200
+
201
+ </ div >
202
+ </ div >
203
+ < footer >
204
+
205
+
206
+ < hr />
207
+
208
+ < div role ="contentinfo ">
209
+ < p >
210
+ © Copyright 2018, Ryan Soklaski.
211
+
212
+ </ p >
213
+ </ div >
214
+ Built with < a href ="http://sphinx-doc.org/ "> Sphinx</ a > using a < a href ="https://github.com/snide/sphinx_rtd_theme "> theme</ a > provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
215
+
216
+ </ footer >
217
+
218
+ </ div >
219
+ </ div >
220
+
221
+ </ section >
222
+
223
+ </ div >
224
+
225
+
226
+
227
+
228
+
229
+ < script type ="text/javascript ">
230
+ var DOCUMENTATION_OPTIONS = {
231
+ URL_ROOT :'../' ,
232
+ VERSION :'alpha' ,
233
+ COLLAPSE_INDEX :false ,
234
+ FILE_SUFFIX :'.html' ,
235
+ HAS_SOURCE : true ,
236
+ SOURCELINK_SUFFIX : '.txt'
237
+ } ;
238
+ </ script >
239
+ < script type ="text/javascript " src ="../_static/jquery.js "> </ script >
240
+ < script type ="text/javascript " src ="../_static/underscore.js "> </ script >
241
+ < script type ="text/javascript " src ="../_static/doctools.js "> </ script >
242
+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
243
+
244
+
245
+
246
+
247
+
248
+ < script type ="text/javascript " src ="../_static/js/theme.js "> </ script >
249
+
250
+
251
+
252
+
253
+ < script type ="text/javascript ">
254
+ jQuery ( function ( ) {
255
+ SphinxRtdTheme . StickyNav . enable ( ) ;
256
+ } ) ;
257
+ </ script >
258
+
259
+
260
+ </ body >
261
+ </ html >
0 commit comments