Skip to content

Commit 8e350dc

Browse files
committed
adding new git resource
1 parent 264263e commit 8e350dc

36 files changed

+110
-443
lines changed

about-author.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>About the Author - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>About the Author</h1>
4843
<p>This website was written and built by
@@ -365,10 +360,5 @@ <h3 class="panel-head">Table of Contents</h3>
365360
2014
366361
</div>
367362
</div>
368-
369-
<!--
370-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
371-
<script src="theme/js/bootstrap.min.js"></script>
372-
-->
373-
</body>
363+
</body>
374364
</html>

api-integration.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>API Integration - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>API Integration</h1>
4843
<p>The majority of production Python web applications rely on several
@@ -397,10 +392,5 @@ <h3 class="panel-head">Table of Contents</h3>
397392
2014
398393
</div>
399394
</div>
400-
401-
<!--
402-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
403-
<script src="theme/js/bootstrap.min.js"></script>
404-
-->
405-
</body>
395+
</body>
406396
</html>

application-dependencies.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>Application Dependencies - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>Application Dependencies</h1>
4843
<p>Application dependencies are the libraries other than your project code
@@ -479,10 +474,5 @@ <h3 class="panel-head">Table of Contents</h3>
479474
2014
480475
</div>
481476
</div>
482-
483-
<!--
484-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
485-
<script src="theme/js/bootstrap.min.js"></script>
486-
-->
487-
</body>
477+
</body>
488478
</html>

application-programming-intefaces.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>Application Programming Interfaces - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>Application Programming Interfaces</h1>
4843
<p>Application programming interfaces (APIs) provide machine-readable
@@ -359,10 +354,5 @@ <h3 class="panel-head">Table of Contents</h3>
359354
2014
360355
</div>
361356
</div>
362-
363-
<!--
364-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
365-
<script src="theme/js/bootstrap.min.js"></script>
366-
-->
367-
</body>
357+
</body>
368358
</html>

best-python-resources.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>Best Python Resources - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>Best Python Resources</h1>
4843
<p>The Python community is amazing at sharing detailed resources and helping
@@ -477,10 +472,5 @@ <h3 class="panel-head">Table of Contents</h3>
477472
2014
478473
</div>
479474
</div>
480-
481-
<!--
482-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
483-
<script src="theme/js/bootstrap.min.js"></script>
484-
-->
485-
</body>
475+
</body>
486476
</html>

bottle.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>Bottle - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>Bottle</h1>
4843
<p><a href="http://bottlepy.org/docs/dev/index.html">Bottle</a> is a WSGI-compliant
@@ -407,10 +402,5 @@ <h3 class="panel-head">Table of Contents</h3>
407402
2014
408403
</div>
409404
</div>
410-
411-
<!--
412-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
413-
<script src="theme/js/bootstrap.min.js"></script>
414-
-->
415-
</body>
405+
</body>
416406
</html>

caching.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>Caching - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>Caching</h1>
4843
<p>Caching can reduce the load on servers by storing the results of common
@@ -393,10 +388,5 @@ <h3 class="panel-head">Table of Contents</h3>
393388
2014
394389
</div>
395390
</div>
396-
397-
<!--
398-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
399-
<script src="theme/js/bootstrap.min.js"></script>
400-
-->
401-
</body>
391+
</body>
402392
</html>

cascading-style-sheets.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@
33
<meta charset="utf-8">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
76
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>Cascading Style Sheets - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1414
<![endif]-->
15-
<style>
16-
</style>
1715
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
18-
1916
<script type="text/javascript">
2017
var _gaq = _gaq || [];
2118
_gaq.push(['_setAccount', 'UA-19910497-7']);
2219
_gaq.push(['_trackPageview']);
23-
2420
(function() {
2521
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
2622
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -41,8 +37,7 @@
4137
<span class="logo-title"><a href="/">Full Stack Python</a></span>
4238
</div>
4339
</div>
44-
</div>
45-
<div class="row">
40+
</div> <div class="row">
4641
<div class="col-md-8">
4742
<h1>Cascading Style Sheets (CSS)</h1>
4843
<p>Cascading Style Sheet (CSS) files contain rules for how to display and
@@ -511,10 +506,5 @@ <h3 class="panel-head">Table of Contents</h3>
511506
2014
512507
</div>
513508
</div>
514-
515-
<!--
516-
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
517-
<script src="theme/js/bootstrap.min.js"></script>
518-
-->
519-
</body>
509+
</body>
520510
</html>

0 commit comments

Comments
 (0)