Skip to content

Commit 695a745

Browse files
committed
working on web frameworks page
1 parent cfc9dc5 commit 695a745

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

all.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ <h1>Introduction</h1>
5353
you're currently trying to do. </p>
5454
<h3>Let's get started. What do you need to do right now?</h3>
5555
<h1>Web frameworks</h1>
56-
<p>A web application framework is a code library that makes a developer's life
57-
easier when building reliable, scalable and maintainable web applications.</p>
56+
<p>A web framework is a code library that makes a developer's life easier when
57+
building reliable, scalable and maintainable web applications.</p>
5858
<h2>Why are web frameworks necessary?</h2>
5959
<p>Web frameworks encapsulate what developers have learned over the past twenty
60-
years while building dynamic web applications. Frameworks make it easier
61-
to reuse code for common HTTP operations and to structure your code so that
62-
it is maintainable.</p>
60+
years while programming sites and applications for the web. Frameworks make
61+
it easier to reuse code for common HTTP operations and to structure projects
62+
so developers with knowledge of the framework can more quickly build and
63+
maintain the application.</p>
6364
<h2>Common web framework functionality</h2>
6465
<p>Frameworks provide functionality in their code or through extensions to
6566
perform common operations required to run web applications. These common

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>2015-01-10T13:05:01Z</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>2015-01-11T15:44:39Z</updated></feed>

source/content/pages/02-web-frameworks/0201-web-frameworks.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ choice4text: What other Python web frameworks exist?
1717

1818

1919
# Web frameworks
20-
A web application framework is a code library that makes a developer's life
21-
easier when building reliable, scalable and maintainable web applications.
20+
A web framework is a code library that makes a developer's life easier when
21+
building reliable, scalable and maintainable web applications.
2222

2323

2424
## Why are web frameworks necessary?
2525
Web frameworks encapsulate what developers have learned over the past twenty
26-
years while building dynamic web applications. Frameworks make it easier
27-
to reuse code for common HTTP operations and to structure your code so that
28-
it is maintainable.
26+
years while programming sites and applications for the web. Frameworks make
27+
it easier to reuse code for common HTTP operations and to structure projects
28+
so developers with knowledge of the framework can more quickly build and
29+
maintain the application.
2930

3031

3132
## Common web framework functionality

web-frameworks.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
</div> <div class="row">
4040
<div class="col-md-8">
4141
<h1>Web frameworks</h1>
42-
<p>A web application framework is a code library that makes a developer's life
43-
easier when building reliable, scalable and maintainable web applications.</p>
42+
<p>A web framework is a code library that makes a developer's life easier when
43+
building reliable, scalable and maintainable web applications.</p>
4444
<h2>Why are web frameworks necessary?</h2>
4545
<p>Web frameworks encapsulate what developers have learned over the past twenty
46-
years while building dynamic web applications. Frameworks make it easier
47-
to reuse code for common HTTP operations and to structure your code so that
48-
it is maintainable.</p>
46+
years while programming sites and applications for the web. Frameworks make
47+
it easier to reuse code for common HTTP operations and to structure projects
48+
so developers with knowledge of the framework can more quickly build and
49+
maintain the application.</p>
4950
<h2>Common web framework functionality</h2>
5051
<p>Frameworks provide functionality in their code or through extensions to
5152
perform common operations required to run web applications. These common

0 commit comments

Comments
 (0)