Skip to content

Commit 86a6138

Browse files
committed
adding a couple of enterprise examples. need more
1 parent 2f59318 commit 86a6138

File tree

4 files changed

+52
-4
lines changed

4 files changed

+52
-4
lines changed

all.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,23 @@ <h2>Why is Python now appropriate for building enterprise software?</h2>
539539
can no longer ignore the progress of Python and the great open source
540540
community in the enterprise software development landscape if they want to
541541
continue delivering business value to their business side customers.</p>
542-
<h3>Enterprise Python software development resources</h3>
542+
<h2>Open source enterprise Python projects</h2>
543+
<ul>
544+
<li>
545+
<p><a href="https://github.com/cfpb/collab">Collab</a> by the
546+
U.S. government's
547+
<a href="http://www.consumerfinance.gov/">Consumer Financial Protection Bureau</a>
548+
(CFPB) agency is a corporate intranet and collaboration platform for large
549+
organizations. The project is currently running and in-use by thousands of
550+
CFPB employees.</p>
551+
</li>
552+
<li>
553+
<p><a href="https://github.com/twitter/pants">Pants</a> is a build system for software
554+
projects with many distinct parts and built with many different programming
555+
languages as is often the case in large organizations.</p>
556+
</li>
557+
</ul>
558+
<h2>Enterprise Python software development resources</h2>
543559
<ul>
544560
<li>
545561
<p>There are a couple of solid demystifying articles in CIO magazine including
@@ -561,6 +577,7 @@ <h3>Enterprise Python software development resources</h3>
561577
from traditional software.</p>
562578
</li>
563579
</ul>
580+
<h3>What do you want to learn next about Python software development?</h3>
564581
<h1>Development Environments</h1>
565582
<p>A development environment is a combination of a text editor and the Python
566583
interpreter. The text editor allows you to write the code. The interpreter

enterprise-python.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,23 @@ <h2>Why is Python now appropriate for building enterprise software?</h2>
105105
can no longer ignore the progress of Python and the great open source
106106
community in the enterprise software development landscape if they want to
107107
continue delivering business value to their business side customers.</p>
108-
<h3>Enterprise Python software development resources</h3>
108+
<h2>Open source enterprise Python projects</h2>
109+
<ul>
110+
<li>
111+
<p><a href="https://github.com/cfpb/collab">Collab</a> by the
112+
U.S. government's
113+
<a href="http://www.consumerfinance.gov/">Consumer Financial Protection Bureau</a>
114+
(CFPB) agency is a corporate intranet and collaboration platform for large
115+
organizations. The project is currently running and in-use by thousands of
116+
CFPB employees.</p>
117+
</li>
118+
<li>
119+
<p><a href="https://github.com/twitter/pants">Pants</a> is a build system for software
120+
projects with many distinct parts and built with many different programming
121+
languages as is often the case in large organizations.</p>
122+
</li>
123+
</ul>
124+
<h2>Enterprise Python software development resources</h2>
109125
<ul>
110126
<li>
111127
<p>There are a couple of solid demystifying articles in CIO magazine including
@@ -127,6 +143,7 @@ <h3>Enterprise Python software development resources</h3>
127143
from traditional software.</p>
128144
</li>
129145
</ul>
146+
<h3>What do you want to learn next about Python software development?</h3>
130147
<div class="row">
131148
<div class="col-md-4">
132149
<div class="well select-next">

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-05-13T15:13:14Z</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-05-13T15:35:15Z</updated></feed>

source/content/pages/02-learning-programming/06-enterprise-python.markdown

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,20 @@ can no longer ignore the progress of Python and the great open source
9191
community in the enterprise software development landscape if they want to
9292
continue delivering business value to their business side customers.
9393

94+
## Open source enterprise Python projects
95+
* [Collab](https://github.com/cfpb/collab) by the
96+
U.S. government's
97+
[Consumer Financial Protection Bureau](http://www.consumerfinance.gov/)
98+
(CFPB) agency is a corporate intranet and collaboration platform for large
99+
organizations. The project is currently running and in-use by thousands of
100+
CFPB employees.
94101

95-
### Enterprise Python software development resources
102+
* [Pants](https://github.com/twitter/pants) is a build system for software
103+
projects with many distinct parts and built with many different programming
104+
languages as is often the case in large organizations.
105+
106+
107+
## Enterprise Python software development resources
96108
* There are a couple of solid demystifying articles in CIO magazine including
97109
[this broad overview of Python in enterprises](http://www.cio.com/article/2437137/developer/you-used-python-to-write-what-.html),
98110
[why dynamic languages are gaining share for enterprise development](http://www.cio.com/article/2431212/developer/dynamic-languages--not-just-for-scripting-any-more.html).
@@ -108,3 +120,5 @@ continue delivering business value to their business side customers.
108120
contains a solid explanation what differentiates enterprise software
109121
from traditional software.
110122

123+
124+
### What do you want to learn next about Python software development?

0 commit comments

Comments
 (0)