Skip to content

Commit 457bcf0

Browse files
committed
new enterprise python resource
1 parent 2173472 commit 457bcf0

File tree

6 files changed

+32
-1
lines changed

6 files changed

+32
-1
lines changed

all.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,12 @@ <h2>Enterprise Python software development resources</h2>
358358
contains a solid explanation what differentiates enterprise software
359359
from traditional software.</p>
360360
</li>
361+
<li>
362+
<p>There was a
363+
<a href="https://www.reddit.com/r/Python/comments/3myppd/everyone_who_encounters_it_seems_to_love_python/">Python subreddit thread about Python in the enterprise</a>
364+
that's worth a look for broader opinions on Python compared to Java and
365+
.NET in enterprise environments.</p>
366+
</li>
361367
</ul>
362368
<h1>Best Python Resources</h1>
363369
<p>The Python community is amazing at sharing detailed resources and helping
@@ -6966,6 +6972,11 @@ <h1>Change Log</h1>
69666972
the
69676973
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
69686974
<h2>2015</h2>
6975+
<h3>October</h3>
6976+
<ul>
6977+
<li>Added new resource to the <a href="/enterprise-python.html">Enterprise Python</a>
6978+
page.</li>
6979+
</ul>
69696980
<h3>September</h3>
69706981
<ul>
69716982
<li>Updated the project templates section on the <a href="/django.html">Django page</a>.</li>

change-log.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ <h1>Change Log</h1>
3737
the
3838
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
3939
<h2>2015</h2>
40+
<h3>October</h3>
41+
<ul>
42+
<li>Added new resource to the <a href="/enterprise-python.html">Enterprise Python</a>
43+
page.</li>
44+
</ul>
4045
<h3>September</h3>
4146
<ul>
4247
<li>Updated the project templates section on the <a href="/django.html">Django page</a>.</li>

enterprise-python.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ <h2>Enterprise Python software development resources</h2>
140140
contains a solid explanation what differentiates enterprise software
141141
from traditional software.</p>
142142
</li>
143+
<li>
144+
<p>There was a
145+
<a href="https://www.reddit.com/r/Python/comments/3myppd/everyone_who_encounters_it_seems_to_love_python/">Python subreddit thread about Python in the enterprise</a>
146+
that's worth a look for broader opinions on Python compared to Java and
147+
.NET in enterprise environments.</p>
148+
</li>
143149
</ul>
144150
<h3>What do you want to learn next about developing with Python?</h3>
145151
<div class="row">

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-09-30T14:01:06Z</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-10-01T11:59:35Z</updated></feed>

source/content/pages/01-introduction/05-enterprise-python.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ continue delivering business value to their business side customers.
121121
contains a solid explanation what differentiates enterprise software
122122
from traditional software.
123123

124+
* There was a
125+
[Python subreddit thread about Python in the enterprise](https://www.reddit.com/r/Python/comments/3myppd/everyone_who_encounters_it_seems_to_love_python/)
126+
that's worth a look for broader opinions on Python compared to Java and
127+
.NET in enterprise environments.
128+

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ the
1313

1414

1515
## 2015
16+
### October
17+
* Added new resource to the [Enterprise Python](/enterprise-python.html)
18+
page.
19+
1620
### September
1721
* Updated the project templates section on the [Django page](/django.html).
1822
* Added [API creation](/api-creation.html) resources.

0 commit comments

Comments
 (0)