@@ -4552,17 +4552,23 @@ <h1>What "full stack" means</h1>
45524552< p > The terms "full stack" and "Full Stack Python" are ambiguous but I am using
45534553a specific definition here on this site. These term can be defined for a
45544554web stack either to mean</ p >
4555- < ul >
4556- < li > Python code interacts with code written in other languages such as C and
4557- JavaScript to provide a complete web stack</ li >
4558- </ ul >
4559- < p > or</ p >
4560- < ul >
4561- < li > Every layer, from the machine code up to the browser, are written in Python </ li >
4562- </ ul >
4563- < p > I named this site for the first definition. Python is just one language among
4564- many that allows our computers to execute software and communicate with each
4565- other. </ 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 specifically for the second definition: Python is one
4565+ programming language among many that are used to build your application
4566+ stack. </ p >
4567+ < p > Some folks took the title of the site to mean Python runs everything from
4568+ the web browser on down. That's simply not practical or possible. While Python
4569+ is an amazing programming language, there are many tasks it does not do well.</ p >
4570+ < p > Python is just one language among many that allows our computers to execute
4571+ software and communicate with each other. </ p >
45664572< p > For beginners, learning the syntax and libraries in Python necessary to
45674573build a web application or web API is a major undertaking. Even intermediate
45684574and advanced Python software developers need to constantly program and learn
0 commit comments