| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8250,6 +8250,33 @@ <h3>Debugging resources</h3> | |||
| 8250 | 8250 | elaborates on what pdb does and how it can be used.</p> | |
| 8251 | 8251 | </li> | |
| 8252 | 8252 | </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> | ||
| 8253 | 8280 | <h1>Change Log</h1> | |
| 8254 | 8281 | <p>This is a running list of the major changes to Full Stack Python since its | |
| 8255 | 8282 | inception in December 2012. Another way to view the modifications is through | |
@@ -8719,33 +8746,6 @@ <h3>December</h3> | |||
| 8719 | 8746 | introduction, CDN, web frameworks, and database sections with stubs for | |
| 8720 | 8747 | other areas.</li> | |
| 8721 | 8748 | </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> | ||
| 8749 | 8749 | <h1>Future Directions</h1> | |
| 8750 | 8750 | <p>Full Stack Python has completely blown away my expectations for what I could | |
| 8751 | 8751 | accomplish with a side project. I really appreciate all the in-person feedback, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments