<div class="bbWrapper"><blockquote data-attributes="member: 23280" data-quote="csalvato" data-source="post: 826455"
class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
<div class="bbCodeBlock-title">
<a href="/community/goto/post?id=826455"
class="bbCodeBlock-sourceJump"
rel="nofollow"
data-xf-click="attribution"
data-content-selector="#post-826455">csalvato said:</a>
</div>
<div class="bbCodeBlock-content">
<div class="bbCodeBlock-expandContent js-expandContent ">
Yes, it's hard. Mostly because we aren't wired to learn math and engineering the way we are wired to learn things like language.<br />
<br />
It's a difficult process of purposefully hitting a wall, taking a break, and going back to the wall again (and realizing the wall isn't there anymore).<br />
<br />
Everyone learning coding needs to read this book, even if they are not struggling:<br />
<br />
<div class="bbCodeBlock bbCodeBlock--unfurl js-unfurl fauxBlockLink"
data-unfurl="true" data-result-id="24150" data-url="https://www.amazon.com/dp/B00G3L19ZU/?tag=tff-amazonparser-20" data-host="www.amazon.com" data-pending="false">
<div class="contentRow">
<div class="contentRow-main">
<h3 class="contentRow-header js-unfurl-title">
<a href="https://www.amazon.com/dp/B00G3L19ZU/?tag=tff-amazonparser-20"
class="link link--external fauxBlockLink-blockLink"
target="_blank"
rel="nofollow ugc noopener"
data-proxy-href="">
A Mind For Numbers: How to Excel at Math and Science (Even If You Flunked Algebra) 1, Oakley, Barbara - Amazon.com
</a>
</h3>
<div class="contentRow-snippet js-unfurl-desc">A Mind For Numbers: How to Excel at Math and Science (Even If You Flunked Algebra) - Kindle edition by Oakley, Barbara. Download it once and read it on your Kindle device, PC, phones or tablets. Use features like bookmarks, note taking and highlighting while reading A Mind For Numbers: How to...</div>
<div class="contentRow-minor contentRow-minor--hideLinks">
<span class="js-unfurl-favicon">
</span>
www.amazon.com
</div>
</div>
</div>
</div>
<br />
This will be a very rewarding exercise for anyone learning, though.
</div>
<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
</div>
</blockquote>I haven't finished the whole book, but one takeaway I liked was about getting tons of feedback, and considering the various elements of the equations or functions every step of learning process.<br />
<br />
Very relevant with my Forecasting unit in college, where I'm learning R.<br />
It was great to have tutorial sessions full of playing around with sample datasets and forecast method codes. I also used Datacamps' daily practices (works like flashcards) to drill down the fundamental bits.<br />
<br />
We had two coding projects throughout the semester, where we would take a data set from some online source, run it through some forecast models, and write up some policy recommendations.<br />
<br />
As the weeks when by, we would learn various concepts like training-test sets, cross-validation, exponential methods, and our lecturer and tutors would point out lots of deficiencies in our code or report approaches, from the general consultation sessions.<br />
<br />
Very very vigorous, but I found it nice that I could learn new things every week.</div>