Skip to content

Commit 0bd6dd4

Browse files
committed
new enterprise python and code metrics resources
1 parent ad62dac commit 0bd6dd4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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

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

96-
## Open source enterprise Python projects
96+
97+
### Open source enterprise Python projects
9798
Python is widely used across large enterprise organizations but the code
9899
is often not put out as open source. If you come across projects that are
99100
appropriate for this list, [contact me](/about-author.html) to let me know:
@@ -158,3 +159,6 @@ often not discussed when dealing with standard Python development.
158159
that's worth a look for broader opinions on Python compared to Java and
159160
.NET in enterprise environments.
160161

162+
* [Why are enterprises so slow?](https://zwischenzugs.com/2018/10/02/why-are-enterprises-so-slow/)
163+
is not specific to Python but is a fantastic article on the regulatory,
164+
cultural and financial reasons why large companies often move so slowly.

content/pages/04-web-development/39-code-metrics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,7 @@ diminishing returns.
141141
* This [Stack Overflow question on Python static code analysis tools](http://stackoverflow.com/questions/1428872/pylint-pychecker-or-pyflakes)
142142
contains comparison discussions of PyLint, PyChecker and PyFlakes.
143143

144+
* [Consistent Python code with Black](https://www.mattlayman.com/blog/2018/python-code-black/)
145+
covers how to use Black and add it as a pre-commit hook in Git to
146+
ensure consistency in repository updates.
147+

static/img/logos/api-star.jpg

42.8 KB
Loading

0 commit comments

Comments
 (0)