由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 《500 Lines or Less》学习小组
相关主题
timezone question求助 python 中 16进制的读取与处理
Anyone attended Pycon 2013 last week?Python 缩进的syntax
呼叫THRUST等C语言牛牛,菜鸟级C语言指针问题王垠忏悔录
这个python 3000rails vs django 感受
Python IDLE的一个问题python并不算google带火的
python的一大缺点水木上python大坑啊: 疑Google员工把8w行Python项目用4w行Java重写了
perl webcrawler needed to download google trend dataPython Concurrency 主流是用啥
python里的 lambda函数 有什么有点Guido on Python AsyncIO (1/23/2014)
相关话题的讨论汇总
话题: meeting话题: less话题: lines话题: week话题: google
进入Programming版参与讨论
1 (共1页)
l***c
发帖数: 8
1
《500 Lines or Less》网络版在http://aosabook.org/en/index.html ,主要是一些architecture level的东西,感觉很有趣。所搞了一个学习小组,准备下下周正式开始,大家每周先自学,自己写代码,然后周末用hangout开会一个小时,英语交流,讨论学到的内容、问题、自己写的代码、感受等。从而达到互相督促、提高英语能力、交流idea的目的。
https://groups.google.com/forum/#!forum/500-lines-or-less-study-group
初步计划:
Meet weekly through Google hangout during weekend. I'm in Pacific Daylight
Timezone (UTC - 7). So the meeting time would be between 8 am - 9 pm PDT.
Each meeting would be around 30 mins to 1 hour long depending on number of
attendants.
Learn 1 chapter every 2 weeks. One week reading and one week coding.
In the reading week's meeting, one volunteer will give a brief summary of
the chapter and then we can share any thoughts and questions about that. I
will create a shared google doc to document all these things.
In the coding week's meeting, we can share and review each other's code and
talk about the difficulties/achievements we have during coding. We can do
this through some online shared codepad. https://codecollab.io/ is the best
one I currently find which supports both shared editing and compiling and
runing.
We will have kick off meeting in the weekend 11/9 - 11/10. In that meeting,
we can introduce ourselves and consolidate the plan and schedule. Then we
can formally start learning.
I will create a Google form to vote for the meeting time.
欢迎有兴趣的加入!
c*******v
发帖数: 2599
2
我原来看过http server那个部分。可惜现在没时间看这些东西了。另外这些东西我觉
得有点陈旧。有这时间学个AI不是很好嘛。也有几百行的DL介绍。
h*****2
发帖数: 2070
3
这些东西玩玩还是蛮好的,可能更适合在学校里教书吧,production上不行的。现在的
系统都太大了,这些东西显得太小,未必值得往极端搞。

【在 l***c 的大作中提到】
: 《500 Lines or Less》网络版在http://aosabook.org/en/index.html ,主要是一些architecture level的东西,感觉很有趣。所搞了一个学习小组,准备下下周正式开始,大家每周先自学,自己写代码,然后周末用hangout开会一个小时,英语交流,讨论学到的内容、问题、自己写的代码、感受等。从而达到互相督促、提高英语能力、交流idea的目的。
: https://groups.google.com/forum/#!forum/500-lines-or-less-study-group
: 初步计划:
: Meet weekly through Google hangout during weekend. I'm in Pacific Daylight
: Timezone (UTC - 7). So the meeting time would be between 8 am - 9 pm PDT.
: Each meeting would be around 30 mins to 1 hour long depending on number of
: attendants.
: Learn 1 chapter every 2 weeks. One week reading and one week coding.
: In the reading week's meeting, one volunteer will give a brief summary of
: the chapter and then we can share any thoughts and questions about that. I

c*******v
发帖数: 2599
4
这本书有不少topic,可以比较迅速了解某个topic是做什么用的。

【在 h*****2 的大作中提到】
: 这些东西玩玩还是蛮好的,可能更适合在学校里教书吧,production上不行的。现在的
: 系统都太大了,这些东西显得太小,未必值得往极端搞。

l***c
发帖数: 8
5
主要最近2,3个月有个小目标,所以想找一些比较简单的side project做一下~~~
AI的话打算目标实现之后再学

【在 c*******v 的大作中提到】
: 我原来看过http server那个部分。可惜现在没时间看这些东西了。另外这些东西我觉
: 得有点陈旧。有这时间学个AI不是很好嘛。也有几百行的DL介绍。

w********m
发帖数: 1137
6
书是很好。就是过时了。
比如Guido的爬虫,现在不是这种写法了。
l***c
发帖数: 8
7
谢谢提醒,我会尽量去找些流行的写法对比着看

【在 w********m 的大作中提到】
: 书是很好。就是过时了。
: 比如Guido的爬虫,现在不是这种写法了。

a*********h
发帖数: 63
8
有什么类似的新书推荐么?谢谢

【在 w********m 的大作中提到】
: 书是很好。就是过时了。
: 比如Guido的爬虫,现在不是这种写法了。

w********m
发帖数: 1137
9
我也不知道。
跟楼主一起,把书里那些例子update一下,是很好的练习吧。

【在 a*********h 的大作中提到】
: 有什么类似的新书推荐么?谢谢
1 (共1页)
进入Programming版参与讨论
相关主题
王垠 -- 拳打南山魏老 脚踢北海好虫Python IDLE的一个问题
王垠: 程序员的心理疾病python的一大缺点
python要把@当作矩阵乘法算符perl webcrawler needed to download google trend data
python Global Lockpython里的 lambda函数 有什么有点
timezone question求助 python 中 16进制的读取与处理
Anyone attended Pycon 2013 last week?Python 缩进的syntax
呼叫THRUST等C语言牛牛,菜鸟级C语言指针问题王垠忏悔录
这个python 3000rails vs django 感受
相关话题的讨论汇总
话题: meeting话题: less话题: lines话题: week话题: google