Scipy-lecture-notes:如何用Python来作学术?python
Scipy-lecture-notes搜集整理了Python在科学计算的资料和指南。这些文档用rest标记语言(.rst后缀)写成,用Sphinx构建。在Creative Commons Attribution 3.0 United States License下发布。git
有一个在线的版本:http://scipy-lectures.github.io/github
github主页:https://github.com/scipy-lectures/scipy-lecture-notes算法
Scientific-python-lectures:Python科学计算的资料编程
Scientific-python-lectures整理了一系列关于用Python来进行科学计算的讲座,使用了IPython notebooks,在Creative Commons Attribution 3.0 Unported License下发布。浏览器
若要在IPython中使用这些notebooks,需下载文件到一个目录,并在该目录下运行命令:dom
上面的命令会在你的浏览器中打开新的页面,列出全部可获取的notebooks。学习
github主页:https://github.com/jrjohansson/scientific-python-lecturesrest
查看更多精彩内容?关注公众号:geekdriver(极客脑司机订阅号),咱们后续还会发布技术分享文章,你们持续关注哦~新智云 www.enncloud.cn视频
Algorithms:Python的算法模块
Algorithms能够用来学习算法,这些实现来自不少伪代码,在源代码中列有参考。
算法种类包括
Sorting
Searching
Shuffling
Math
Random
github主页:https://github.com/nryoung/algorithms
Mario-Level-1:用Python和Pygame写的超级马里奥第一关
Mario-Level-1尝试用Python重现超级马里奥第一关,若是你想学习一下Python游戏编程和Pygame库,不防下载下来玩一玩,试一试。
游戏视频:http://www.youtube.com/watch?v=HBbzYKMfx5Y
github主页:https://github.com/justinmeister/Mario-Level-1