Skip to content

Commit 186f5eb

Browse files
committed
updating ToC sidebar
1 parent 00ca16d commit 186f5eb

Some content is hidden

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

73 files changed

+172
-172
lines changed

about-author.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

all.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8250,6 +8250,33 @@ <h3>Debugging resources</h3>
82508250
elaborates on what pdb does and how it can be used.</p>
82518251
</li>
82528252
</ul>
8253+
<h1>What "full stack" means</h1>
8254+
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using
8255+
a specific definition here on this site. These term can be defined for a
8256+
web stack either to mean</p>
8257+
<ol>
8258+
<li>
8259+
<p>Every layer, from the machine code up to the browser, are written in Python </p>
8260+
</li>
8261+
<li>
8262+
<p>Python code interacts with code written in other languages such as C and
8263+
JavaScript to provide a complete web stack</p>
8264+
</li>
8265+
</ol>
8266+
<p>I named this site specifically for the second definition: Python is one
8267+
programming language among many that are used to build your application
8268+
stack. </p>
8269+
<p>Some folks took the title of the site to mean Python runs everything from
8270+
the web browser on down. That's simply not practical or possible. While Python
8271+
is an amazing programming language, there are many tasks it does not do well.</p>
8272+
<p>Python is just one language among many that allows our computers to execute
8273+
software and communicate with each other. </p>
8274+
<p>For beginners, learning the syntax and libraries in Python necessary to
8275+
build a web application or web API is a major undertaking. Even intermediate
8276+
and advanced Python software developers need to constantly program and learn
8277+
to keep up with our ever evolving ecosystem. I created Full Stack Python to
8278+
be just one of <a href="/best-python-resources.html">many resources</a> that help Python
8279+
developers build and maintain their programming skills.</p>
82538280
<h1>Change Log</h1>
82548281
<p>This is a running list of the major changes to Full Stack Python since its
82558282
inception in December 2012. Another way to view the modifications is through
@@ -8719,33 +8746,6 @@ <h3>December</h3>
87198746
introduction, CDN, web frameworks, and database sections with stubs for
87208747
other areas.</li>
87218748
</ul>
8722-
<h1>What "full stack" means</h1>
8723-
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using
8724-
a specific definition here on this site. These term can be defined for a
8725-
web stack either to mean</p>
8726-
<ol>
8727-
<li>
8728-
<p>Every layer, from the machine code up to the browser, are written in Python </p>
8729-
</li>
8730-
<li>
8731-
<p>Python code interacts with code written in other languages such as C and
8732-
JavaScript to provide a complete web stack</p>
8733-
</li>
8734-
</ol>
8735-
<p>I named this site specifically for the second definition: Python is one
8736-
programming language among many that are used to build your application
8737-
stack. </p>
8738-
<p>Some folks took the title of the site to mean Python runs everything from
8739-
the web browser on down. That's simply not practical or possible. While Python
8740-
is an amazing programming language, there are many tasks it does not do well.</p>
8741-
<p>Python is just one language among many that allows our computers to execute
8742-
software and communicate with each other. </p>
8743-
<p>For beginners, learning the syntax and libraries in Python necessary to
8744-
build a web application or web API is a major undertaking. Even intermediate
8745-
and advanced Python software developers need to constantly program and learn
8746-
to keep up with our ever evolving ecosystem. I created Full Stack Python to
8747-
be just one of <a href="/best-python-resources.html">many resources</a> that help Python
8748-
developers build and maintain their programming skills.</p>
87498749
<h1>Future Directions</h1>
87508750
<p>Full Stack Python has completely blown away my expectations for what I could
87518751
accomplish with a side project. I really appreciate all the in-person feedback,

apache-http-server.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api-creation.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api-integration.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

application-dependencies.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

application-programming-interfaces.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

best-python-resources.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

best-python-videos.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

bottle.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)