Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Build Applications using Python IDLE and Python Shell

Posted By: ELK1nG
Build Applications using Python IDLE and Python Shell

Build Applications using Python IDLE and Python Shell
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 552 MB | Duration: 1h 55m

Create Practical and Useful Applications using Python IDLE

What you'll learn
Setup Python Development Environment
Create applications with Python Idle
Create a countdown timer
Create a digital clock
Create a weight converter app
Create a calculator

Requirements
Basic knowledge of Python advised
Description
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 macOS

Python shell window (interactive interpreter) with colorizing of code input, output, and error messages

multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features

search within any window, replace within editor windows, and search through multiple files (grep)

debugger with persistent breakpoints, stepping, and viewing of global and local namespaces

configuration, 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.

Who this course is for
Beginner programmers
Beginner developers