• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






ywlinux82

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年2月25日

查看对象所有功能
摘要: 1) temp = "alex" t = type(temp) print(t) 2) temp="alwx" print(dir(temp)) 3) help(type(temp)) 4) 直接点击 阅读全文
posted @ 2018-02-25 22:20 ywlinux82 阅读(77) 评论(0) 推荐(0)
 

2018年2月24日

Python运算符
摘要: 知识点: py2 : 9/2 =4 9/2 =4.5(导入模块) py3 : 9/2=4.5 阅读全文
posted @ 2018-02-24 22:33 ywlinux82 阅读(60) 评论(0) 推荐(0)
 
Python 编码转换
摘要: 知识点: 1)对于py2,7 Utf8 > Gbk Utf8解码Unicode编码Gbk py3.5 Utf8编码成Gbk 2)window上输出Utf8 > Unicode 阅读全文
posted @ 2018-02-24 22:15 ywlinux82 阅读(101) 评论(0) 推荐(0)