Nothing Special   »   [go: up one dir, main page]

Certificate: Sharma of Class 12 Prepared The Project Entitled "PYTHON LIBRARIES"

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

CERTIFICATE

This is to certify that Meet Brijeshkumar Patel of class 12 and Ronak


Sharma of class 12 prepared the project entitled “PYTHON LIBRARIES”.
The report is the result of their efforts and endeavors.
The report is found worthy of acceptance as final project report for the
subject Computer Science of Class 12. They have prepared the report
under my guidance.

(Mrs. Soubhagya Hiremath)


PGT (Computer Science)
Department of Computer Science
Jindal Vidya Mandir
INDEX
1. TITLE PAGE....................
2. PREFACE........................
3. ACKNOWLEGDMENT....
4. SOFTWARE USED...........
5. SYNOPSIS.......................
A PROJECT REPORT ON
CLASS 12 PYTHON LIBRARIES
SUBMITTED BY:
MEET BRIJESHKUMAR PATEL
CLASS:12-’B’
ROLL NO.: - ‘18613110’

AND
RONAK SHARMA
CLASS: 12-’A’
ROLL NO.: - ‘18613055’

UNDER THE GUIDANCE OF:


MRS. SOUBHAGYA HIREMATH
DEPARTMENT OF COMPUTER SCIENCE

JINDAL VIDYA MANDIR


VIDYANAGAR
PREFACE
Project is project is to give the clients of class 12
idea Python libraries.
The step-by-step procedure is explained and
comments are specified wherever necessary to
better understanding the code.
Various libraries like Python standard libraries,
NumPy libraries, SciPy libraries etc. are explained in
the upcoming pages.
ACKNOWLEDGEMENT
This project will help the students to understand
python libraries better.
Would you subscript express our gratitude to the
JVM School, Vidyanagar. The principal Mrs Ishwari
Sharma, to encourage the students in engaging in
such activities in providing us great infrastructure
and facilities.
We would like to express our sincere thanks to our
computer science teacher, Mrs. Soubhagya
Hiremath to assign us to a fun and unforgettable
project and for guiding us throughout the year.
Lastly, to would like to thank our parents, friends
and all the teachers who have been supporting us,
helping us and motivating us to do better every day.
SOFTWARE USED
1. Python: - Python is an interpreted high-level
general-purpose programming language.
2. Python Libraries: - Python Library is a collection
of modules that together cater to a specific type
of applications or requirements.
3. SQL.: - SQL is the full structured query language
design for electing information from databases.
This software would come in handy in
organising create large databases that will be
use in this project.
4. SQL-connector/Python: -It is a standardized
database driver for Python platform and
development. In order to access the database in
SQL through Python we will be using this in our
project.
SYNOPSIS
➢ We know that a module is a file with some python code, and a
package is a directory for sub packages and modules. But the
line between a package Python library is quite blurred.
➢ A Python library is a reusable chunk of code that you may
want to include in your program/projects.
➢ Compared to languages like C or C++, a Python libraries do
not pertain to any specific context in Python. Here, a “library"
loosely describes a collection of core modules.
➢ Essentially then, a library is a collection of modules. A package
is a library that can be installed using a package manager like
Ruby Gems or npm.
➢ Types of python libraries: -
1. Python standard libraries: -it is a collection of exact syntax,
token, and semantics of python.
2. NumPy: -This library provides some advance math
functionalities along with tools to create and manipulate
numeric arrays.
3. SciPy: - This is a useful library that offers algorithmic and
mathematical tools for scientific calculation.
4. Tkinter: - This library provides traditional Python user
interface toolkit and helps you to create user friendly GUI
interface for different types of applications.
PROS: -
• Very fast to setup and hook into your code.
• Reasonable guarantees that the functions will work as
advertised.
• Reasonable guarantees that the code will run quickly.

This project will help the client to learn about Python Libraries
and types and advantages of it.

***************************************************

You might also like