Atomic Python (IP)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 10

PRESTIGE CONVENT SCHOOL

B-5,Sector-8, Rohini, Delhi-110085

A Project Report
On
Atomic Python

AISSCE 2022-23 Examination


As a part of the Information Practices Course (065)

SUBMITTED BY UNDER THE GUIDANCE


Nimit Lakhanpal Ms. Talvinder Kaur
Roll No .............. PGT (Comp.Sc)
XII-B
Certificate

This to certify that the project /dissertation entitled ATOMIC


PYTHON is a bonafide work done by NIMIT LAKHANPAL of class
XII-B Session 2022-23 in partial fulfilment of CBSE’s AISSCE
Examination 2021 and has been carried out under my direct
supervision and guidance. This report or a similar report on the
topic has not been submitted for other examination and does
not form a part of any other course undergone by the candidate.

…………………… ……………………… ………………………


Signature of Student Signature of Teacher/Guide Signature of Principal
Name: Name: Ms. TALVINDER KAUR Name: Ms. INDERJEET KAUR
Roll No: Designation : PGT(Comp.Sc.)

Place: DELHI
Date:

Acknowledgement
I undertook this project work ,as the part of my XII-Informatics
Practices course. I had tried to apply my best of knowledges and
experience, gained during the study and class work experience.
However ,developing software system is generally a quite
complex and time consuming process. It require a systematic
study, insight vision and professional approach during the design
and development. Moreover, the developer always feels the
need , the help and good wishes of the people near me, who
have considerable experience ans idea.
I would like to extend my sincere thanks and gratitude to my
teacher Ms. TALVINDER KAUR
I would like to take the opportunity to extend my sincere thanks
and gratitude to my father ……………………………….. and my mother
……………………………..
For being a source of inspiration and providing time and freedom
to develop this software project
We also feel indebted to my friends for the valuable suggestions
during the project work
1)Nimit Lakhanpal
2)Lalit Kumar
3)Kashif
……………………
( class XII )

INDEX
s.no CONTENT PAGE NO.
1 INTRODUCTION 5
2 PYTHON 6
3 WHAT IS PANDA? 7

4 PYTHON SLEEP 8
5 COMMANDS THAT ARE 9
USED!!

6 WHAT IS CHEMISTRY? 24
7 PERIODIC TABLE 26
8 WHAT IS ELECTRONS? 29
9 WHAT IS ATOMIC NO.? 32
10 WHAT IS ATOMIC 34
SYMBOLS?
11 WHAT IS ELECTRONIC 39
CONFIGURATION?
12 CODING 41
13 OUTPUT 51
14 SYSTEM DESIGN AND 56
DEVELOPMENT
15 SYSTEM 57
IMPLIMENTATION

INTRODUCTION
This software project is developed to automate the
functionalities of a periodic table. The purpose of the software
project is to develop the Management Information
System(MIS) to automate the periodic table with a view to
enhance the decision making of the functionaries.
A MIS mainly consist os database ,a collection of inter-related
tables for a particular subject or purpose ,cable to produce
different reports relevant to the user. An application program
is tried with the database for ease access and interface to the
database. Using application program or front end ,we can
store ,retrieve and manage all information in proper way.
The software, being simple in design and working ,does not
require much of training to user ,and can be used as a
powerful tool for automating a periodic table.
During coding and design of the software Project, Python a
powerful front-end tool is used for getting Graphic User
Interface (GUI) based integrated platform and coding simplify.
As a back-end a powerful , open source RDBMS , MYSQL is
used as per requirement of the CBSE curriculum of Informatics
Practices Course.

PYTHON
Python is an interpreted, high-level and general-purpose
programming language. Python's design philosophy
emphasizes code readability with its notable use of significant
whitespace. Its language constructs and object-
oriented approach aim to help programmers write clear, logical
code for small and large-scale projects.
Python is dynamically-typed and garbage-collected. It supports
multiple programming paradigms,
including structured (particularly, procedural), object-oriented an
d functional programming. Python is often described as a
"batteries included" language due to its comprehensive standard
library.
Python was created in the late 1980s, and first released in 1991,
by Guido van Rossum as a successor to the ABC programming
language. . A non-profit organization, the Python Software
Foundation, manages and directs resources for Python and
CPython development.
As of December 2020 Python ranked third in TIOBE’s index of
most popular programming languages, behind C and Java.

What is panda?
In computer programming, pandas is a software library written
for the Python programming language for data manipulation and
analysis. In particular, it offers data structures and operations for
manipulating numerical tables and time series. It is free
software released under the three-clause BSD license. The name
is derived from the term "panel data", an econometrics term for
data sets that include observations over multiple time periods
for the same individuals. Its name is a play on the phrase "Python
data analysis" itself. Wes McKinney started building what would
become pandas at AQR Capital while he was a researcher there
from 2007 to 2010.
Pandas is mainly used for data analysis. Pandas allows importing
data from various file formats such as comma-separated values,
JSON, SQL, Microsoft Excel. Pandas allows various data
manipulation operations such as merging, reshaping, selecting,
as well as data cleaning, and data wrangling features.

System Design And Development


Database Design:
An important aspect of system design is the design of data
storage structure. To begin with a logical model of data structure
is developed first. A database is a container object which
contains tables, queries, report and data validation policies
enforcement rules or contraints ect. A logical data often
represented as a record are keptin different tables after reducing
anomalies and redundancies. The goodness of data base design
lies in the table structure and its relationship.

System Implementation

The Hardware Used


While developing the system, the used hardware are:
Laptop with premium IV processor or something, Laptop with
Celeron (1.7 GHz)
Processor having 256 MB RAM l, SVGA and other required
devices

The Software Used:


 Microsoft Windows 8 professional as Operating System.
 Python IDLE for Coding
 Microsoft Word 2010 for documentation
BIBLIOGRAPHY

You might also like