2018年3月23日

Django 千锋培训的学习笔记(2)

摘要: Django 千锋培训读书笔记 https://www.bilibili.com/video/av17879644/?p=1 切换到创建项目的目录 cd C:\Users\admin\Desktop\DjangoProject 创建名为project的项目命令 django-admin startproject project 注:所有路径不要有中文 ... 阅读全文

posted @ 2018-03-23 08:00 大蛇Python 阅读(5652) 评论(0) 推荐(2) 编辑

2018年3月12日

Django 千锋培训的学习笔记(1)

摘要: Django 千锋培训读书笔记 https://www.bilibili.com/video/av17879644/?p=1 切换到创建项目的目录 cd C:\Users\admin\Desktop\DjangoProject 创建名为project的项目命令 django-admin startproject project 注:所有路径不要有中文 ... 阅读全文

posted @ 2018-03-12 03:40 大蛇Python 阅读(31727) 评论(1) 推荐(4) 编辑

2018年3月5日

Python Cookbook3 Python进阶教程 http://python3-cookbook.readthedocs.io/zh_CN/latest/copyright.html

摘要: http://python3-cookbook.readthedocs.io/zh_CN/latest/copyright.html 阅读全文

posted @ 2018-03-05 05:14 大蛇Python 阅读(604) 评论(0) 推荐(0) 编辑

2018年1月21日

Python学习网站推荐

摘要: B站是目前本人看到的最好的免费学习Python的网站 黑马程序员- https://space.bilibili.com/37974444?spm_id_from=333.338.viewbox_report.6#/ B站上找老男孩Linux 教育视频 关注黑马程序员官方微信可下载近70G的Pyth 阅读全文

posted @ 2018-01-21 03:48 大蛇Python 阅读(676) 评论(0) 推荐(1) 编辑

2018年1月16日

PyCharm 社区版创建Django项目的一个方法

摘要: PyCharm 社区版创建项目无法选择Django等项目,只能选择Python项目。 你在进行练习的时候为了方便,可以用过期了的PyCharm专业版在可用的30分钟内创建社区版本不支持的项目,再用PyCharm社区版打开就可以了。适合新手。 阅读全文

posted @ 2018-01-16 01:18 大蛇Python 阅读(571) 评论(0) 推荐(0) 编辑

2017年12月30日

三体说,恐惧是生存的保障。那么如果人工智能能真正感受到恐惧,那会是一个什么样的情景?

摘要: 如题 阅读全文

posted @ 2017-12-30 01:03 大蛇Python 阅读(209) 评论(0) 推荐(0) 编辑

2017年12月28日

EmpireofCode文档翻译 https://empireofcode.com/game/

摘要: In Campaign mode, you can check your strategies on already defeated bases. You will not lose your troops.在战役模式中,你能查看已被打败的玩家的塔防策略,而且你不会损失任何战斗单位。Let's w 阅读全文

posted @ 2017-12-28 02:40 大蛇Python 阅读(276) 评论(0) 推荐(0) 编辑

2017年12月24日

分享下找到的Github上大神的EmpireofCode进攻策略:反正我是用了没反应,改了代码后单位不进攻,蠢站在那里,我自己的策略调调能打败不少人,这个日后慢慢研究吧,Github上暂时找到的唯一策略

摘要: from queue import PriorityQueue from enum import Enum from battle import commander from battle import ROLE class Map(object): def __init__(self, enemy_items, diagonal_movement=True): s... 阅读全文

posted @ 2017-12-24 00:49 大蛇Python 阅读(598) 评论(0) 推荐(0) 编辑

2017年12月16日

分享下自己的EmpireofCode进攻策略 https://empireofcode.com/ https://empireofcode.com/game/#

摘要: # 没什么用,该游戏的模块调用不友好,取数据难import queue from battle import commander # import math unit_client = commander.Client() doing_last_order = True towerid = [] towerrg = [] towerfr = [] towerps = [] tower_id =... 阅读全文

posted @ 2017-12-16 22:06 大蛇Python 阅读(421) 评论(0) 推荐(0) 编辑

2017年12月7日

Python3.6中文文档 又来推荐一个,之前的Python3.52看得有点懵逼 https://www.rddoc.com/doc/Python/3.6.0/zh/

摘要: https://www.rddoc.com/doc/Python/3.6.0/zh/ 大家有空看下 阅读全文

posted @ 2017-12-07 18:00 大蛇Python 阅读(529) 评论(0) 推荐(0) 编辑

导航