Skip to content

Commit 20f5006

Browse files
committed
removing broken links thanks to pr mattmakai#198
1 parent 646e1d6 commit 20f5006

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ gone through the process and have advice for making it less painful.
8585
deploying the new version before going back to clean up unnecessary code
8686
created by the transition.
8787

88-
* [The only problem with Python 3's str is that you don't grok it](http://sircmpwn.github.io/2017/01/13/The-problem-with-Python-3.html)
89-
specifically covers strings and some of the misconceptions around
90-
how strings are handled in version 2 versus version 3.
91-
9288
* [Migrating to Python 3 with pleasure](https://github.com/arogozhnikov/python3_with_pleasure)
9389
is a porting guide that focuses on code that data scientists would
9490
typically use in their programs.
@@ -165,12 +161,6 @@ should upgrade as soon as possible.
165161
strongly encourages Python 3 adoption by publicly stating their
166162
intentions.
167163

168-
* [There isn’t really a Python 2 vs Python 3 Problem](http://pythonforengineers.com/there-isnt-really-a-python-2-vs-python-3-problem/)
169-
tries to cut past the concern about the Python 2 vs 3 divide and explain
170-
that it's really not a major concern as a Python programmer. The
171-
recommendation to new programmers is to use Python 3 and for experienced
172-
developers to keep your explanation simple: Python 3 is where to begin.
173-
174164
* [10 awesome features of Python that you can't use because you refuse to upgrade to Python 3](http://www.asmeurer.com/python3-presentation/slides.html)
175165
is a great slideshow with code snippets that show useful new features
176166
of Python 3 that are not available in 2.x such as keyword-only

content/pages/01-introduction/08-best-python-resources.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ should skip down to the next section for "experienced developers".
6868
* [A Byte of Python](http://www.swaroopch.com/notes/python/) is a beginner's
6969
tutorial for the Python language.
7070

71-
* Code Academy has a [Python track](http://www.codecademy.com/tracks/python)
72-
for people completely new to programming.
73-
7471
* [Introduction to Programming with Python](http://opentechschool.github.io/python-beginners/en/index.html)
7572
goes over the basic syntax and control structures in Python. The free book
7673
has numerous code examples to go along with each topic.

content/pages/03-data/18-data-visualization.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ easier for humans to see patterns, trends and other useful information.
3636
[pandas](/pandas.html) and [Matplotlib](/matplotlib.html) that is
3737
similar to [FiveThirtyEight](https://fivethirtyeight.com/)'s plots.
3838

39+
* [Intro to pdvega - Plotting for Pandas using Vega-Lite](http://pbpython.com/pdvega.html)
40+
shows how to generate plots from your
41+
[pandas](/pandas.html)-structured data using
42+
[pdvega](https://github.com/altair-viz/pdvega).
43+
3944

4045
### Beautiful example visualizations
4146
Sometimes you need inspiration from other sources to figure out what

content/pages/06-devops/01-monitoring.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ Incident Management
162162
has some nice data and graphs on what developers and operations folks use
163163
in their environments.
164164

165-
* Ryan Frantz wrote a nice post on
166-
[Solving Monitoring](http://ryanfrantz.com/posts/solving-monitoring/)
167-
with a new definition of what monitoring means based on today's complex
168-
systems and how the practice should evolve going forward.
169-
170165

171166
## Monitoring learning checklist
172167
1. Review the software-as-a-service and open source monitoring tools below.

0 commit comments

Comments
 (0)