Skip to content

Commit 186ed28

Browse files
committed
new resources for monitoring and dev environments
1 parent 773d171 commit 186ed28

File tree

8 files changed

+107
-20
lines changed

8 files changed

+107
-20
lines changed

all.html

Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3459,6 +3459,12 @@ <h2>Monitoring resources</h2>
34593459
<p><a href="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
34603460
</li>
34613461
<li>
3462+
<p><a href="https://speakerdeck.com/auxesis/5-years-of-metrics-and-monitoring">5 years of metrics and monitoring</a>
3463+
is a great presentation highlighting that visualization so humans can
3464+
understand measurements is a hard problem. Line graphs are often not
3465+
the best solution and they are overused.</p>
3466+
</li>
3467+
<li>
34623468
<p>The Collector Highlight Series has an article on <a href="http://blog.librato.com/posts/statsd">StatsD</a>
34633469
that explains how to install it and how it works.</p>
34643470
</li>
@@ -3919,18 +3925,41 @@ <h2>A full development environment example</h2>
39193925
less expensive set up or a cloud-based development environment.</p>
39203926
<h2>Open source development environments</h2>
39213927
<ul>
3922-
<li><a href="http://www.vim.org/">vim</a> is my editor of choice and installed by default
3923-
on most *nix systems.</li>
3924-
<li><a href="http://www.gnu.org/software/emacs/">emacs</a> is another editor often used
3925-
on *nix.</li>
3926-
<li><a href="http://pydev.org/">PyDev</a> is a Python IDE plug in for
3927-
<a href="https://www.eclipse.org/">Eclipse</a>.</li>
3928+
<li>
3929+
<p><a href="http://www.vim.org/">vim</a> is my editor of choice and installed by default
3930+
on most *nix systems.</p>
3931+
</li>
3932+
<li>
3933+
<p><a href="http://www.gnu.org/software/emacs/">emacs</a> is another editor often used
3934+
on *nix.</p>
3935+
</li>
3936+
<li>
3937+
<p><a href="http://pydev.org/">PyDev</a> is a Python IDE plug in for
3938+
<a href="https://www.eclipse.org/">Eclipse</a>.</p>
3939+
</li>
3940+
<li>
3941+
<p><a href="http://www.sublimetext.com/">Sublime Text</a> versions 2 and 3 (currently
3942+
in beta) are popular text editors that can be extended with code completion,
3943+
linting, syntax highlighting and other features using plugins.</p>
3944+
</li>
3945+
<li>
3946+
<p><a href="https://atom.io/">Atom</a> is an open source editor built by the
3947+
<a href="https://github.com">GitHub</a> team.</p>
3948+
</li>
39283949
</ul>
39293950
<h2>Python-specific IDEs</h2>
39303951
<ul>
3931-
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a></li>
3932-
<li><a href="https://wingware.com/">WingIDE</a></li>
3933-
<li><a href="http://komodoide.com/">Komodo</a></li>
3952+
<li>
3953+
<p><a href="https://www.jetbrains.com/pycharm/">PyCharm</a> is a Python-specific IDE
3954+
built on <a href="https://www.jetbrains.com/">JetBrains</a>' platform. There are
3955+
free editions for students and open source projects.</p>
3956+
</li>
3957+
<li>
3958+
<p><a href="https://wingware.com/">WingIDE</a></p>
3959+
</li>
3960+
<li>
3961+
<p><a href="http://komodoide.com/">Komodo</a></p>
3962+
</li>
39343963
</ul>
39353964
<h2>Hosted development environment services</h2>
39363965
<p>In the past couple of years several cloud-based development environments
@@ -3983,6 +4012,10 @@ <h1>Change Log</h1>
39834012
the
39844013
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
39854014
<h2>2014</h2>
4015+
<h3>November</h3>
4016+
<ul>
4017+
<li>New monitoring and development environments resources.</li>
4018+
</ul>
39864019
<h3>October</h3>
39874020
<ul>
39884021
<li>Added the first new page in awhile! All about

change-log.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ <h1>Change Log</h1>
4444
the
4545
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
4646
<h2>2014</h2>
47+
<h3>November</h3>
48+
<ul>
49+
<li>New monitoring and development environments resources.</li>
50+
</ul>
4751
<h3>October</h3>
4852
<ul>
4953
<li>Added the first new page in awhile! All about

development-environments.html

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,41 @@ <h2>A full development environment example</h2>
6868
less expensive set up or a cloud-based development environment.</p>
6969
<h2>Open source development environments</h2>
7070
<ul>
71-
<li><a href="http://www.vim.org/">vim</a> is my editor of choice and installed by default
72-
on most *nix systems.</li>
73-
<li><a href="http://www.gnu.org/software/emacs/">emacs</a> is another editor often used
74-
on *nix.</li>
75-
<li><a href="http://pydev.org/">PyDev</a> is a Python IDE plug in for
76-
<a href="https://www.eclipse.org/">Eclipse</a>.</li>
71+
<li>
72+
<p><a href="http://www.vim.org/">vim</a> is my editor of choice and installed by default
73+
on most *nix systems.</p>
74+
</li>
75+
<li>
76+
<p><a href="http://www.gnu.org/software/emacs/">emacs</a> is another editor often used
77+
on *nix.</p>
78+
</li>
79+
<li>
80+
<p><a href="http://pydev.org/">PyDev</a> is a Python IDE plug in for
81+
<a href="https://www.eclipse.org/">Eclipse</a>.</p>
82+
</li>
83+
<li>
84+
<p><a href="http://www.sublimetext.com/">Sublime Text</a> versions 2 and 3 (currently
85+
in beta) are popular text editors that can be extended with code completion,
86+
linting, syntax highlighting and other features using plugins.</p>
87+
</li>
88+
<li>
89+
<p><a href="https://atom.io/">Atom</a> is an open source editor built by the
90+
<a href="https://github.com">GitHub</a> team.</p>
91+
</li>
7792
</ul>
7893
<h2>Python-specific IDEs</h2>
7994
<ul>
80-
<li><a href="https://www.jetbrains.com/pycharm/">PyCharm</a></li>
81-
<li><a href="https://wingware.com/">WingIDE</a></li>
82-
<li><a href="http://komodoide.com/">Komodo</a></li>
95+
<li>
96+
<p><a href="https://www.jetbrains.com/pycharm/">PyCharm</a> is a Python-specific IDE
97+
built on <a href="https://www.jetbrains.com/">JetBrains</a>' platform. There are
98+
free editions for students and open source projects.</p>
99+
</li>
100+
<li>
101+
<p><a href="https://wingware.com/">WingIDE</a></p>
102+
</li>
103+
<li>
104+
<p><a href="http://komodoide.com/">Komodo</a></p>
105+
</li>
83106
</ul>
84107
<h2>Hosted development environment services</h2>
85108
<p>In the past couple of years several cloud-based development environments

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>2014-11-01T09:03:39Z</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>2014-11-02T10:08:17Z</updated></feed>

monitoring.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ <h2>Monitoring resources</h2>
169169
<p><a href="https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/">How to design useful monitoring and graphing visualizations</a></p>
170170
</li>
171171
<li>
172+
<p><a href="https://speakerdeck.com/auxesis/5-years-of-metrics-and-monitoring">5 years of metrics and monitoring</a>
173+
is a great presentation highlighting that visualization so humans can
174+
understand measurements is a hard problem. Line graphs are often not
175+
the best solution and they are overused.</p>
176+
</li>
177+
<li>
172178
<p>The Collector Highlight Series has an article on <a href="http://blog.librato.com/posts/statsd">StatsD</a>
173179
that explains how to install it and how it works.</p>
174180
</li>

source/content/pages/09-monitoring-analytics/0902-monitoring.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
133133

134134
* [How to design useful monitoring and graphing visualizations](https://blog.serverdensity.com/how-to-design-useful-monitoring-graphs-and-visualizations/)
135135

136+
* [5 years of metrics and monitoring](https://speakerdeck.com/auxesis/5-years-of-metrics-and-monitoring)
137+
is a great presentation highlighting that visualization so humans can
138+
understand measurements is a hard problem. Line graphs are often not
139+
the best solution and they are overused.
140+
136141
* The Collector Highlight Series has an article on [StatsD](http://blog.librato.com/posts/statsd)
137142
that explains how to install it and how it works.
138143

source/content/pages/11-misc/1102-development-environments.markdown

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,28 @@ less expensive set up or a cloud-based development environment.
5454
## Open source development environments
5555
* [vim](http://www.vim.org/) is my editor of choice and installed by default
5656
on most \*nix systems.
57+
5758
* [emacs](http://www.gnu.org/software/emacs/) is another editor often used
5859
on \*nix.
60+
5961
* [PyDev](http://pydev.org/) is a Python IDE plug in for
6062
[Eclipse](https://www.eclipse.org/).
6163

64+
* [Sublime Text](http://www.sublimetext.com/) versions 2 and 3 (currently
65+
in beta) are popular text editors that can be extended with code completion,
66+
linting, syntax highlighting and other features using plugins.
67+
68+
* [Atom](https://atom.io/) is an open source editor built by the
69+
[GitHub](https://github.com) team.
70+
6271

6372
## Python-specific IDEs
64-
* [PyCharm](https://www.jetbrains.com/pycharm/)
73+
* [PyCharm](https://www.jetbrains.com/pycharm/) is a Python-specific IDE
74+
built on [JetBrains](https://www.jetbrains.com/)' platform. There are
75+
free editions for students and open source projects.
76+
6577
* [WingIDE](https://wingware.com/)
78+
6679
* [Komodo](http://komodoide.com/)
6780

6881

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ the
2323
[source repository's commit log](https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages) on GitHub.
2424

2525
## 2014
26+
### November
27+
* New monitoring and development environments resources.
28+
2629
### October
2730
* Added the first new page in awhile! All about
2831
[development environments](/development-environments.html).

0 commit comments

Comments
 (0)