File tree Expand file tree Collapse file tree 4 files changed +23
-23
lines changed
source/content/pages/11-misc Expand file tree Collapse file tree 4 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -4552,15 +4552,14 @@ <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- < 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 >
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 >
45644563< p > I named this site for the first definition. Python is just one language among
45654564many that allows our computers to execute software and communicate with each
45664565other. </ p >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-12-24T08:47:52Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-12-24T18:09:25Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ The terms "full stack" and "Full Stack Python" are ambiguous but I am using
2121a specific definition here on this site. These term can be defined for a
2222web stack either to mean
2323
24- 1 . Every layer, from the machine code up to the browser, are written in Python
25-
26- 1 . Python code interacts with code written in other languages such as C and
27- JavaScript to provide a complete web stack
24+ * Python code interacts with code written in other languages such as C and
25+ JavaScript to provide a complete web stack
26+
27+ or
28+
29+ * Every layer, from the machine code up to the browser, are written in Python
2830
2931I named this site for the first definition. Python is just one language among
3032many that allows our computers to execute software and communicate with each
Original file line number Diff line number Diff line change @@ -42,15 +42,14 @@ <h1>What "full stack" means</h1>
4242< p > The terms "full stack" and "Full Stack Python" are ambiguous but I am using
4343a specific definition here on this site. These term can be defined for a
4444web stack either to mean</ p >
45- < ol >
46- < li >
47- < p > Every layer, from the machine code up to the browser, are written in Python </ p >
48- </ li >
49- < li >
50- < p > Python code interacts with code written in other languages such as C and
51- JavaScript to provide a complete web stack</ p >
52- </ li >
53- </ ol >
45+ < ul >
46+ < li > Python code interacts with code written in other languages such as C and
47+ JavaScript to provide a complete web stack</ li >
48+ </ ul >
49+ < p > or</ p >
50+ < ul >
51+ < li > Every layer, from the machine code up to the browser, are written in Python </ li >
52+ </ ul >
5453< p > I named this site for the first definition. Python is just one language among
5554many that allows our computers to execute software and communicate with each
5655other. </ p >
You can’t perform that action at this time.
0 commit comments