Skip to content

Commit 00ca16d

Browse files
committed
fixing ToC ordering issue
1 parent 58c0b0a commit 00ca16d

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

+101
-101
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

all.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8250,33 +8250,6 @@ <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>
82808253
<h1>Change Log</h1>
82818254
<p>This is a running list of the major changes to Full Stack Python since its
82828255
inception in December 2012. Another way to view the modifications is through
@@ -8746,6 +8719,33 @@ <h3>December</h3>
87468719
introduction, CDN, web frameworks, and database sections with stubs for
87478720
other areas.</li>
87488721
</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: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-creation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api-integration.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

application-programming-interfaces.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bottle.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)