You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,11 +111,24 @@ continue delivering business value to their business side customers.
107
111
108
112
109
113
## Enterprise Python software development resources
114
+
The following articles cover topics in enterprise development that are
115
+
often not discussed when dealing with standard Python development.
116
+
110
117
* Talk Python to Me's fourth episode interviewed PayPal's lead developer on
111
118
[Enterprise Python and Large-Scale Projects](http://www.talkpythontome.com/episodes/show/4/enterprise-python-and-large-scale-projects).
112
119
They rebuke many of the myths around Python for large scale projects
113
120
including the variable typing system and scalability.
114
121
122
+
*[Building and deploying an Enterprise Django Web App in 16 hours](https://medium.com/python-pandemonium/building-and-deploying-an-enterprise-django-web-app-in-16-hours-79e018f7b94c)
123
+
covers one developer's experience researching,
124
+
[building](/web-development.html) and [deploying](/deployment.html) an
125
+
enterprise application in Python and [Django](/django.html).
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/10-powershell.markdown
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,13 @@ of a Python programmer's
23
23
explains the PowerShell scripting language then shows how to combine a
24
24
Python script and a PowerShell script to automate web scrapining downloads.
25
25
26
-
*[ChatOps with PowerShell](https://www.youtube.com/watch?v=XIMOFnfdOx0)
26
+
*[ChatOps with PowerShell](https://www.youtube.com/watch?v=XIMOFnfdOx0) covers
27
+
how to use the Python-based chatbot named ErrBot. It also presents example code
28
+
to connect ErrBot to applications you are running.
27
29
28
30
*[PowerShell in Azure Functions](http://www.brianbunke.com/blog/2018/02/27/powershell-in-azure-functions/)
31
+
shows how to use PowerShell code in Azure [serverless](/serverless.html)
32
+
Functions.
29
33
30
34
*[Getting Started with Windows PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell)
0 commit comments