avatarJ3

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

7910

Abstract

61659542</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">77532828</span>, <span class="hljs-number">0</span>.<span class="hljs-number">36213786</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">28636974</span>, <span class="hljs-number">0</span>.<span class="hljs-number">33286861</span>, <span class="hljs-number">0</span>.<span class="hljs-number">06991562</span>, <span class="hljs-number">0</span>.<span class="hljs-number">99519046</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">12320101</span>, -<span class="hljs-number">2</span>.<span class="hljs-number">09591218</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">99818646</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">86720284</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">13239342</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">17099943</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">76632253</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">005097</span> , -<span class="hljs-number">1</span>.<span class="hljs-number">73123788</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">28889203</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">63121734</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">32411105</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">30448115</span>, -<span class="hljs-number">0</span>.<span class="hljs-number">67660156</span>, -<span class="hljs-number">1</span>.<span class="hljs-number">1030128</span> , -<span class="hljs-number">1</span>.<span class="hljs-number">19426878</span>, <span class="hljs-number">1</span>.<span class="hljs-number">10254174</span>, <span class="hljs-number">1</span>.<span class="hljs-number">30879357</span>])</pre></div><p id="d1d2"><b>11#PyEx </b>— Python — NumPy —Numbers generators<b>:</b></p><div id="002b"><pre><span class="hljs-meta">#Create the following matrix:</span></pre></div><div id="c280"><pre># output expected: <span class="hljs-built_in">array</span>([ <span class="hljs-string">[0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1 ]</span>, <span class="hljs-string">[0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.2 ]</span>, <span class="hljs-string">[0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.3 ]</span>, <span class="hljs-string">[0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38, 0.39, 0.4 ]</span>, <span class="hljs-string">[0.41, 0.42, 0.43, 0.44, 0.45, 0.46, 0.47, 0.48, 0.49, 0.5 ]</span>, <span class="hljs-string">[0.51, 0.52, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58, 0.59, 0.6 ]</span>, <span class="hljs-string">[0.61, 0.62, 0.63, 0.64, 0.65, 0.66, 0.67, 0.68, 0.69, 0.7 ]</span>, <span class="hljs-string">[0.71, 0.72, 0.73, 0.74, 0.75, 0.76, 0.77, 0.78, 0.79, 0.8 ]</span>, <span class="hljs-string">[0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.89, 0.9 ]</span>, <span class="hljs-string">[0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99, 1. ]</span>])</pre></div><p id="cb0c"><b>12#PyEx </b>— Python — Numpy —Spaced Intervals <b>:</b></p><div id="ad6b"><pre>#<span class="hljs-keyword">Create</span> an <span class="hljs-keyword">array</span> of <span class="hljs-number">20</span> linearly spaced points <span class="hljs-keyword">between</span> <span class="hljs-number">0</span> <span class="hljs-keyword">and</span> <span class="hljs-number">1</span>:</pre></div><div id="1831"><pre><span class="hljs-comment"># output expected: </span> <span class="hljs-attribute">array</span>([<span class="hljs-number">0</span>. , <span class="hljs-number">0</span>.<span class="hljs-number">05263158</span>, <span class="hljs-number">0</span>.<span class="hljs-number">10526316</span>, <span class="hljs-number">0</span>.<span class="hljs-number">15789474</span>, <span class="hljs-number">0</span>.<span class="hljs-number">21052632</span>, <span class="hljs-number">0</span>.<span class="hljs-number">26315789</span>, <span class="hljs-number">0</span>.<span class="hljs-number">31578947</span>, <span class="hljs-number">0</span>.<span class="hljs-number">36842105</span>, <span class="hljs-number">0</span>.<span class="hljs-number">42105263</span>, <span class="hljs-number">0</span>.<span class="hljs-number">47368421</span>, <span class="hljs-number">0</span>.<span class="hljs-number">52631579</span>, <span class="hljs-number">0</span>.<span class="hljs-number">57894737</span>, <span class="hljs-number">0</span>.<span class="hljs-number">63157895</span>, <span class="hljs-number">0</span>.<span class="hljs-number">68421053</span>, <span class="hljs-number">0</span>.<span class="hljs-number">73684211</span>, <span class="hljs-number">0</span>.<span class="hljs-number">78947368</span>, <span class="hljs-number">0</span>.<span class="hljs-number">84210526</span>, <span class="hljs-number">0</span>.<span class="hljs-number">89473684</span>, <span class="hljs-number">0</span>.<span class="hljs-number">94736842</span>, <span class="hljs-number">1</span>. ])</pre></div><p id="059f">Alright, now you will be given a starting matrix, and you will replicate the matrix outputs</p><p id="2513">IMPORTANT NOTE: <b>Do not forget to run the cell below!</b></p><div id="5e76"><pre><span class="hljs-comment">#RUN THIS CELL — THIS IS OUR STARTING MATRIX:</span></pre></div><div id="1c70"><pre><span class="hljs-attribute">mat</span> = np.arange(<span class="hljs-number">1</span>,<span class="hljs-number">26</span>).reshape(<span class="hljs-number">5</span>,<span class="hljs-number">5</span>)</pre></div><div id="d7e9"><pre><span class="hljs-comment"># output expected:</span> <span class="hljs-attribute">array</span>([[ <span class="hljs-number">1</span>, <span class="hljs-number">2</span>, <span class="hljs-number">3</span>, <span class="hljs-number">4</span>, <span class="hljs-number">5</span>], <span class="hljs-meta"> [ 6, 7, 8, 9, 10],
[11, 12, 13, 14, 15],
[16, 17, 18, 19, 20],
[21, 22, 23, 24, 25]])</span></pre></div><p id="ef58"><b>13#PyEx </b>— Python — NumPy — Indexing & Slicing<b>:</b></p><div id="3a55"><pre><span class="hljs-comment">#Write code that reproduces the output shown below:</span></pre></div><div id="12f3"><pre># <span class="hljs-built_in">output</span> expected: array(<span class="hljs-string">[[12, 13, 14, 15], [17, 18, 19, 20], [22, 23, 24, 25]]</span>)</pre></div><p id="bf41"><b>14#PyEx </b>— Python — NumPy — Indexing & Slicing<b>:</b></p><div id="cfd2"><pre><span class="hljs-comment">#Write code that reproduces the output shown below:</span></pre></div><div id="7be4"><pre><span class="hljs-meta"># output expected: </span> <span class="hljs-number">20</span></pre></div><p id="4aa1"><b>15#PyEx </b>— Python — NumPy —Indexing & Slicing <b>:</b></p><div id="f5b4"><pre><span class="hljs-comment">#Write code that reproduces the output shown below:</span></pre></div><div id="85ed"><pre># <span class="hljs-built_in">output</span> expected: array(<span class="hljs-string">[[ 2], [ 7], [12]]</span>)</pre></div><p id="04fd"><b>16#PyEx </b>— Python — NumPy —Indexing & Slicing <b>:</b></p><div id="ffce"><pre><span class="hljs-comment">#Write code that reproduces the output shown below:</span></pre></div><div id="f847"><pre><span class="hljs-comment"># output expected: </span> <span class="hljs-attribute">array</span>([<span class="hljs-number">21</span>, <span class="hljs-number">22</span>, <span class="hljs-number">23</span>, <span class="hljs-number">24</span>, <span class="hljs-number">25</span>])</pre></div><p id="4def"><b>17#PyEx </b>— Python — NumPy —Indexing & Slicing <b>:</b></p><div id="c11c"><pre><span class="hljs-comment">#Write code that reproduces the output shown below:</span></pre></div><div id="a6b6"><pre><span

Options

class="hljs-comment"># output expected: </span> <span class="hljs-attribute">array</span>([[<span class="hljs-number">16</span>, <span class="hljs-number">17</span>, <span class="hljs-number">18</span>, <span class="hljs-number">19</span>, <span class="hljs-number">20</span>],<span class="hljs-meta"> [21, 22, 23, 24, 25]])</span></pre></div><p id="7b2f"><b>18#PyEx </b>— Python — NumPy —Stats & Math <b>:</b></p><div id="1ead"><pre>#Get the <span class="hljs-keyword">sum</span> of <span class="hljs-literal">all</span> the values <span class="hljs-keyword">in</span> mat:</pre></div><div id="2edb"><pre><span class="hljs-meta"># output expected: </span> <span class="hljs-number">325</span></pre></div><p id="a889"><b>19#PyEx </b>— Python — NumPy —Stats & Math <b>:</b></p><div id="7ab2"><pre><span class="hljs-comment">#Get the standard deviation of the values in mat:</span></pre></div><div id="db15"><pre><span class="hljs-comment"># output expected:</span> <span class="hljs-attribute">7</span>.<span class="hljs-number">211102550927978</span></pre></div><p id="22b6"><b>20#PyEx </b>— Python — NumPy —Stats & Math <b>:</b></p><div id="2ac4"><pre>#Get the <span class="hljs-keyword">sum</span> of <span class="hljs-literal">all</span> the columns <span class="hljs-keyword">in</span> mat:</pre></div><div id="b415"><pre><span class="hljs-comment"># output expected: </span> <span class="hljs-attribute">array</span>([<span class="hljs-number">55</span>, <span class="hljs-number">60</span>, <span class="hljs-number">65</span>, <span class="hljs-number">70</span>, <span class="hljs-number">75</span>])</pre></div><p id="a5f0">That`s it !</p><p id="ec58">Get the original notebook e the notebook answer:).</p><p id="c42c">See you soon!</p><p id="273b">Bye!</p><p id="1c28">o/</p><p id="299f"><a href="https://colab.research.google.com/">Google Colab</a> Notebooks are here:</p><p id="2d28">Colab <b>Questions <a href="https://colab.research.google.com/drive/1j07eV89vArIuCCadEGEFVfIMKE_2SVmm"></a></b><a href="https://colab.research.google.com/drive/1j07eV89vArIuCCadEGEFVfIMKE_2SVmm">link</a>:)</p><p id="3aac">Colab <b>Answers <a href="https://colab.research.google.com/drive/1Hko_JtBFKesBhnbT-9VpDlgBcJ6ukqHo"></a></b><a href="https://colab.research.google.com/drive/1Hko_JtBFKesBhnbT-9VpDlgBcJ6ukqHo">link</a>:)</p><p id="02f2">Or <b>GitHub </b>Repo <a href="https://github.com/giljr/py4engineer/tree/master/EX_16">link</a>:)</p><p id="5335">Or Files from <a href="https://drive.google.com/drive/folders/1gzwQPhrFvH2kNU8s-V0nSLtMgKLLN2Nq?usp=sharing"><b>Google Drive</b></a>:)</p><h1 id="e94c">Credits & References</h1><p id="a857"><a href="http://www.crateus.ufc.br/training/#page-content">INTRODUÇÃO A MACHINE LEARNING PARA CERTIFICAÇÃO HCIA-AI<b></b></a><b> by <a href="http://www.crateus.ufc.br/training/#page-content"></a></b><a href="http://www.crateus.ufc.br/training/#page-content">crateus.ufc.br</a></p><p id="497d"><a href="https://www.huawei.com/en/">https://www.huawei.com/en/</a></p><h1 id="5978">Posts Related:</h1><p id="1bfd">00Episode#PySeries — Python — <a href="https://medium.com/@J.3/python-jupiter-notebook-quick-start-with-vscode-916c43c10d9a"><b>Jupiter </b>Notebook Quick Start with VSCode — How to Set your Win10 Environment to use Jupiter Notebook</a></p><p id="eb56">01Episode#PySeries — Python — <b>Python 4 Engineers </b>— Exercises! <a href="https://readmedium.com/python-for-engenniging-exercises-977fbe4d6d02">An overview of the Opportunities Offered by Python in Engineering!</a></p><p id="68dd">02Episode#<b>PySeries </b>— Python — <a href="https://readmedium.com/geogebra-plus-linear-programming-a51661c99590"><b>Geogebra </b>Plus Linear Programming- We’ll Create a Geogebra program to help us with our linear programming</a></p><p id="4961">03Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/python-4-engineers-more-exercises-5cbab729ef11"><b>Python 4 Engineers </b>— More Exercises! — Another Round to Make Sure that Python is Really Amazing!</a></p><p id="530e">04Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/linear-regressions-the-basics-1a633f351ec2"><b>Linear Regressions</b> — The Basics — How to Understand Linear Regression Once and For All!</a></p><p id="bbc1">05Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/numpy-init-python-review-f5362abbaaf9"><b>NumPy </b>Init & Python Review — A Crash Python Review & Initialization at NumPy lib.</a></p><p id="1188">06Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/numpy-jupyter-notebook-1182f78ab4e1"><b>NumPy </b>Arrays & Jupyter Notebook — Arithmetic Operations, Indexing & Slicing, and Conditional Selection w/ np arrays</a>.</p><p id="d38c">07Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-intro-series-970e206e2ad5"><b>Pandas</b> — Intro & Series — What it is? How to use it?</a></p><p id="da32">08Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-dataframes-7ba872dcbc30"><b>Pandas</b> DataFrames — The primary Pandas data structure! It is a dict-like container for Series objects</a></p><p id="7323">09Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/python-4-engineers-even-more-exercises-d0141e0b06d"><b>Python 4 Engineers</b> — Even More Exercises! — More Practicing Coding Questions in Python!</a></p><p id="66cc">10Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-hierarchical-index-cross-section-30783023a274"><b>Pandas </b>— Hierarchical Index & Cross-section — Open your Colab notebook and here are the follow-up exercises!</a></p><p id="fdee">11Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-missing-data-5142f3eda2b"><b>Pandas</b> — Missing Data — Let’s Continue the Python Exercises — Filling & Dropping Missing Data</a></p><p id="b37d">12Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-group-by-3140d053b9c"><b>Pandas</b> — Group By — Grouping large amounts of data and compute operations on these groups</a></p><p id="8343">13Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-merging-joining-concatenations-a35bbe1a9dd5"><b>Pandas </b>— Merging, Joining & Concatenations — Facilities For Easily Combining Together Series or DataFrame</a></p><p id="c139">14Episode#<b>PySeries</b> — Python — <a href="https://readmedium.com/pandas-operations-4b8f7a4b4139"><b>Pandas </b>— Pandas Dataframe Examples: Column Operations</a></p><p id="aff8">15Episode#<b>PySeries</b> — Python — <b>Python 4 Engineers </b><a href="https://readmedium.com/python-4-engineers-keeping-it-in-the-short-term-memory-4f9458016171">Keeping It In The Short-Term Memory — <b>Test Yourself!</b></a> Coding in Python, Again!</p><p id="cb3f">16Episode#<b>PySeries</b> — NumPy— NumPy Review, Again;)<b> </b>—Python Review Free Exercises (this one)</p><p id="6811">17Episode#<b>PySeries</b><a href="https://readmedium.com/generators-in-python-8d3de173743e">Generators in Python<b></b></a><b><a href="https://readmedium.com/numpy-review-again-f94f1c1c77e8"><b> </b></a>— Python Review Free Hints</b></p><p id="7074">18Episode#<b>PySeries</b> — P<a href="https://readmedium.com/panda-review-again-baf0687b35de">andas Review…Again;)</a> — Python Review Free Exercise</p><p id="d16e">19Episode#<b>PySeries</b><a href="https://readmedium.com/matlibplot-seaborn-python-libs-459f6666f35f">MatlibPlot & Seaborn Python Libs </a>— Reviewing theses Plotting & Statistics Packs</p><p id="4b03">20Episode#<b>PySeries</b><a href="https://readmedium.com/seaborn-python-review-9e543b6b7a44">Seaborn Python Review</a> — Reviewing theses Plotting & Statistics Packs</p><figure id="5849"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*sZYKJNyyaXs5cYc3.jpg"><figcaption></figcaption></figure></article></body>

NumPy Review…Again;)

Python Review Free Exercises — #PySeries#Episode 16

Hi, answer these twenty questions:

01#PyEx — Python —NumPy — Importing Libs:

#Import NumPy as np:

02#PyEx — Python — NumPy — Zeros:

#Create an array of 10 zeros:
# output expected: 
array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0.])

03#PyEx — Python — NumPy — Ones:

#Create an array of 10 ones:
# output expected: 
array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.])

04#PyEx — Python — NumPy — Ones:

#Create an array of 10 fives:
# output expected: 
array([5., 5., 5., 5., 5., 5., 5., 5., 5., 5.])

05#PyEx — Python — NumPy — Integers:

#Create an array of the integers from 10 to 50:
# output expected: 
array([10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43,44, 45, 46, 47, 48, 49, 50])

06#PyEx — Python — NumPy — Arange:

#Create an array of all the even integers from 10 to 50:
# output expected: 
array([10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50])

07#PyEx — Python — NumPy —Arange :

#Create a 3x3 matrix with values ranging from 0 to 8:
# output expected: 
array([[0, 1, 2],
[3, 4, 5],
[6, 7, 8]])

08#PyEx — Python — NumPy —Identity Matrix :

#Create a 3x3 identity matrix:
# output expected: 
array([[1., 0., 0.],
[0., 1., 0.],
[0., 0., 1.]])

09#PyEx — Python — NumPy — Random Numbers:

#Use NumPy to generate a random number between 0 and 1:
#NOTE: Your result’s value should be different from the one shown #below.
# output expected: 
array([0.23442116])

10#PyEx — Python — NumPy — Random Numbers:

#Use NumPy to generate an array of 25 random numbers sampled from a standard normal distribution:
#NOTE: Your result’s values should be different from the ones shown below.
# output expected: 
array([-0.61659542, -0.77532828, 0.36213786, -1.28636974, 0.33286861, 0.06991562, 0.99519046, -1.12320101, -2.09591218, -0.99818646, -0.86720284, -1.13239342, -0.17099943, -0.76632253, -1.005097 , -1.73123788, -1.28889203, -1.63121734, -0.32411105, -0.30448115, -0.67660156, -1.1030128 , -1.19426878, 1.10254174, 1.30879357])

11#PyEx — Python — NumPy —Numbers generators:

#Create the following matrix:
# output expected: 
array([
[0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1 ],
[0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.2 ],
[0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.3 ],
[0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38, 0.39, 0.4 ],
[0.41, 0.42, 0.43, 0.44, 0.45, 0.46, 0.47, 0.48, 0.49, 0.5 ],
[0.51, 0.52, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58, 0.59, 0.6 ],
[0.61, 0.62, 0.63, 0.64, 0.65, 0.66, 0.67, 0.68, 0.69, 0.7 ],
[0.71, 0.72, 0.73, 0.74, 0.75, 0.76, 0.77, 0.78, 0.79, 0.8 ],
[0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.89, 0.9 ],
[0.91, 0.92, 0.93, 0.94, 0.95, 0.96, 0.97, 0.98, 0.99, 1. ]])

12#PyEx — Python — Numpy —Spaced Intervals :

#Create an array of 20 linearly spaced points between 0 and 1:
# output expected: 
array([0. , 0.05263158, 0.10526316, 0.15789474, 0.21052632, 0.26315789, 0.31578947, 0.36842105, 0.42105263, 0.47368421, 0.52631579, 0.57894737, 0.63157895, 0.68421053, 0.73684211, 0.78947368, 0.84210526, 0.89473684, 0.94736842, 1. ])

Alright, now you will be given a starting matrix, and you will replicate the matrix outputs

IMPORTANT NOTE: Do not forget to run the cell below!

#RUN THIS CELL — THIS IS OUR STARTING MATRIX:
mat = np.arange(1,26).reshape(5,5)
# output expected:
array([[ 1,  2,  3,  4,  5],        
[ 6,  7,  8,  9, 10],        
[11, 12, 13, 14, 15],        
[16, 17, 18, 19, 20],        
[21, 22, 23, 24, 25]])

13#PyEx — Python — NumPy — Indexing & Slicing:

#Write code that reproduces the output shown below:
# output expected: 
array([[12, 13, 14, 15],
[17, 18, 19, 20],
[22, 23, 24, 25]])

14#PyEx — Python — NumPy — Indexing & Slicing:

#Write code that reproduces the output shown below:
# output expected: 
20

15#PyEx — Python — NumPy —Indexing & Slicing :

#Write code that reproduces the output shown below:
# output expected:
array([[ 2],
[ 7],
[12]])

16#PyEx — Python — NumPy —Indexing & Slicing :

#Write code that reproduces the output shown below:
# output expected: 
array([21, 22, 23, 24, 25])

17#PyEx — Python — NumPy —Indexing & Slicing :

#Write code that reproduces the output shown below:
# output expected: 
array([[16, 17, 18, 19, 20],
[21, 22, 23, 24, 25]])

18#PyEx — Python — NumPy —Stats & Math :

#Get the sum of all the values in mat:
# output expected: 
325

19#PyEx — Python — NumPy —Stats & Math :

#Get the standard deviation of the values in mat:
# output expected:
7.211102550927978

20#PyEx — Python — NumPy —Stats & Math :

#Get the sum of all the columns in mat:
# output expected: 
array([55, 60, 65, 70, 75])

That`s it !

Get the original notebook e the notebook answer:).

See you soon!

Bye!

o/

Google Colab Notebooks are here:

Colab Questions link:)

Colab Answers link:)

Or GitHub Repo link:)

Or Files from Google Drive:)

Credits & References

INTRODUÇÃO A MACHINE LEARNING PARA CERTIFICAÇÃO HCIA-AI by crateus.ufc.br

https://www.huawei.com/en/

Posts Related:

00Episode#PySeries — Python — Jupiter Notebook Quick Start with VSCode — How to Set your Win10 Environment to use Jupiter Notebook

01Episode#PySeries — Python — Python 4 Engineers — Exercises! An overview of the Opportunities Offered by Python in Engineering!

02Episode#PySeries — Python — Geogebra Plus Linear Programming- We’ll Create a Geogebra program to help us with our linear programming

03Episode#PySeries — Python — Python 4 Engineers — More Exercises! — Another Round to Make Sure that Python is Really Amazing!

04Episode#PySeries — Python — Linear Regressions — The Basics — How to Understand Linear Regression Once and For All!

05Episode#PySeries — Python — NumPy Init & Python Review — A Crash Python Review & Initialization at NumPy lib.

06Episode#PySeries — Python — NumPy Arrays & Jupyter Notebook — Arithmetic Operations, Indexing & Slicing, and Conditional Selection w/ np arrays.

07Episode#PySeries — Python — Pandas — Intro & Series — What it is? How to use it?

08Episode#PySeries — Python — Pandas DataFrames — The primary Pandas data structure! It is a dict-like container for Series objects

09Episode#PySeries — Python — Python 4 Engineers — Even More Exercises! — More Practicing Coding Questions in Python!

10Episode#PySeries — Python — Pandas — Hierarchical Index & Cross-section — Open your Colab notebook and here are the follow-up exercises!

11Episode#PySeries — Python — Pandas — Missing Data — Let’s Continue the Python Exercises — Filling & Dropping Missing Data

12Episode#PySeries — Python — Pandas — Group By — Grouping large amounts of data and compute operations on these groups

13Episode#PySeries — Python — Pandas — Merging, Joining & Concatenations — Facilities For Easily Combining Together Series or DataFrame

14Episode#PySeries — Python — Pandas — Pandas Dataframe Examples: Column Operations

15Episode#PySeries — Python — Python 4 Engineers Keeping It In The Short-Term Memory — Test Yourself! Coding in Python, Again!

16Episode#PySeries — NumPy— NumPy Review, Again;) —Python Review Free Exercises (this one)

17Episode#PySeriesGenerators in Python — Python Review Free Hints

18Episode#PySeries — Pandas Review…Again;) — Python Review Free Exercise

19Episode#PySeriesMatlibPlot & Seaborn Python Libs — Reviewing theses Plotting & Statistics Packs

20Episode#PySeriesSeaborn Python Review — Reviewing theses Plotting & Statistics Packs

Numpy
Python3
Numpy Array
Python Programming
Artificial Intelligence
Recommended from ReadMedium