Posts

Showing posts from August, 2024

Getting started with Python programming

Image
Objectives (1) Python an introduction (2) Installation & set up Python in Command Prompt (3) Start Python programming using Command Prompt or IDLE (4) Create & run a Python file using Command Prompt or IDLE (5) Which is better Command Prompt or IDLE for Python programming?   Python an Introduction Python is a High-Level, general purpose & Object-Oriented programming language. Python is simple, versatile and have extensive range of applications. These applications may include automation, web development, data analysis, artificial intelligence & machine learning, and more. High-level language means it allows human to write computer programs to interact with a computer system without having specific knowledge of the processor or hardware. Object-oriented programming (OOP) is a programming paradigm based on the concept of objects which contains data in the form of fields (known as attributes or properties) and code in the form of procedures (known as methods). Python is als