python学习资料

基础教程

  • learn python the hard way在作者网站上阅读免费
  • 廖雪峰的python教程
  • python进阶视频

数据分析相关

  • Bayesian Methods for Hackers,使用python理解贝叶斯推断
  • SciPy教程
  • numpy教程
  • 量化分析师的Python日记【第3天:一大波金融Library来袭之numpy篇】
  • 量化分析师的Python日记【第4天:一大波金融Library来袭之scipy篇】
  • 量化分析师的Python日记【第5天:数据处理的瑞士军刀pandas】
  • Pandas
  • Data Science from Scratch: First Principles with Python,目录挺合胃口的,以后有机会买来看看
  • python 版本 pattern_classification

其它

  • 蟒周刊
  • 每天一题
  • Automate the Boring stuff with python,我对使用python分析excel文件感兴趣
  • Tablib: Pythonic Tabular Datasets可以很优雅地导入、导出Excel文件。英文不好,也可以看看这篇Tablib中文教程
  • Anaconda是python初学者的福音,里面有ipython和免费的IDE--Spyder,使用conda install package 很方便安装模块。如果模块比较冷门也可以用pip install package的方式安装模块

有空需要学习的有:

  • python进阶视频

什么是闭包?


to-do

  • Python 函数式编程。
  • 如何写出pythonic的代码英文PPT

你可能感兴趣的:(python学习资料)