File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ can no longer ignore the progress of Python and the great open source
9393community in the enterprise software development landscape if they want to
9494continue delivering business value to their business side customers.
9595
96- ## Open source enterprise Python projects
96+
97+ ### Open source enterprise Python projects
9798Python is widely used across large enterprise organizations but the code
9899is often not put out as open source. If you come across projects that are
99100appropriate 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.
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments