0% found this document useful (0 votes)
11 views

Python Seminar

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Python Seminar

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Python

Seminar
By Tarun Ramesh
1.4.2A Packages
• Only system software does not suffice for efficient use if computers

• because the system software exists mostly for the benefit of the computer.

• >Application software has been written to do almost every task imaginable,from word processing to selecting a college to
attend.

• >As applications may be numerous,it is not feasible to design a software for each one, instead some general software are
designed that may be used to individual users in the manner it suits their needs and requirements. Such general-
application software are known as packages.

• >Some major and most common categories of general application software(packages) are:

• 1)Word processing software 2)Spreadsheets

• 3)Database Management systems 4)Desktop publishing software

• 5)Graphics,Multimedia and presentation applications


1.4.2B Utilities

• Utilities are those helpful programs that ensure the smooth functioning
of the computer.
• Utility programs are meant to assist your computer. Some utilities help
you backup data while some make it easier to find and arrange the
information you need and some help you avoid viruses.
Some important utilities are:
1)Text editor 4)Disk fragmentation
2)Backup utility 5)Antivirus software
3)Compression utility
1.4.2C Business Software

• This type of software is specifically created software according to


business requirements. This type of softwareis developed to meet the
general requirements of a business.This type of software is called
business software.
• There are many readymade business software. Examples of these
softwares:Inventory Management System,Payroll System,Financial
accounting,Hotel Management and Reservation System etc.
1.4.3C Software Libraries

• When programmers develop software and programs,they have a prewritten set of


code/functions,classes,scripts etc available to do a variety of tasks, which they can
use directly in their code.These predefined sets of codes are called software
libraries.
• A software library is a predefined and available to use,suite of data and
programming code in the form of prewritten code/functions/scripts,classes etc.
• Example of software libraries that come with python:
1)NumPy(Numerical python)
2)SciPy(Scintefic python)
3)Panda Library

You might also like