GitHub 博客园 Nanakon
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 110 下一页

2016年2月19日

摘要: if __name__ == '__main__': 的解析 是否直接执行 阅读全文
posted @ 2016-02-19 17:12 jzm17173 阅读(111) 评论(0) 推荐(0)
摘要: Unofficial Windows Binaries for Python Extension Packages Python资源 阅读全文
posted @ 2016-02-19 16:03 jzm17173 阅读(116) 评论(0) 推荐(0)
摘要: age = 3 if age >= 18: print('adult') elif age >= 6: print('teenager') else: print('kid') s = input('birth:') birth = int(s) if birth < 2000: print('00 阅读全文
posted @ 2016-02-19 15:51 jzm17173 阅读(105) 评论(0) 推荐(0)

2016年2月18日

摘要: 量化投资策略 量化分析 风险指标 Total Returns(策略收益)Benchmark Returns(基准收益)Alpha(阿尔法)Beta(贝塔)Sharpe(夏普比率)Sortino(索提诺比率)Information Ratio(信息比率)Algorithm Volatility(策略波 阅读全文
posted @ 2016-02-18 15:09 jzm17173 阅读(296) 评论(0) 推荐(0)

2016年2月17日

摘要: esvit/ng-table <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" href="bootstrap.min.css"> <link rel="styles 阅读全文
posted @ 2016-02-17 14:11 jzm17173 阅读(1009) 评论(0) 推荐(0)

2016年2月15日

摘要: 装饰器 如果decorator本身需要传入参数 不需要编写wrapper.__name__ = func.__name__这样的代码,Python内置的functools.wraps就是干这个事的 相当于: now = log(now)now = log('execute')(now) 阅读全文
posted @ 2016-02-15 14:18 jzm17173 阅读(115) 评论(0) 推荐(0)

2016年2月5日

摘要: IPython 4.0发布:Jupyter和IPython分离后的首个版本 阅读全文
posted @ 2016-02-05 11:24 jzm17173 阅读(143) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-02-05 09:45 jzm17173 阅读(135) 评论(0) 推荐(0)
摘要: WebPagetest Boomerang 阅读全文
posted @ 2016-02-05 09:34 jzm17173 阅读(105) 评论(0) 推荐(0)

2016年2月4日

摘要: 换行快捷键 alt+enter 阅读全文
posted @ 2016-02-04 17:30 jzm17173 阅读(98) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 110 下一页

导航

轻音