Aditya

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 13

Training

Name: Aditya Chauhan

At Roll No.: 21CS005


Branch: Computer Science
"Internshala"
on
"Python"
Contents:
• Introduction To Python

• History of Python

• Benefits of Python

• Introduction of project

• Python GUI - tkinter

• Project Description

• Project Code

• Project Glimpse
Introduction To Python
• Python is an interpreted, object-oriented, high-level
programming language with dynamic semantics.
• Python is a general purpose programing language that is
often applied in scripting role.
• So python is programming language as well as scripting
language.
• Python is also known as Interpreted language.
History of Python
Python was initially designed by Guido van Rossum in 1991 and developed
by Python Software Foundation.
 It was mainly developed to emphasis on code readability.
Guido Van Rossum began doing its application-based work in December of
1989 at Centrum Wiskunde & Informatica (CWI) which is situated in
the Netherlands.
Benefits Of Python

1 Easy to Use 2 Highly Compatible 3 Lots of Libraries


Python is known for Python's compatibility With a rich collection
its user-friendly with other languages of libraries, Python
syntax and ease of and platforms makes offers extensive
use. it a versatile choice functionality for
for developers. various applications.
Applications of Python
Build Dynamic Data Analysis & AI Automate Everything
Websites and APIs
Python is widely used in Python's scripting
Python is a popular choice data science and AI capabilities enable
for developing dynamic applications, making it a automation of various
websites and APIs due to powerful tool for analyzing tasks, enhancing
its robust web and processing data. efficiency and
development capabilities. productivity.
Introduction Of Project
Creating own IDE :- An integrated development environment (IDE) is a software application
that helps programmers develop software code efficiently. It increases developer
productivity by combining capabilities such as software editing, building, testing, and
packaging in an easy-to-use application. Just as writers use text editors and accountants
use spreadsheets, software developers use IDEs to make their job easier.
Python GUI – tkinter
Python offers multiple options for developing GUI (Graphical User Interface). Out of all
the GUI methods, Tkinter is the most commonly used method. It is a standard Python
interface to the Tk GUI toolkit shipped with Python.
To create a Tkinter app:
A. Importing the module – Tkinter
B. Create the main window (container)
C. Add any number of widgets to the main window
D. Apply the event Trigger on the widgets.
Project Description
An IDE Application With Source Code developed
using Python programming language to run any python code
likewise any other IDE.
This project is a simple project developed using Python
language only. This application features an excellent graphical
user interface so that users always like to get engaged within
the program.
While using the program, users run any python code, save
it, open an existing file and has the feature to exit from the
application.
 Interestingly, it has the feature of popping up a message of
saving the code before running it.
Project Glimpse
Project Glimpse
Project Glimpse
Thank You for Your
Attention
I want to express my sincere gratitude for taking the time to
watch our presentation. I hope you found it informative and
engaging. If you have any questions or would like to learn more,
please don't hesitate to reach out. Thank you again for your
valuable time and attention.

You might also like