Python自动化开发实战视频课程-全新基础篇-李杰-专题视频课程

Python自动化开发实战视频课程-全新基础篇—83666人已学习
课程介绍    
201509261519192759.png
    老男孩Python运维开发课程是目前国内早开始且唯一真正的运维开发课程培训。 此全新基础篇内容如下 语言基础: • 流程控制 • 函数、迭代器、装饰器、递归、二分查找 • 面向对象编程 • 模拟人生游戏开发
课程收益
    带领学生开发CMDB平台-主机批量管理-分布式监控-日志审计等功能于一身的python运维自动化平台产品,还会带你开发bbs,web聊天室、个人博客等产品。极大的提升个人价值,带领学员向系统架构师,运维开发工程师,CTO 技术总监岗位进军。 学生们毕业跳槽,工资平均提升50%以上,这是身在北上广的伙伴们必须要参加的课程。 不赶紧告别屌丝,走向高富帅,还在等啥?
讲师介绍
    李杰 更多讲师课程
    TriAquae开源运维软件创始人,混迹IT运维领域多年,曾就职于松下、国政通、飞信、中金、NOKIA等公司,维护过少至几十台,多至数万台设备的IT系统,致力于提高企业运维自动化水平,坚信一人管理一万台设备是可以达到的目标,坚信不会开发的运维工程师应该下岗。自称业余政治观察员,屌丝愤青,热爱旅游、美剧。现任职于某美资金融软件公司,兼任老男孩PYTHON开发讲师
课程大纲
  第1章:L001-老男孩教育-Python10期-Day1
    1. 01 Python s10 day1 开课前言  17:20
    2. 02 Python s10 day1 课程内容介绍  20:06
    3. 03 Python s10 day1 Python语言介绍  13:53
    4. 04 Python s10 day1 Python语言介绍2  12:12
    5. 05 Python s10 day1 Python使用方向  21:32
    6. 06 Python s10 day1 Python语言变量规则  26:16
    7. 07 Python s10 day1 Python基本数据类型  11:13
    8. 08 Python s10 day1 Python运算符  19:30
    9. 09 Python s10 day1 Python 注释和变量引用  14:22
    10. 10 Python s10 day1 Python 用户交互  9:21
    11. 11 Python s10 day1 Python 流程判断和控制  31:30
    12. 12 Python s10 day1 Python 流程控制之循环  30:48
    13. 13 Python s10 day1 Python 流程判断之多层循环  24:22
    14. 14 Python s10 day1 Python 数据类型之列表  31:10
    15. 15 Python s10 day1 Python 数据类型之字典  12:15
    16. 16 Python s10 day1 Python 第一天作业  23:29
  第2章:L002-老男孩教育-Python10期-Day2
    1. 01 python s10 day2 上节回顾  41:30
    2. 02 python s10 day2 上节拾遗  17:19
    3. 03 python s10 day2 模块的使用  19:13
    4. 04 python s10 day2 python运行原理  14:42
    5. 05 python s10 day2 鸡汤之很多人的努力都是浅尝辄止  28:33
    6. 06 python s10 day2 文件处理  58:38
    7. 07 python s10 day2 自动更改文件内容  29:24
    8. 08 python s10 day2 文件内容修改  37:46
    9. 09 python s10 day2 列表购物车练习  7:26
    10. 10 python s10 day2 列表程序练习2  14:46
    11. 11 python s10 day2 字典和集合和关系测试  45:55
  第3章:L003-老男孩教育-Python10期-Day3
    1. 01 python s10 day3上节作业回顾  42:12
    2. 02 鸡汤之life is not just about this far  12:35
    3. 03 python s10 day3 函数介绍  17:44
    4. 04 python s10 day3 默认及关键参数  9:33
    5. 05 python s10 day3 局部变量  19:00
    6. 06 python s10 day3 函数传入不固定任意参数  5:26
    7. 07 python s10 day3 匿名函数  14:21
    8. 08 python s10 day3 迭代器  33:26
    9. 09 python s10 day3 内置函数  51:31
    10. 10 python s10 day3 pickle json序列化  25:28
    11. 11 python s10 day3 正则表达式  27:35
    12. 12 python s10 day3 模块的创建和发布  23:17
    13. 13 python s10 day3 函数递归  10:55
    14. 14 python s10 day3 二分查找  20:24
    15. 15 python s10 day3 作业信用卡程序  7:11
    16. 16 python s10 day3 装饰器  19:44
    17. 17 python s10 day3 装饰器2  7:15
  第4章:L004-老男孩教育-Python10期-Day4
    1. 01 python s10 day4 上节作业  27:28
    2. 02 python s10 day4 心灵鸡汤之超越别人的期待  13:43
    3. 03 python s10 day4 上节内容回顾  43:00
    4. 04 python s10 day4 装饰器详解  18:15
    5. 05 python s10 day4 异常处理及自定义异常  22:28
    6. 06 python s10 day4 面向对象编程介绍  55:23
    7. 07 python s10 day4 类的定义及构造函数  43:20
    8. 08 python s10 day4 类变量与实例变量的区别  17:32
    9. 09 python s10 day4 类的继承  29:32
    10. 10 python s10 day4 多继承  24:52
    11. 11 python s10 day4 继承深入  40:57
    12. 12 python s10 day4 静态方法和类方法  21:37
    13. 13 python s10 day4 新式类与经典类  30:33
    14. 14 python s10 day4 作业需求  5:39
大家可以点击【 查看详情】查看我的课程
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值