You are on page 1of 9

SCRIPTING LANGUAGE

PREM SUNUWAR SIR


By
PRANISH RAJ TULADHAR
Scripting language
• Scripting is sequence of commands written as plain text and run by an
interpreter(shell).
• Today some scripting language have evolved into light weight
programming language
• Used for lightweight operation such as manipulation of files and
prototyping

2
TYPE OF SCRIPTING LANGUAGE
• Server-side Scripting Language
• Can use huge resources of the server
• Complete all processing in the server and send plain pages to the client
• Reduces client-side computation overhead
Example:
• PHP
• Python
• Ruby
• Perl

3
EXAMPLE
Python
• One of the most popular scripting languages
• Used for web development, data analysis, machine learning, and
more
• Syntax is easy to read and write, with emphasis on code readability
• Large and active community with many libraries and frameworks
available
TYPE OF SCRIPTING LANGUAGE

5
EXAMPLE

6
Advantages of Scripting Languages:
• Easy to Learn
• Rapid Prototyping:
• Cross-Platform Compatibility:
• Flexibility:

7
Disadvantages of Scripting Languages:
• Slower Execution Speed
• Limited Performance

8
THANK YOU

You might also like