• 课程 /

    © 2021 Python学习网 苏ICP备2021003149号-1

    Python入门

    Python 手册

    介绍章节评论课件
    Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。该手册全面覆盖了Python开发所需的基本技能知识,并通过简单易懂的描述详细介绍了各个知识点。
  • 难度:初级
  • 共102章节
  • 17651次播放
  • 第1章 Python简介
    Python简介
    Python的发展
    Python 2 VS Python 3
    Python的应用领域
    第2章 Python的安装
    Windows上安装Python3
    Mac上安装Python3
    Linux上安装Python3
    第3章 第一个Python程序
    交互式命令行
    代码编辑器
    脚本文件
    Python解释器
    第4章 Python基础
    Python中的注释
    Python中的变量
    Python 关键字
    Python的数据类型
    Python Literals
    Python运算符
    Python中的if-else
    Python中的循环
    Python中的for循环
    Python中的while循环
    Python中的break
    Python中的continue
    Python中的pass
    数据类型-字符串String
    数据类型-列表List
    数据类型-元组Tuple
    数据类型-集合set
    数据类型-字典Dict
    第5章 函数式编程
    Python中的函数
    Python中的lambda函数
    Python中的递归函数
    Python中的装饰器
    Python中的偏函数
    第6章 Python进阶
    Python 切片操作
    Python的迭代
    Python中的列表生成式
    Python中的生成器
    第7章 Python模块
    Python的模块
    Python的日期和时间
    Python的邮件发送
    第8章 面向对象
    面向对象的概念
    面向对象中类Class
    面向对象的构造函数
    面向对象的继承特性
    对象的信息获取
    第9章 Python I/O编程
    Python的文件读写
    Python的序列化
    Python中的StringIO和BytesI...
    第10章 异常与错误处理
    Python异常处理
    Python异常调试
    Python中的单元测试
    Python中的文档测试
    第11章 Python高级
    Python的正则表达式
    Python中的元类
    第12章 图形界面
    Python Tkinter
    Python Tkinter Button按钮
    Python Tkinter Canvas画布
    Python Tkinter Checkbut...
    Python Tkinter Entry条目
    Python Tkinter Frame框架
    Python Tkinter Label标签
    Python Tkinter Listbox列...
    Python Tkinter Menubutt...
    Python Tkinter Menu菜单
    Python Tkinter Message消...
    Python Tkinter Radiobut...
    Python Tkinter Scale滑块
    Python Tkinter Scrollba...
    Python Tkinter Text文本
    Python Tkinter Toplevel...
    Python Tkinter Spinbox自...
    Python Tkinter PanedWin...
    Python Tkinter LabelFra...
    Python Tkinter messageb...
    第13章 网络编程
    网络编程的基本概念
    Python TCP网络通信
    Python UDP网络通信
    第14章 线程和进程
    Python中的多进程
    Python中的多线程
    进程与线程的比较
    第15章 异步I/O编程
    Python中的协程
    Python中的异步编程asyncio
    asyncio中的async和await
    Python中服务端的异步IO
    第16章 Python爬虫
    Python爬虫基础
    Python爬虫的基本原理
    Get请求和Post请求
    使用Beautiful Soup解析网页
    第17章 Python数据库操作
    Python MySQL环境配置
    Python MySQL连接访问
    Python MySQL创建数据库
    Python MySQL创建表格
    Python MySQL插入操作
    Python MySQL读取操作
    Python MySQL更新操作
    Python MySQL连接操作
    Python MySQL事务执行
    Python SQLite数据库使用
    第18章 web开发
    Django Introduction介绍
    Flask Introduction介绍
    第19章 数据分析
    Python NumPy Introducti...
    第20章 实战编程

    讲师介绍

    Python
    Python
    页面重构设计
    课程必读:

    Python是一个基于C开发的脚本型语言,简单易懂,学习Python只需掌握基本的电脑操作,能理解常见的电脑编程知识即可。

    能学到什么:

    通过本手册的学习,能掌握Python基础的编程技术,学会Python独特的编程特性,能够开发Python桌面应用和web应用,了解Python数据分析的方法。

    全部评论我要评论

    暂无评论~
  • 取消回复发送
  • © 2021 Python学习网 苏ICP备2021003149号-1

    Python学习网