Skip to content

Commit 5991ccd

Browse files
committed
adding new page defining full stack
1 parent edb80d1 commit 5991ccd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+497
-2
lines changed

about-author.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ <h3 class="panel-head">Table of Contents</h3>
365365
<a href="/about-author.html" class="list-group-item smaller-item active">About the Author</a>
366366
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
367367
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
368+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
368369
</div>
369370
</div>
370371
</div></div>

all.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4548,6 +4548,28 @@ <h1>Future Directions</h1>
45484548
<p>After those updates are done I'll go back through and apply visuals to
45494549
each section to make them easier to read and understand.</p>
45504550
<h3>That's what coming. What would you like to learn right now?</h3>
4551+
<h1>What "full stack" means</h1>
4552+
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using
4553+
a specific definition here on this site. These term can be defined for a
4554+
web stack either to mean</p>
4555+
<ol>
4556+
<li>
4557+
<p>Every layer, from the machine code up to the browser, are written in Python </p>
4558+
</li>
4559+
<li>
4560+
<p>Python code interacts with code written in other languages such as C and
4561+
JavaScript to provide a complete web stack</p>
4562+
</li>
4563+
</ol>
4564+
<p>I named this site for the first definition. Python is just one language among
4565+
many that allows our computers to execute software and communicate with each
4566+
other. </p>
4567+
<p>For beginners, learning the syntax and libraries in Python necessary to
4568+
build a web application or web API is a major undertaking. Even intermediate
4569+
and advanced Python software developers need to constantly program and learn
4570+
to keep up with our ever evolving ecosystem. I created Full Stack Python to
4571+
be just one of <a href="/best-python-resources.html">many resources</a> that help Python
4572+
developers build and maintain their programming skills.</p>
45514573
</div>
45524574
<div class="col-md-offset-1 col-md-3" id="sidebar">
45534575
<div class="panel panel-success">

api-creation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ <h3 class="panel-head">Table of Contents</h3>
513513
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
514514
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
515515
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
516+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
516517
</div>
517518
</div>
518519
</div></div>

api-integration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ <h3 class="panel-head">Table of Contents</h3>
467467
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
468468
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
469469
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
470+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
470471
</div>
471472
</div>
472473
</div></div>

application-dependencies.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ <h3 class="panel-head">Table of Contents</h3>
500500
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
501501
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
502502
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
503+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
503504
</div>
504505
</div>
505506
</div></div>

application-programming-interfaces.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ <h3 class="panel-head">Table of Contents</h3>
429429
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
430430
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
431431
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
432+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
432433
</div>
433434
</div>
434435
</div></div>

best-python-resources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ <h3 class="panel-head">Table of Contents</h3>
544544
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
545545
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
546546
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
547+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
547548
</div>
548549
</div>
549550
</div></div>

bottle.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ <h3 class="panel-head">Table of Contents</h3>
409409
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
410410
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
411411
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
412+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
412413
</div>
413414
</div>
414415
</div></div>

caching.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ <h3 class="panel-head">Table of Contents</h3>
403403
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
404404
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
405405
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
406+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
406407
</div>
407408
</div>
408409
</div></div>

cascading-style-sheets.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ <h3 class="panel-head">Table of Contents</h3>
498498
<a href="/about-author.html" class="list-group-item smaller-item ">About the Author</a>
499499
<a href="/change-log.html" class="list-group-item smaller-item ">Change Log</a>
500500
<a href="/future-directions.html" class="list-group-item smaller-item ">Future Directions</a>
501+
<a href="/what-full-stack-means.html" class="list-group-item smaller-item ">What "Full Stack" Means</a>
501502
</div>
502503
</div>
503504
</div></div>

0 commit comments

Comments
 (0)