The text file in which Python programs are written. Called so as it is used to operate other programs
A Python Script containing functions with or without classes and global variables.
A collection of Modules in a directory
Alternative name for python programs.
The Interactive Development Environment of Python. It is a python terminal prompt
(usually) an upgraded version of IDLE with facility to embed graphics
Enhanced interactive python terminal. supports all python terminal operations along with shell commands and more.
This is a sophisticated text editor to write and check code.
Used for making notes. Starts with a #
Short for Documentation String. Used for multi-line commenting and for writing documentation within the code. Starts and terminates with ’’’ or """.