如何学习

学会学习是一项很基本的技能,基本任何一个行业,任何一个岗位都需要哪些真正会学习的人。如何学习?动手实践,分析反馈,调整策略,再次动手实践。就是这么简单的一个循环,我相信绝大部分的学习过程都是这样进行的。

比如学习编程,我们动手写下代码,尝试运行,如果一开始就写的了,终端或者界面会给我输出预期的结果,如果运行失败,或者结果不符合预期,我们会得到相应的负反馈,我们需要分析这些反馈,然后调整我们的代码或者运行方式,并再次尝试运行,如此这般,直到我们得到符合预期的结果。

我们这个世界也是这样设计的,我们先做出行动,行动产生结果,这些结果就是暂时的反馈,也许一开始就恰好是我们期望的,但更多的时候,这些反馈是负向反馈,这些结果并不是我们期望的,于是我们这些反馈进行分析,调整我们的行动策略,多次循环之后,我们并可以不断的去认识这个世界,认识这个世界的一切。

这种方法是学习任何东西,了解这个世界最基本也最重要的方法。而这个方法有几个要点,一是要勇于采取行动,要自己去体验,去获得反馈,有很多人总想要一个存在的结果,而不是自己去试探收集反馈;二是要对反馈的结果进行分析,很多人当遇到结果与预期不符时,不会对结果进行分析,而是急于求人,或者干脆放弃;三是要积累策略调整的方法,调整策略一般都需要根据之前的反馈,但也有很多时候是可以基于之前的经验的,所以学得越多的人往往学得越快,因为他知道类比,拥有认知体系架构;四是要有毅力,很多时候当你经过多次反馈调整之后仍然都不到预期结果时,很容易灰心丧气,进而放弃继续探索,其实这个时候,可以停顿下来,干点其它的事情,或者直接情别人帮忙(这个时候请求帮助时合适的时机)。

动手实践,分析反馈,调整策略,再次动手实践。记住这个循环,你就能掌握学习最基本的方法。

Learning How to Learn

Learning how to learn is a fundamental skill that is needed in almost any industry and position. How do we learn? Through hands-on practice, analyzing feedback, adjusting strategies, and then practicing again. It’s as simple as that; I believe that the vast majority of the learning process operates this way.

For example, when learning programming, we write code and try to run it. If we write it correctly from the start, the terminal or interface will give us the expected output. If it fails to run or the result does not meet our expectations, we receive corresponding negative feedback. We need to analyze this feedback, adjust our code or the way we run it, and try running it again. This cycle continues until we achieve the expected results.

Our world is designed in a similar way. We first take action, which produces results, and these results serve as temporary feedback. Sometimes, the feedback aligns perfectly with our expectations, but more often than not, it is negative feedback, and the results are not what we anticipated. Therefore, we analyze this feedback, adjust our action strategies, and through repeated cycles, we can continually understand this world and everything in it.

This method is the most fundamental and important approach to learning anything and understanding the world. There are several key points to this method: First, be brave enough to take action and personally experience things to gather feedback. Many people want a ready-made result instead of testing things out and collecting feedback themselves. Second, analyze the results of the feedback. Many people, when faced with results that do not meet their expectations, do not analyze the results but instead rush to seek help or simply give up. Third, accumulate methods for adjusting strategies. Adjusting strategies often requires considering previous feedback, but many times it can also be based on prior experiences. Therefore, those who learn more often learn faster because they know how to draw analogies and have a cognitive framework. Fourth, have perseverance. Many times, after multiple rounds of feedback and adjustments, it is easy to become disheartened if we still do not see the expected results, leading to giving up on further exploration. In such moments, it can be helpful to pause, engage in other activities, or seek help from others (this is often the right time to ask for assistance).

Hands-on practice, analyze feedback, adjust strategies, and practice again. Remember this cycle, and you will master the most fundamental method of learning.

permalink Articles