GitHub - wanglida/Python_Learning: Learn programming language -- Python and practice the basic grammar and the GUI.

Skip to content

Navigation Menu

Sign in

Appearance settings

Python Learning 快速上手的Python入门教程

Learn about Python language swiftly and pracitse the basic grammar.
快速学习Python语言基础,简单编程并测试各个功能。代码全部通过,可供学习、参考和使用。

Instructions of files 文件说明

  • helloworld.py 测试Python安装及环境配置是否成功,变量、控制结构、循环结构,定义函数、调用函数;
  • PythonGUI.py 界面测试,制作Buttons
  • ExceptionAndError.py 异常与抛出异常测试
  • FileIO.py Python输入输出文件
  • Module.py 调用模块测试
  • ObjectOriented.py 创建类与对象
  • PersonalModule.py 创建个人模块
  • PrintCalendar.py 输出某月月历
  • TimeEx.py 操作时间,获取系统当地时间、获取格式化时间与日期
  • TkinterGUI.py 类的应用
  • list.py 列表、元组、字典的学习

2019-05