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
<divclass="well see-also">Neo4j is an implementation of the <ahref="/no-sql-datastore.html">NoSQL graph database</a> concept. Learn more in the <ahref="/data.html">data</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
Copy file name to clipboardExpand all lines: content/pages/05-deployment/15-macos.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ macOS is an [operating system](/operating-system.html)
12
12
within the Unix family tree that is developed by Apple and is often
13
13
used for [developing Python applications](/learning-programming.html).
14
14
15
+
<divclass="well see-also">macOS is an implementation of the <ahref="/operating-systems.html">operating systems</a> concept. Learn more in the <ahref="/deployment.html">deployment</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
16
+
15
17
16
18
### macOS Python resources
17
19
*[Using Python on a Macintosh](https://docs.python.org/3/using/mac.html)
meta: Windows is an operating system built by Microsoft that is often used for developing Python applications.
8
+
9
+
10
+
# Windows
11
+
[Windows](https://www.microsoft.com/windows) is a closed-source, proprietary
12
+
[operating system](/operating-system.html) created by Microsoft that
13
+
is often used to [develop Python applications](/learning-programming.html).
14
+
15
+
<ahref="https://www.microsoft.com/windows"style="border: none"><imgsrc="/img/logos/windows.png"width="100%"alt="Microsoft Windows 10 logo."class="shot"style="margin: 8px08px0"></a>
16
+
17
+
<divclass="well see-also">Windows is an implementation of the <ahref="/operating-systems.html">operating systems</a> concept. Learn more in the <ahref="/deployment.html">deployment</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
18
+
19
+
20
+
### Useful resources for Python on Windows
21
+
*[PyInstaller](https://www.pyinstaller.org/) packages a Python application with
22
+
its associated dependencies into a Windows executable file so it can be
23
+
more easily distributed and run on other computers.
24
+
25
+
*[Cmder](http://cmder.net/) is a beautiful console emulator designed for
26
+
Windows that can be useful for when you need to get work done on the
Copy file name to clipboardExpand all lines: content/pages/06-devops/01-monitoring.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,10 @@ Incident Management
151
151
"[10 Things They Forgot to Monitor](http://word.bitly.com/post/74839060954/ten-things-to-monitor)"
152
152
beyond the standard metrics such as disk & memory usage.
153
153
154
+
* The videos from [Monitorama](https://vimeo.com/monitorama), a conference
155
+
that's all about monitoring and observability, are recordings of fantastic
156
+
technical talks from their events.
157
+
154
158
*[Four Linux server monitoring tools](http://aarvik.dk/four-linux-server-monitoring-and-management-tools/)
155
159
156
160
*[How to design useful monitoring and graphing visualizations](https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/)
<ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python" style="color: #fff">Learn to deploy and configure servers with Ansible in my latest video course</a>!
5
-
</p>
6
-
</div>
7
-
</div>
8
-
9
1
{% if false %}
10
2
{% if page and (page.slug == 'development-environments' or page.slug == 'best-python-videos' or page.slug == 'learning-programming' or page.slug == 'web-development' or page.slug == 'why-use-python' or page.slug == 'javascript' or page.slug == 'cascading-style-sheets' or page.slug == 'python-2-or-3' or page.slug == 'introduction' or page.slug == 'best-python-podcasts') %}
Copy file name to clipboardExpand all lines: theme/templates/lower-banner.html
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
{% if page and (page.slug == 'development-environments' or page.slug == 'best-python-videos' or page.slug == 'learning-programming' or page.slug == 'web-development' or page.slug == 'why-use-python' or page.slug == 'javascript' or page.slug == 'cascading-style-sheets' or page.slug == 'python-2-or-3' or page.slug == 'introduction' or page.slug == 'best-python-podcasts') %}
<ahref="https://training.talkpython.fm/courses/explore_entrepreneurs/python-for-entrepreneurs-build-and-launch-your-online-business" style="color: #fff">Python for Entrepreneurs: learn Python while building your own business</a>!
<ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python" style="color: #fff">Learn to deploy and configure servers with Ansible in my latest video course</a>!
0 commit comments