2017年12月5日

Python 3.52官方文档翻译 http://usyiyi.cn/translate/python_352/library/index.html 必看!

摘要: Python 3.52官方文档翻译 http://usyiyi.cn/translate/python_352/library/index.html 觉得好的麻烦点下推荐!谢谢! 阅读全文

posted @ 2017-12-05 21:42 大蛇Python 阅读(586) 评论(0) 推荐(3) 编辑

2017年12月3日

Python3 time模块

摘要: import time print(help(time)) # 显示time模块全文本 Functions: # 执行结果 time() -- return current time in seconds since the Epoch as a float 以浮点数返回以秒计算的从1970年到现在为止的时间,time.time()常用于获取当前时间 time.time() # 这个函数无参数... 阅读全文

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

2017年11月30日

JavaScript CSS 等前端推荐

摘要: 推荐两个网站,JAVASCRIPT与前端相关,两边都可以玩,蛮方便的,然后全通后你拿个全英文版本的证书提升逼格. https://www.freecodecamp.org/ https://www.freecodecamp.cn/ 最好的玩法是两边一起玩,第二个网址是第一个网址的翻译,SO,你是拿汉 阅读全文

posted @ 2017-11-30 13:57 大蛇Python 阅读(295) 评论(0) 推荐(1) 编辑

2017年11月28日

Python之 七级字典查询

摘要: 1 # -*- coding:utf-8 -*- 2 3 4 # 作业要求: 5 # 打印直辖市,省,市,县,区,街道五级菜单; 6 # 可以一层一层地进入到所有层 7 # 可以退出到上一层 8 # 可随时退出程序 9 10 11 mapChina = { 12 "中华人民共和国": { 13 "北京": { 14 ... 阅读全文

posted @ 2017-11-28 22:01 大蛇Python 阅读(248) 评论(0) 推荐(0) 编辑

Python笔记

摘要: Python学习网站推荐 https://www.bilibili.com/video/av10840922/?from=search&seid=7483086631377314787 安装教程 https://www.python.org/downloads/windows/ 官网 http:// 阅读全文

posted @ 2017-11-28 19:18 大蛇Python 阅读(597) 评论(0) 推荐(0) 编辑

2017年11月27日

将Sublime Text 3设置为Python全栈开发环境(转一个链接)

摘要: http://python.jobbole.com/81312/ 阅读全文

posted @ 2017-11-27 18:02 大蛇Python 阅读(141) 评论(0) 推荐(0) 编辑

购物车程序示例,支持显示购买商品数量

摘要: goods_list = [("IphoneX", 9000), ("Tesla", 700000), ("Python book", 55), ("coffee", 35), ("Computer", 6999), ("Bitcoin", 67000), ("Food", 20), ("TV", 阅读全文

posted @ 2017-11-27 18:00 大蛇Python 阅读(380) 评论(0) 推荐(0) 编辑

2017年11月7日

嵩天老师的零基础Python笔记:https://www.bilibili.com/video/av15123607/?from=search&seid=10211084839195730432#page=25 中的42-45讲 {字典}

摘要: #coding=gbk#嵩天老师的零基础Python笔记:https://www.bilibili.com/video/av15123607/?from=search&seid=10211084839195730432#page=25 中的42-45讲 {字典}#字典:针对非序列集合而提供的一种数据 阅读全文

posted @ 2017-11-07 12:51 大蛇Python 阅读(839) 评论(0) 推荐(0) 编辑

2017年11月6日

嵩天老师的零基础Python笔记:https://www.bilibili.com/video/av15123607/?from=search&seid=10211084839195730432#page=25 中的38-41讲

摘要: # -*- coding: utf-8 -*-#嵩天老师的零基础Python笔记:https://www.bilibili.com/video/av15123607/?from=search&seid=10211084839195730432#page=25 中的38-41讲# 文件# 文件是存储在 阅读全文

posted @ 2017-11-06 22:13 大蛇Python 阅读(2825) 评论(0) 推荐(0) 编辑

嵩天老师的零基础Python笔记:https://www.bilibili.com/video/av15123607/?from=search&seid=10211084839195730432#page=25 中的35-37讲

摘要: #coding=gbk#嵩天老师的零基础Python笔记:https://www.bilibili.com/video/av15123607/?from=search&seid=10211084839195730432#page=25 中的35-37讲# 处理多个银行账户的程序"""def addI 阅读全文

posted @ 2017-11-06 17:36 大蛇Python 阅读(787) 评论(0) 推荐(0) 编辑

导航