Skip to content

Commit 271e235

Browse files
committed
tweaking why use python page
1 parent aa9b5c1 commit 271e235

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

all.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4670,10 +4670,12 @@ <h1>Why Use Python?</h1>
46704670
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
46714671
<h2>Why does the choice of programming language matter?</h2>
46724672
<p>Programming languages have unique ecosystems, cultures and philosophies
4673-
built around them. You may unfortunately find friction with the community
4674-
and difficulty in learning if your approach to programming varies from the
4675-
philosophy of the programming language you've selected.</p>
4676-
<p>Python's culture values open source software, community involvement with
4673+
built around them. You will find friction with a community and difficulty
4674+
in learning if your approach to programming varies from the philosophy of
4675+
the programming language you've selected.</p>
4676+
<p>Python's culture values
4677+
<a href="https://github.com/trending?l=python&amp;since=monthly">open source software</a>,
4678+
community involvement with
46774679
<a href="http://www.pycon.org/">local, national and international events</a> and
46784680
teaching to new programmers. If those values are also important to you and/or
46794681
your organization then Python may be a good fit. </p>

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-09T09:52:04Z</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-09T10:20:06Z</updated></feed>

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ beginner-friendly devices such as the
3232

3333
## Why does the choice of programming language matter?
3434
Programming languages have unique ecosystems, cultures and philosophies
35-
built around them. You may unfortunately find friction with the community
36-
and difficulty in learning if your approach to programming varies from the
37-
philosophy of the programming language you've selected.
35+
built around them. You will find friction with a community and difficulty
36+
in learning if your approach to programming varies from the philosophy of
37+
the programming language you've selected.
3838

39-
Python's culture values open source software, community involvement with
39+
Python's culture values
40+
[open source software](https://github.com/trending?l=python&since=monthly),
41+
community involvement with
4042
[local, national and international events](http://www.pycon.org/) and
4143
teaching to new programmers. If those values are also important to you and/or
4244
your organization then Python may be a good fit.
@@ -69,7 +71,6 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
6971
Namespaces are one honking great idea -- let's do more of those!
7072

7173

72-
7374
### More perspectives on why to use Python
7475
* The Python documentation has a HOWTO section specifically for
7576
[Python advocacy](https://docs.python.org/2/howto/advocacy.html).

why-use-python.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ <h1>Why Use Python?</h1>
5151
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
5252
<h2>Why does the choice of programming language matter?</h2>
5353
<p>Programming languages have unique ecosystems, cultures and philosophies
54-
built around them. You may unfortunately find friction with the community
55-
and difficulty in learning if your approach to programming varies from the
56-
philosophy of the programming language you've selected.</p>
57-
<p>Python's culture values open source software, community involvement with
54+
built around them. You will find friction with a community and difficulty
55+
in learning if your approach to programming varies from the philosophy of
56+
the programming language you've selected.</p>
57+
<p>Python's culture values
58+
<a href="https://github.com/trending?l=python&amp;since=monthly">open source software</a>,
59+
community involvement with
5860
<a href="http://www.pycon.org/">local, national and international events</a> and
5961
teaching to new programmers. If those values are also important to you and/or
6062
your organization then Python may be a good fit. </p>

0 commit comments

Comments
 (0)