Atomic Python (IP)
Atomic Python (IP)
A Project Report
On
Atomic Python
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
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
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 and 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.
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
BIBLIOGRAPHY