1.费曼技巧:
Step 1. Choose the concept you want to understand.
Take a blank piece of paper and write that concept at the top of the page.
Step 2. Pretend you’re teaching the idea to someone else.
Write out an explanation of the topic, as if you were trying to teach it to a new student. When you explain the idea this way you get a better idea of what you understand and where you might have some gaps.
Step 3. If you get stuck, go back to the book.
Whenever you get stuck, go back to the source material and re-learn that part of the material until you get it enough that you can explain it on paper.
Step 4. Simplify your language.
The goal is to use your words, not the words of the source material. If your explanation is wordy or confusing, that’s an indication that you might not understand the idea as well as you thought – try to simplify the language or create an analogy to better understand it
2.学习爬虫,以python语言为基础。
到目前为止应该是将近三天的时间了,从想学做一个爬虫到以此学习一门编程语言。
当然每天花费的也就两三小时最多,毕竟要上课,学习其他方面的东西。对python语言我的目的很明确,一入门,知道基础的语法规则,基本模块的运用。
二做出一个爬虫!
所以我究竟是学好python的语法基础后再制作爬虫,还是边制作边学呢?我尝试后者!
具体过程可以简单说下:
1.知乎搜相关问题比如如何制作爬虫,如何入门python。感谢这些无私的答主,我接触到了第一个学习python的网站(廖雪峰老师的个人网站),从这我安装了python3.5版本,目前的进程是看语法规则,可以说离制作爬虫还远着!!!!
不止这些,我又看了web,图形方面的运用,加深了我对python的兴趣。
2.通过谷歌镜像,我接触到了制作爬虫的个人站点(jekary)。感谢他的较详细的教程,我通过复制他的代码,完成了一个获取站点html的py程序,虽然这些乱码看不懂,但至少让我亲自操作爬虫一把。当然这离真正的爬虫还远着很。
目前大体上在这两站点耗了大部分时间,对于大部分代码完全不能懂,期待自己的进一步学习!
3.因为想参加校电设大赛,时间也就十天左右。
可是我却一点基础没有,看的51单片机知识也忘了一大块。
本想着今天好好复习过一天也没做到,我就想是为什么?
1.意识不强,目标明确但行动力不强硬。容易改变初衷。
2.python的学习浪费了时间,终究单片机是大头,重点应当放这。
3.时间分配不明确,应当具体时间,而不是很笼统说这天做什么?
4.个人原因。
为什么写这些呢,我是想基于学习过程的记录,来让自己的行为,方向有更大的意识与掌控,来了解自身,同时也想告诉自己做了哪些事!
但是写完之后,发现很浪费时间,要做改动!