Skip to content

Commit 9513792

Browse files
committed
adding link to python advocacy page
1 parent 958f904 commit 9513792

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

all.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4658,7 +4658,8 @@ <h1>What "full stack" means</h1>
46584658
developers build and maintain their programming skills.</p>
46594659
<h3>What to do now that we've got "full stack" defined?</h3>
46604660
<h1>Why Use Python?</h1>
4661-
<p>Python's expansive library of open source data analysis tools, web frameworks
4661+
<p>Python's expansive library of open source data analysis tools,
4662+
<a href="/web-frameworks.html">web frameworks</a>,
46624663
and testing instruments make its ecosystem one of the largest out of any
46634664
programming community. </p>
46644665
<p>Python is an accessible language for new programmers because of the extensive

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-07T18:03:31Z</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-07T18:07:26Z</updated></feed>

source/content/pages/11-misc/1107-why-use-python.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ choice4text:
1717

1818

1919
# Why Use Python?
20-
Python's expansive library of open source data analysis tools, web frameworks
20+
Python's expansive library of open source data analysis tools,
21+
[web frameworks](/web-frameworks.html),
2122
and testing instruments make its ecosystem one of the largest out of any
2223
programming community.
2324

why-use-python.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
</div> <div class="row">
4040
<div class="col-md-8">
4141
<h1>Why Use Python?</h1>
42-
<p>Python's expansive library of open source data analysis tools, web frameworks
42+
<p>Python's expansive library of open source data analysis tools,
43+
<a href="/web-frameworks.html">web frameworks</a>,
4344
and testing instruments make its ecosystem one of the largest out of any
4445
programming community. </p>
4546
<p>Python is an accessible language for new programmers because of the extensive

0 commit comments

Comments
 (0)