forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable-of-contents.html
414 lines (391 loc) · 17.5 KB
/
table-of-contents.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Matt Makai">
<meta name="description" content="Full Stack Python is an open source book on Python programming topics. Learn more on the table of contents page.">
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
<title>Full Stack Python</title>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link href="theme/css/f.min.css" rel="stylesheet">
</head>
<body>
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
<div class="container">
<h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2>
</div>
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="logo-header-section">
<a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
<span class="logo-title"><a href="/">Full Stack Python</a></span>
</div>
</div>
</div><div class="row">
<div class="col-md-8">
<h1>Table of Contents</h1>
<div class="row">
<div class="col-md-6">
<div class="list-group">
<h3>1. <a href="/introduction.html">Introduction</a></h3>
<div class="toc-indent">
<a href="/learning-programming.html">Learning Programming</a></h3>
</div>
<div class="toc-indent">
<a href="/why-use-python.html">Why Use Python?</a>
</div>
<div class="toc-indent">
<a href="/python-2-or-3.html">Python 2 or 3?</a>
</div>
<!--
<div class="toc-indent">
<a href="/community.html">Community</a>
</div>
<div class="toc-indent">
<a href="/conferences.html">Conferences</a>
</div>
<div class="toc-indent">
<a href="/organizations.html">Organizations</a>
</div>
-->
<div class="toc-indent">
<a href="/enterprise-python.html">Enterprise Python</a>
</div>
<div class="toc-indent">
<a href="/best-python-resources.html">The Best Python Resources</a>
</div>
<div class="toc-indent">
<a href="/best-python-videos.html">Must-watch Python Videos</a>
</div>
<h3>2. <a href="/development-environments.html">Development Environments</a></h3>
<div class="toc-indent">
<a href="/vim.html">Vim</a>
</div>
<div class="toc-indent">
<a href="/emacs.html">Emacs</a>
</div>
<!--
<div class="toc-indent">
<a href="/idle.html">Idle</a>
</div>
<div class="toc-indent">
<a href="/ipython-notebook.html">IPython Notebook</a>
</div>
<div class="toc-indent">
<a href="/pycharm.html">PyCharm</a>
</div>
<div class="toc-indent">
<a href="/sublime-text.html">Sublime Text</a>
</div>
<div class="toc-indent">
<a href="/wing-ide.html">Wing IDE</a>
</div>
<div class="toc-indent">
<a href="/pydev.html">PyDev</a>
</div>
-->
<h3>3. Core Python</h3>
<div class="toc-indent">
<a href="/generators.html">Generators</a>
</div>
<div class="toc-indent">
<a href="/comprehensions.html">Comprehensions</a>
</div>
<!--
<div class="toc-indent">
<a href="/decorators.html">Decorators</a>
</div>
<div class="toc-indent">
<a href="/metaclasses.html">Metaclasses</a>
</div>
<div class="toc-indent">
The Standard Library (stdlib)
</div>
<div class="toc-indent">
Interpreters
</div>
-->
<h3>4. Web Development</h3>
<div class="toc-indent">
<a href="/web-frameworks.html">Web Frameworks</a>
</div>
<div class="toc-indent">
<a href="/django.html">Django</a>
</div>
<div class="toc-indent">
<a href="/flask.html">Flask</a>
</div>
<div class="toc-indent">
<a href="/pyramid.html">Pyramid</a>
</div>
<div class="toc-indent">
<a href="/bottle.html">Bottle</a>
</div>
<div class="toc-indent">
<a href="/morepath.html">Morepath</a>
</div>
<!--
<div class="toc-indent">
Falcon
</div>
<div class="toc-indent">
Twisted
</div>
-->
<div class="toc-indent">
<a href="/other-web-frameworks.html">Other web frameworks</a>
</div>
<div class="toc-indent">
<a href="/web-design.html">Web design</a>
</div>
<div class="toc-indent">
<a href="/cascading-style-sheets.html">Cascading Style Sheets (CSS)</a>
</div>
<div class="toc-indent">
<a href="/javascript.html">JavaScript</a>
</div>
<div class="toc-indent">
<a href="/websockets.html">WebSockets</a>
</div>
<div class="toc-indent">
<a href="/web-application-security.html">Web application security</a>
</div>
<div class="toc-indent">
<a href="/static-site-generator.html">Static site generators</a>
</div>
<h3>5. <a href="/data.html">Data</a></h3>
<div class="toc-indent">
<a href="/databases.html">Relational databases</a>
</div>
<div class="toc-indent">
<a href="/no-sql-datastore.html">NoSQL</a>
</div>
<div class="toc-indent">
<a href="/object-relational-mappers-orms.html">Object-relational mappers (ORMs)</a>
</div>
<!--
<div class="toc-indent">
Search
</div>
<div class="toc-indent">
Machine learning
</div>
<div class="toc-indent">
Data analysis
</div>
-->
</div>
</div>
<div class="col-md-6">
<div class="list-group">
<h3>6.
<a href="/application-programming-interfaces.html">Web APIs</a>
</h3>
<div class="toc-indent">
<a href="/api-integration.html">API integration</a>
</div>
<div class="toc-indent">
<a href="/api-creation.html">API creation</a>
</div>
<!--
<div class="toc-indent">
Helper libraries
</div>
<div class="toc-indent">
REST
</div>
-->
<h3>7. <a href="/deployment.html">Web App Deployment</a></h3>
<div class="toc-indent">
<a href="/servers.html">Servers</a>
</div>
<div class="toc-indent">
<a href="/platform-as-a-service.html">Platform-as-a-Service</a>
</div>
<div class="toc-indent">
<a href="/operating-systems.html">Operating systems</a>
</div>
<div class="toc-indent">
<a href="/web-servers.html">Web servers</a>
</div>
<div class="toc-indent">
<a href="/wsgi-servers.html">WSGI servers</a>
</div>
<div class="toc-indent">
<a href="/source-control.html">Source control</a>
</div>
<div class="toc-indent">
<a href="/application-dependencies.html">Application dependencies</a>
</div>
<!--
<div class="toc-indent">
<a href="/environment-variables.html">Environment variables</a>
</div>
<div class="toc-indent">
<a href="/virtualenv.html">Virtualenv</a>
</div>
-->
<div class="toc-indent">
<a href="/static-content.html">Static content</a>
</div>
<div class="toc-indent">
<a href="/caching.html">Caching</a>
</div>
<div class="toc-indent">
<a href="/task-queues.html">Task queues</a>
</div>
<div class="toc-indent">
<a href="/configuration-management.html">Configuration management</a>
</div>
<div class="toc-indent">
<a href="/continuous-integration.html">Continuous integration</a>
</div>
<div class="toc-indent">
<a href="/docker.html">Docker</a>
</div>
<div class="toc-indent">
<a href="/logging.html">Logging</a>
</div>
<div class="toc-indent">
<a href="/monitoring.html">Monitoring</a>
</div>
<div class="toc-indent">
<a href="/web-analytics.html">Web Analytics</a>
</div>
<div class="toc-indent" style="margin-top: 6px;">
There is also a
<a href="/full-stack-python-map.pdf">subjects map (.pdf)</a>
that visualizes deployment concepts.
</div>
<h3>8. <a href="/testing.html">Testing</a></h3>
<div class="toc-indent">
<a href="/unit-testing.html">Unit testing</a>
</div>
<div class="toc-indent">
<a href="/integration-testing.html">Integration testing</a>
</div>
<div class="toc-indent">
<a href="/debugging.html">Debugging</a>
</div>
<div class="toc-indent">
<a href="/code-metrics.html">Code metrics</a>
</div>
<!--
<div class="toc-indent">
Functional testing
</div>
<div class="toc-indent">
Database testing
</div>
<div class="toc-indent">
Load testing
</div>
<div class="toc-indent">
User interface testing
</div>
<div class="toc-indent">
Mocking
</div>
<div class="toc-indent">
Test-driven Development (TDD)
</div>
<div class="toc-indent">
Code coverage
</div>
<h3>9. Security</h3>
<div class="toc-indent">
Server security
</div>
<div class="toc-indent">
Public key infrastructure
</div>
<div class="toc-indent">
Firewalls
</div>
<div class="toc-indent">
SQL injection
</div>
<div class="toc-indent">
Cross-site scripting (XSS) exploits
</div>
<h3>10. Documentation</h3>
<div class="toc-indent">
Docstrings
</div>
<div class="toc-indent">
Project documentation
</div>
<div class="toc-indent">
Static site generators (Pelican, Lenscap)
</div>
-->
<h3>9. Meta</h3>
<div class="toc-indent">
<a href="/what-full-stack-means.html">What "full stack" means</a>
</div>
<div class="toc-indent">
<a href="/about-author.html">About the author</a>
</div>
<div class="toc-indent">
<a href="/change-log.html">Change log</a>
</div>
<div class="toc-indent">
<a href="/future-directions.html">Future directions</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-offset-1 col-md-3" id="sidebar">
<div class="panel panel-success">
<div class="panel-body">
<a href="http://www.deploypython.com/"><img src="https://static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>.
</p>
</div>
</div> <div class="panel panel-success">
<div class="panel-heading"><h3 class="panel-head">Full Stack Python</h3></div>
<div class="panel-body">
View the
<a href="/table-of-contents.html">table of contents</a> if you're
looking for a specific Python topic.
<hr/>
Major updates are tweeted via
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
<hr/>
Need more detailed tutorials than you see here?
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
<hr/>
<a href="/">Full Stack Python</a> is an open book that explains
concepts in plain language and provides the most helpful resources
on those topics.
</div>
</div>
</div></div>
<hr/>
<div class="footer pull-right">
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
2015
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19910497-7', 'auto');
ga('send', 'pageview');
</script>
<script type='text/javascript'>
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
</script>
</body>
</html>