搜索资源列表
Haskell教程
- Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
10minutes_to_pandas
- 十分钟学会pandas编程的教程~强大的python数据分析工具箱-Ten minutes pandas learn programming tutorials- python powerful data analysis toolbox
简明Python教程(重新排版打印版)
- Python教程,重新排版,适用于打印。(python tutorial (print version))
廖雪峰python2.7教程离线版
- 快速学习Python基础开发值得学习,可离线学习,版权归廖雪峰老师所有(learn Python better and quicker with the guidance of Professor Liao)
celue
- python教程,一些运用python的相关策略可以尝试一下哟(The original sea turtle trading system includes the market (what to buy), the size of the position (how much to buy and sell), the market (when to buy), the stop loss (when to withdraw from a loss position), the market
BRP源程序
- python RAC数据分析源码教程,带有注释。(Python RAC data analysis source tutorial, with annotations.)
python数据分析第二版光盘代码
- 经典的数据分析教程的源代码,可以跟着做。