Main Content

Introduction to Python

Python is an interpreted, high-level, general-purpose programming language. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. Python is considered a scripting language and is often used for creating Web applications and dynamic Web content.

The objective of this workshop was to impart knowledge on the basics of python programming language. Basic fundamental python concepts like operators, control statements, array, string, function, data type and many more were taught from scratch. Python offers multiple options for developing GUI (Graphical User Interface). Tkinter module was used to create GUI applications. Participants were taught to create window and interactive buttons and assigning functions to them.