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
Copy file name to clipboardExpand all lines: index.xml
+10-6
Original file line number
Diff line number
Diff line change
@@ -177,15 +177,19 @@ like <a href="http://stackoverflow.com/questions/tagged/numpy">StackOverflow&
177
177
these sites, or answer questions directly, but the volume is a little
178
178
overwhelming!</p>
179
179
<h3 id="stackoverflowhttpstackoverflowcomquestionstaggednumpy"><a href="http://stackoverflow.com/questions/tagged/numpy">StackOverflow</a><a class="headerlink" href="#stackoverflowhttpstackoverflowcomquestionstaggednumpy" title="Link to this heading">#</a></h3>
180
-
<p>A forum for asking usage questions, e.g. &ldquo;How do I do X in NumPy?”. Please <a href="https://stackoverflow.com/help/tagging">use the <code>#numpy</code> tag</a></p></description></item><item><title>History of NumPy</title><link>https://numpy.org/history/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://numpy.org/history/</guid><description><p>NumPy is a foundational Python library that provides array data structures and related fast numerical routines. When started, the library had little funding, and was written mainly by graduate students—many of them without computer science education, and often without a blessing of their advisors. To even imagine that a small group of “rogue” student programmers could upend the already well-established ecosystem of research software—backed by millions in funding and many hundreds of highly qualified engineers — was preposterous. Yet, the philosophical motivations behind a fully open tool stack, in combination with the excited, friendly community with a singular focus, have proven auspicious in the long run. Nowadays, NumPy is relied upon by scientists, engineers, and many other professionals around the world. For example, the published scripts used in the analysis of gravitational waves import NumPy, and the M87 black hole imaging project directly cites NumPy.</p></description></item><item><title>Installing NumPy</title><link>https://numpy.org/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://numpy.org/install/</guid><description><p>The only prerequisite for installing NumPy is Python itself. If you don&rsquo;t have
180
+
<p>A forum for asking usage questions, e.g. &ldquo;How do I do X in NumPy?”. Please <a href="https://stackoverflow.com/help/tagging">use the <code>#numpy</code> tag</a></p></description></item><item><title>History of NumPy</title><link>https://numpy.org/history/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://numpy.org/history/</guid><description><p>NumPy is a foundational Python library that provides array data structures and related fast numerical routines. When started, the library had little funding, and was written mainly by graduate students—many of them without computer science education, and often without a blessing of their advisors. To even imagine that a small group of “rogue” student programmers could upend the already well-established ecosystem of research software—backed by millions in funding and many hundreds of highly qualified engineers — was preposterous. Yet, the philosophical motivations behind a fully open tool stack, in combination with the excited, friendly community with a singular focus, have proven auspicious in the long run. Nowadays, NumPy is relied upon by scientists, engineers, and many other professionals around the world. For example, the published scripts used in the analysis of gravitational waves import NumPy, and the M87 black hole imaging project directly cites NumPy.</p></description></item><item><title>Installing NumPy</title><link>https://numpy.org/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://numpy.org/install/</guid><description><div class="admonition tip">
181
+
<div class="admonition-title"> Tip</div>
182
+
<p>
183
+
This page assumes you are comfortable using a terminal and are familiar with package managers.
184
+
The only prerequisite for installing NumPy is Python itself. If you don&rsquo;t have
181
185
Python yet and want the simplest way to get started, we recommend you use the
182
186
<a href="https://www.anaconda.com/download">Anaconda Distribution</a> - it includes
183
187
Python, NumPy, and many other commonly used packages for scientific computing
184
-
and data science.</p>
185
-
<p>NumPy can be installed with <code>conda</code>, with <code>pip</code>, with a package manager on
186
-
macOS and Linux, or <a href="https://numpy.org/devdocs/building">from source</a>.
187
-
For more detailed instructions, consult our <a href="https://numpy.org/install/#python-numpy-install-guide">Python and NumPy
188
-
installation guide</a> below.</p></description></item><item><title>Learn</title><link>https://numpy.org/learn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://numpy.org/learn/</guid><description><p>For the <strong>official NumPy documentation</strong> visit <a href="https://numpy.org/doc/stable">numpy.org/doc/stable</a>.</p>
188
+
and data science.
189
+
</p>
190
+
</div>
191
+
192
+
<p>The recommended method of installing NumPy depends on your preferred workflow. Below, we break down the installation methods into the following categories:</p></description></item><item><title>Learn</title><link>https://numpy.org/learn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://numpy.org/learn/</guid><description><p>For the <strong>official NumPy documentation</strong> visit <a href="https://numpy.org/doc/stable">numpy.org/doc/stable</a>.</p>
189
193
<hr>
190
194
<p>Below is a curated collection of educational resources, both for self-learning and teaching others, developed by NumPy contributors and vetted by the community.</p>
191
195
<h2 id="beginners">Beginners<a class="headerlink" href="#beginners" title="Link to this heading">#</a></h2>
0 commit comments