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

2016年2月25日

摘要: algo_volatility 策略波动率 Algorithm Volatility algorithm_period_return 策略收益 alpha Alpha(阿尔法) 非系统性风险 benchmark_period_return 基准收益 benchmark_volatility 基准波动 阅读全文
posted @ 2016-02-25 14:23 jzm17173 阅读(230) 评论(0) 推荐(0)

2016年2月23日

摘要: 启动 __main__.py 静态文件 static/ 模板 templates/ 路由 比如tree/handlers.py default_handlers WebSocket ws://localhost:8888/api/kernels/f0164f9e-87c4-4fb8-a730-454 阅读全文
posted @ 2016-02-23 10:21 jzm17173 阅读(243) 评论(0) 推荐(0)
摘要: python __future__ package的几个特性 阅读全文
posted @ 2016-02-23 10:00 jzm17173 阅读(187) 评论(0) 推荐(0)

2016年2月22日

摘要: 图形界面 from tkinter import * import tkinter.messagebox as messagebox class Application(Frame): def __init__(self, master=None): Frame.__init__(self, mas 阅读全文
posted @ 2016-02-22 15:51 jzm17173 阅读(118) 评论(0) 推荐(0)
摘要: import sys def check_version(): v = sys.version_info if v.major == 3 and v.minor >= 4: return True print('Your current python is %d.%d. Please use Pyt 阅读全文
posted @ 2016-02-22 15:36 jzm17173 阅读(197) 评论(0) 推荐(0)
摘要: 关键词变量 阅读全文
posted @ 2016-02-22 15:22 jzm17173 阅读(169) 评论(0) 推荐(0)
摘要: 0 值的整型 / 浮点型、空字符串('')、空列表([])、 空元组((,))、空字典({})、空集合(set())都等价于 False,但是不等于 None thing = None if thing: print("It's some thing") else: print("It's no t 阅读全文
posted @ 2016-02-22 15:05 jzm17173 阅读(107) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python3 # -*- coding: utf-8 -*- #info #warning def log(message): print('------------------------------') print(message) print('-------- 阅读全文
posted @ 2016-02-22 10:51 jzm17173 阅读(153) 评论(0) 推荐(0)

2016年2月21日

摘要: 阅读全文
posted @ 2016-02-21 21:37 jzm17173 阅读(120) 评论(0) 推荐(0)

2016年2月19日

摘要: os.path.sep 路径分隔符 linux下就用这个了’/’ os.path.altsep 根目录 os.path.curdir 当前目录 os.path.pardir 父目录 os.path.abspath(path) 绝对路径 os.path.join() 常用来链接路径 os.path.s 阅读全文
posted @ 2016-02-19 17:31 jzm17173 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 110 下一页

导航

轻音