Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodeLabClub/codelab-mindstorms
CodeLab Mindstorms关注编程教育, 计划翻译和解读编程教育领域优秀的探索者所做的工作。
https://github.com/CodeLabClub/codelab-mindstorms
Last synced: 7 days ago
JSON representation
CodeLab Mindstorms关注编程教育, 计划翻译和解读编程教育领域优秀的探索者所做的工作。
- Host: GitHub
- URL: https://github.com/CodeLabClub/codelab-mindstorms
- Owner: CodeLabClub
- Created: 2019-05-13T01:41:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T02:20:14.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T19:34:31.690Z (3 months ago)
- Homepage:
- Size: 3.16 MB
- Stars: 91
- Watchers: 14
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codelab-mindstorms
CodeLab Mindstorms关注编程教育, 计划翻译和解读编程教育领域优秀的探索者所做的工作。# 引言
正如我们在[CodeLab近况与未来](https://blog.just4fun.site/Codelab-Recent-situation-and-future.html#_9)提到的:> CodeLab Mindstorms将关注编程教育,但不准备发表“编程有助于提高逻辑思维能力”之类的陈词滥调。CodeLab Mindstorms关注认知论、学习者的心理模型、建构主义、面向对象、设计原则,CodeLab Mindstorms将翻译和解读这个领域最优秀的探索者所做的工作,这些工作中的大多数已经被遗忘,有一部分正在被复活(如Dynamicland、Scratch Team和艾伦凯正在做的事情),但关注者寥寥,CodeLab Mindstorms将解读[约翰·杜威(John Dewey)](https://zh.wikipedia.org/zh/%E7%BA%A6%E7%BF%B0%C2%B7%E6%9D%9C%E5%A8%81) 、[道格拉斯·恩格尔巴特(Douglas Engelbart)](https://en.wikipedia.org/wiki/Douglas_Engelbart)、[皮亚杰(Jean Piaget)](https://zh.wikipedia.org/zh-hans/%E8%AE%93%C2%B7%E7%9A%AE%E4%BA%9E%E5%82%91)、[艾伦·凯(Alan Curtis Kay)](https://zh.wikipedia.org/zh-hans/%E8%89%BE%E4%BC%A6%C2%B7%E5%87%AF)、[派普特(Seymour Papert)](https://en.wikipedia.org/wiki/Seymour_Papert)、[密契尔(Mitchel Resnick)](https://en.wikipedia.org/wiki/Mitchel_Resnick)、[Bret Victor](http://worrydream.com/)等人的工作。
# 招募
欢迎志愿者加入翻译团队。# 协作
使用Github协同编辑。待翻译列表放在[Projects](https://github.com/Scratch3Lab/codelab-mindstorms/projects)中,大家可自行认领感兴趣的文章。
翻译完成后,将译文markdown文件放入`译文`目录,提一个Pull Request。
# 发布
以翻译者的名义(codelab志愿者)发表在[codelab blog](https://www.codelab.club/blog/), 允许转载。授权协议为[自由转载-非商用-非衍生-保持署名](https://creativecommons.org/licenses/by-nc-nd/3.0/deed.zh)。# 文章列表
| 原文 | 译文 | 译者 |
| ------ | ------ | ------ |
| [Why Python is a great language...](http://pgbovine.net/python-teaching.htm) | [为什么Python对于...](https://github.com/Scratch3Lab/codelab-mindstorms/blob/master/%E8%AF%91%E6%96%87/python-teaching.md) | [郭瑞彪](https://github.com/guoruibiao) |
| [Background On How Children Learn](http://www.squeakland.org/resources/articles/article.jsp?id=1003) | [儿童学习的背景](https://github.com/Scratch3Lab/codelab-mindstorms/blob/master/%E8%AF%91%E6%96%87/Background-On-How-Children-Learn.md) | 杨柳青 |
| [Kill Math](http://worrydream.com/#!/KillMath) | [Kill Math: 让数学不只是符号](https://github.com/Scratch3Lab/codelab-mindstorms/blob/master/%E8%AF%91%E6%96%87/kill-math.md) | [王松](https://github.com/wangshub) |
| [Dynamicland, seeing spaces, and design studio](http://vitor.io/on-dynamicland) | [Dynamicland, 可视空间和设计工坊](https://thinkhard.tech/2019/06/13/on-dynamicland/) | [王松](https://github.com/wangshub) |
| [A new definition of Computational Thinking...](https://computinged.wordpress.com/2019/04/29/what-is-computational-thinking-its-the-friction-that-we-want-to-minimize/) | [计算思维的新定义](https://github.com/Scratch3Lab/codelab-mindstorms/blob/master/%E8%AF%91%E6%96%87/A-new-definition-of-Computational-Thinking.md) | 廖曼江 |
| [Thought as a Technology](http://cognitivemedium.com/tat/) | [思想--作为一种技术](https://www.codelab.club/blog/thought-as-a-technology/) | 吴文杰 |
| [TWO BIG SCHOOLS OF OBJECT-ORIENTED PROGRAMMING](http://stereobooster.github.io/two-big-schools-of-object-oriented-programming) | [面向对象编程(OOP)的两大学派](https://github.com/Scratch3Lab/codelab-mindstorms/blob/master/%E8%AF%91%E6%96%87/Two-Big-Schools-Of-Object-Orinted-Programming.md) | [Angel_Kitty](https://github.com/AngelKitty) |
| [Design Principles Behind Smalltalk](https://www.codelab.club/blog/design-principles-behind-smalltalk/) | [Smalltalk背后的设计原则](https://www.codelab.club/blog/design-principles-behind-smalltalk/) | 吴文杰 |
| [Learnable Programming](http://worrydream.com/LearnableProgramming/) | [易学编程](https://chengyichao.co/learnable-programming) | [Dreamsome](https://github.com/onesuper) |