Build Applications using Python IDLE and Python Shell

所在平台: Udemy

课程主页: https://www.udemy.com/course/build-applications-using-python-idle-and-python-shell/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用Python IDLE和Python Shell构建应用程序 课程概述:Python IDLE是Python在Windows和Mac系统上安装时自带的开发环境,对于Linux用户来说,可以通过包管理器下载Python IDLE。安装后,可以将其用作交互式解释器或文本编辑器。IDLE是Python的集成开发和学习环境,Python Shell是一个很好的地方,可以尝试小段代码。通过终端或命令行应用程序可以访问Python Shell,IDLE可以简化工作流程,打开后将立即启动Python Shell。 IDLE具有以下功能: - 跨平台:在Windows、Unix和macOS上大致相同运行 - 交互式Python Shell窗口,代码输入、输出和错误信息都有颜色高亮 - 多窗口文本编辑器,支持多次撤销、Python代码高亮、智能缩进、调用提示、自动补全等功能 - 可在任何窗口内搜索、在编辑器窗口替换,以及在多个文件中搜索(grep) - 调试工具,支持持久断点、单步调试以及查看全局和局部命名空间 - 配置、浏览器和其他对话框 IDLE有两种主要窗口类型: - Shell窗口 - 编辑器窗口 同时可以打开多个编辑器窗口。在Windows和Linux上,每个窗口都有自己独立的顶部菜单。以上菜单文档显示了与之相关的窗口类型。 IDLE可用于创建各种类型的应用程序。

课程评论(0条)

课程详情

Python IDLE comes included in Python installations on Windows and Mac. If you're a Linux user, then you should be able to find and download Python IDLE using your package manager. Once you've installed it, you can then use Python IDLE as an interactive interpreter or as a file editor.IDLE is Python's Integrated Development and Learning Environment.The Python shell is an excellent place to experiment with small code snippets. You can access it through the terminal or command line app on your machine. You can simplify your workflow with Python IDLE, which will immediately start a Python shell when you open it.IDLE has the following features:cross-platform: works mostly the same on Windows, Unix, and macOSPython shell window (interactive interpreter) with colorizing of code input, output, and error messagesmulti-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other featuressearch within any window, replace within editor windows, and search through multiple files (grep)debugger with persistent breakpoints, stepping, and viewing of global and local namespacesconfiguration, browsers, and other dialogs.IDLE has two main window types:The Shell window The Editor window. It is possible to have multiple editor windows simultaneously. On Windows and Linux, each has its own top menu. Each menu documented below indicates which window type it is associated with.The idle can be used to create various types of applications.

课程标签

0人关注该课程

主题相关的课程