摘要: # Python 博客网站资源 * **本人编写的 Python 系列文章** 本草根编写的 Python 文章,里面有各种例子代码 传送门: [Gitbook](https://www.readwithu.com/),[github](https://github.com/TwoWater/Pyt 阅读全文
posted @ 2020-03-18 17:29 程式交易 阅读(248) 评论(0) 推荐(0) 编辑
摘要: https://github.com/JustDoPython/python-100-day http://www.ityouknow.com/python.html 阅读全文
posted @ 2020-03-18 17:16 程式交易 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5ae5ba64f265da0b8f62520b 阅读全文
posted @ 2020-03-16 10:41 程式交易 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1. 在<MYSQL>的根目录下新建一个my.ini写入以下内容 [mysqld] port = 3306 basedir=D:\mysql\mysql-5.7.22-winx64 # MySQL程序安装目录 datadir=D:\mysql\mysql-5.7.22-winx64\Data # 数 阅读全文
posted @ 2019-11-14 16:50 程式交易 阅读(1047) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- from __future__ import division import sys #赢可以赢多少?例如:1 y=input("win:") #输会输多少?例如:1 s=input("lose:") #胜率例如:0 阅读全文
posted @ 2019-04-20 11:13 程式交易 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 基础 内容 连接 算法 内容 连接 机器学习之adaboost代码实现 https://blog.csdn.net/qq_37960402/article/details/88539253 机器学习之集成学习1 https://blog.csdn.net/qq_37960402/article/de 阅读全文
posted @ 2019-03-16 10:40 程式交易 阅读(183) 评论(0) 推荐(0) 编辑