File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
source/content/pages/01-introduction Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ <h3>More perspectives on why to use Python</h3>
189189</li>
190190<li>
191191<p><a href="http://lorenabarba.com/blog/why-i-push-for-python/">Why I Push for Python</a>
192- explains one professor's rationale for promoting Python to teach programming
192+ gives one professor's rationale for promoting Python to teach programming
193193 to undergraduates.</p>
194194</li>
195195<li>
@@ -205,6 +205,14 @@ <h3>More perspectives on why to use Python</h3>
205205 him with its wide array of open source code libraries, package management
206206 and ability to work well on platforms other than Windows.</p>
207207</li>
208+ <li>
209+ <p><a href="http://sebastianraschka.com/blog/2015/why-python.html">Python, Machine Learning, and Language Wars</a>
210+ compares Python with R, MATLAB and Julia for data science work. While
211+ Python is great for <a href="/deployments.html">deployment automation</a> and
212+ <a href="/web-development.html">web development</a>, many non-developers are first
213+ introduced to the language and ecosystem while getting data analysis
214+ work done.</p>
215+ </li>
208216</ul>
209217 <h1>Python 2 or 3?</h1>
210218<p>The Python programming language is currently in the midst of a long-term
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
9999 Python is a very good option for many use cases.
100100
101101* [ Why I Push for Python] ( http://lorenabarba.com/blog/why-i-push-for-python/ )
102- explains one professor's rationale for promoting Python to teach programming
102+ gives one professor's rationale for promoting Python to teach programming
103103 to undergraduates.
104104
105105* If you're wondering about the differences in Python's dynamically typed
@@ -112,3 +112,10 @@ displays [The Zen of Python](https://www.python.org/dev/peps/pep-0020/).
112112 lacking when it came to satisfying his needs and Python filled the gap for
113113 him with its wide array of open source code libraries, package management
114114 and ability to work well on platforms other than Windows.
115+
116+ * [ Python, Machine Learning, and Language Wars] ( http://sebastianraschka.com/blog/2015/why-python.html )
117+ compares Python with R, MATLAB and Julia for data science work. While
118+ Python is great for [ deployment automation] ( /deployments.html ) and
119+ [ web development] ( /web-development.html ) , many non-developers are first
120+ introduced to the language and ecosystem while getting data analysis
121+ work done.
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ <h3>More perspectives on why to use Python</h3>
127127</ li >
128128< li >
129129< p > < a href ="http://lorenabarba.com/blog/why-i-push-for-python/ "> Why I Push for Python</ a >
130- explains one professor's rationale for promoting Python to teach programming
130+ gives one professor's rationale for promoting Python to teach programming
131131 to undergraduates.</ p >
132132</ li >
133133< li >
@@ -143,6 +143,14 @@ <h3>More perspectives on why to use Python</h3>
143143 him with its wide array of open source code libraries, package management
144144 and ability to work well on platforms other than Windows.</ p >
145145</ li >
146+ < li >
147+ < p > < a href ="http://sebastianraschka.com/blog/2015/why-python.html "> Python, Machine Learning, and Language Wars</ a >
148+ compares Python with R, MATLAB and Julia for data science work. While
149+ Python is great for < a href ="/deployments.html "> deployment automation</ a > and
150+ < a href ="/web-development.html "> web development</ a > , many non-developers are first
151+ introduced to the language and ecosystem while getting data analysis
152+ work done.</ p >
153+ </ li >
146154</ ul >
147155< h3 > What else do you want to learn about Python?</ h3 >
148156< div class ="row ">
You can’t perform that action at this time.
0 commit comments