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