Skip to content

Commit cde9f05

Browse files
committed
working on reorganizing content for better logical grouping as new topics are added
1 parent cc73dc6 commit cde9f05

Some content is hidden

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

63 files changed

+273
-5
lines changed

about-author.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
121121
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
122122
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
123123
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
124+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
124125
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
125126
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
126127
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

all.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>General web framework resources</h2>
8888
<li>
8989
<p>"<a href="http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-framework/">What is a web framework?</a>"
9090
by <a href="https://twitter.com/jeffknupp">Jeff Knupp</a>
91-
is an in-depth explanation of what a web framework is and their relation
91+
is an in-depth explanation of what web frameworks are and their relation
9292
to web servers.</p>
9393
</li>
9494
<li>
@@ -2372,6 +2372,22 @@ <h2>NoSQL data stores learning checklist</h2>
23722372
Evaluate other use cases such as storing transient logs in document-oriented
23732373
data stores such as MongoDB.</p>
23742374
<h3>What's next?</h3>
2375+
<h1>Pyramid</h1>
2376+
<p><a href="http://www.pylonsproject.org/projects/pyramid/about">Pyramid</a> is an open
2377+
source <a href="/wsgi-servers.html">WSGI</a> web framework based on the
2378+
Model-View-Controller (MVC) architectural pattern.</p>
2379+
<h2>Pyramid resources</h2>
2380+
<ul>
2381+
<li>
2382+
<p>The <a href="http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/">Pyramid tutorials page</a>
2383+
is a good place to start getting your hands dirty with example projects.</p>
2384+
</li>
2385+
<li>
2386+
<p>Six Feet Up explains why Pyramid is their choice for
2387+
<a href="http://www.sixfeetup.com/blog/pyramid-for-rapid-development-projects">rapid development projects</a>
2388+
in that blog post.</p>
2389+
</li>
2390+
</ul>
23752391
<h1>Web Design</h1>
23762392
<p>Web design is the creation of a web application's style and user interaction
23772393
using CSS and JavaScript.</p>

api-creation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
269269
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
270270
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
271271
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
272+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
272273
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
273274
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
274275
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

api-integration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
223223
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
224224
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
225225
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
226+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
226227
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
227228
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
228229
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

application-dependencies.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
256256
<a href="/application-dependencies.html" class="list-group-item smaller-item active">Application Dependencies</a>
257257
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
258258
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
259+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
259260
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
260261
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
261262
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

application-programming-interfaces.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
185185
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
186186
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
187187
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
188+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
188189
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
189190
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
190191
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

best-python-resources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
300300
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
301301
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
302302
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
303+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
303304
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
304305
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
305306
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

bottle.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
165165
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
166166
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
167167
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
168+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
168169
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
169170
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
170171
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

caching.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
159159
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
160160
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
161161
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
162+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
162163
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
163164
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
164165
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

cascading-style-sheets.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
254254
<a href="/application-dependencies.html" class="list-group-item smaller-item ">Application Dependencies</a>
255255
<a href="/databases.html" class="list-group-item smaller-item ">Databases</a>
256256
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
257+
<a href="/pyramid.html" class="list-group-item smaller-item ">Pyramid</a>
257258
<a href="/web-design.html" class="list-group-item smaller-item ">Web Design</a>
258259
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item active">Cascading Style Sheets</a>
259260
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>

0 commit comments

Comments
 (0)