Skip to content

Commit 6c67e7b

Browse files
committed
working on why use python page
1 parent be08aee commit 6c67e7b

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

all.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4663,8 +4663,10 @@ <h1>Why Use Python?</h1>
46634663
programming community. </p>
46644664
<p>Python is an accessible language for new programmers because of the extensive
46654665
availability of
4666-
<a href="/best-python-resources.html">free and low cost introdutory resources</a>
4667-
as well as being taught in many universities.</p>
4666+
<a href="/best-python-resources.html">free and low cost introdutory resources</a>. The
4667+
language is also widely taught in universities and used for working with
4668+
beginner-friendly devices such as the
4669+
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
46684670
<h2>Why does the choice of programming language matter?</h2>
46694671
<p>Programming languages have unique ecosystems, cultures and philosophies
46704672
built around them. You may unfortunately find friction with the community

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-07T17:56:33Z</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-07T17:58:50Z</updated></feed>

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ programming community.
2323

2424
Python is an accessible language for new programmers because of the extensive
2525
availability of
26-
[free and low cost introdutory resources](/best-python-resources.html)
27-
as well as being taught in many universities.
26+
[free and low cost introdutory resources](/best-python-resources.html). The
27+
language is also widely taught in universities and used for working with
28+
beginner-friendly devices such as the
29+
[Raspberry Pi](http://www.raspberrypi.org/).
2830

2931

3032
## Why does the choice of programming language matter?

why-use-python.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ <h1>Why Use Python?</h1>
4444
programming community. </p>
4545
<p>Python is an accessible language for new programmers because of the extensive
4646
availability of
47-
<a href="/best-python-resources.html">free and low cost introdutory resources</a>
48-
as well as being taught in many universities.</p>
47+
<a href="/best-python-resources.html">free and low cost introdutory resources</a>. The
48+
language is also widely taught in universities and used for working with
49+
beginner-friendly devices such as the
50+
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
4951
<h2>Why does the choice of programming language matter?</h2>
5052
<p>Programming languages have unique ecosystems, cultures and philosophies
5153
built around them. You may unfortunately find friction with the community

0 commit comments

Comments
 (0)