Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
70 views
Python Notes
Uploaded by
rajaupp47
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Python Notes For Later
Download
Save
Save Python Notes For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
70 views
Python Notes
Uploaded by
rajaupp47
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Python Notes For Later
Carousel Previous
Carousel Next
Save
Save Python Notes For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 10
Search
Fullscreen
Clean & Neat Handwritten A Ante), NOTESpay ae Prepared By 3 ae Follow us = lAlebsite : notesbro-com.What is Python ? __@notesbro.com Python is_a general-purpose. dynamic high =level._amd_inier- ~preled programming language. It Supports Object Oriented Programming Approach to develop applications It is simple land easy to learn and provides tots -of high ~level_data om [Lele elutes atin sain veh ee ‘fiitiocn is om easy-to-learn yet Powerful _and_versatile Scripting language. which makes it attractive for Application elvesrelopsren jean ee 22 With its interpreted nature, Python's syntax and dynamic _| typing make it and ideal language for Scripting and _| rapid_application development. ____ _| Python Supports. multiple progzomming_patlerns, including _|object - oriented , Imperative. and funcHonal_o7 procedural si — {programming Styles acetic Re | pylhon makes development_and debugging fast _because_no- | compilation step is tncluded in Python development. Land the edit -test_clebug Cycle is _very ferst _ Python is_an_open- source. Cost fnee_pangnamming language. ____| I ts utilized im several sectors and disciplines as a result. _ NaS 4 -Python Basic Syntax + needed. for example - __def func 0: Statement 1 | There fs no use of curly braces or semicolon in Python — | programming language But Python uses the imdentation to define a block of code. Indentation 1s nothing but adding whitespace before the statement _when_it is — Statement 2 __ statement N | Features “of Python E Easy to Learn and Use > @notesbro.com a _Extensible| | | wa Easy to Learn and Use + Python is easy to learn _as_compared to_other programm= |= img languages. There is_no_use_of the semicolon_or Cunly- bracket, the tndentation defines the code of block- | penny “Expressive Language : | Python can perform complex tasks using a few lines of _____| code. A stmple example. the hello world program You ~attally ie RM will take only one line |to_execute, while Tava_o1 C takes multiple lines. eater ienrunge ii (iviven te thy eden Bs | Python is imlerpreted language + it means the Python — program is executed one line at a time. The advantage lof being imterpreted language. tt makes debugging ___| easy and portable - sal 8 é _____ @notesbro.com Si Cross-platform language + _ i | Python can tun on different platforms such as_hindows, | Limux, UNIX, and Macintosh.etc. So. we can say that Python is a portable language. It enables programmers _|4o develop the software for several competing platforms | by waiting a_paogram_only once. 5) | Pree and Open Source $ = Nei eae _| Python 15 Freely available for everyone. There is mo _ | need to pay for downloading and installation, as_ | wellas source code of python is_ available on interne} ____|simply_goto on its official website www.python-org. ___| download by seeing its version downloadi| eee Applications — ie sis ipplication z a [oxNideo-\ @notesbro.com am Python is com-mon fueeietee rte eet een ae ree | Python comes up with a wide range of Frameworks. like Django. Flask . Bottle, omd alot more that provide ease to developers. Python has imbuilt libraries and | tools which _| make the web applications| development process completely effortless» = | Use of Python for web_opplicat Manes |» Amazing Visuslization poe ere Comvemiemre in =clevelon men : ee ees ot ee aoe ee» Desktop GUI Applications + — > | The GUI stands for the Graphical User Interface, which provides 0 TK Gur libravyto develop a user _interPace. Some popular Gvz_libravies are given below. __— © Tkinter_ot Tk a Ge a _* WxWidget™ fee ra za Kivy Cused foa writing multitouch Geplicalien} i paar SER ae lei ee meee emdemiecAmsniecipisi 3) | Console based Application + 2 a =| Console - based applications aun from the Command =limeor Shell. These applications are Computer program which _ _ | ome used commands +o execute. This kind of application | was more popular im the old genevation of computers . _| Python can clevelop this -kimd_of application very effectively. [Tt ts very famous for having REPL. which Means the a [(ResweEWaI=erat Tena that makes it the most suitable ng __|=uage for the command -lime applications.__ a Vey iterates many free | inenevern module ane nenelee _|4o build the command -lime apps: The necessary libraries ore used to sead and ussite. Tt helps fo parse Langument ond create comsole help text out -of- the=box._ There are also advance libraries that can develop imdep- ___@notesbro.comawe | Date Types + eneeecerte cua Data types are the classification ov categorization of dato | ikems . It sepresents the kind of value that tells what | operations cam be performed ono particular data- | Simce, everything is am object _im -data_types are actually classes and variables gre the | _| Standard or built -in data types im Python + wets * Numeric ss ise eee Oe c cen nce oa cela enya nsaass LS fealicren ear ee Vekess * Set ery hr: — 10 idtineen ig.2 Leer Bee Sas Rica aeely pe seein sa amen ig .wenenieabeas @notesbro.com ? Pee> | Numenic + iy | The numeric data type in Python sepresemts the data | that has a numeric value. A numeric value can be — [an integet. a floating number. _o1 even_a com plea number: These values_are defined as Python int. — | Python float. and Python complex classes im Python Bartel pees | | * Integers - This value is represented i inte class It __comlains positive ov negative whole numbers. ___ 6 Float = Floating-point numbers represen! numbers — |__with clecimal point or functions. for example. pi= 5-14 * Complex ee Complex_m umber ig_acpaenented = e | by a complex_class It is specified as_(real part) | 4 Gmaginaty parth) j i Phoilexammp lena ee a _| Dickiomaay 2 _______ ee a “Dictionary im Python is _an unordered collection of data values. used to store data values like ama p._ umlike other Data Types that hold omly a simgle value Las um element, a Dictionary holds a key + Value polr._ | key-value is provided im _+the- dictionary to make it |more optimized. Bach key-value pair in a dictionary — Lis separated by a colon. whereas each key is separated by soe tenmmot @notesbro.com Boolean + a 5 “ | Data _type with one of the two built-in values. True ov false. Boolean objects that are equal to True are true, ; 1You can download full PYTHON NOTES from Our Website www.notesbro.com ae
You might also like
UNIT II FINAL COPY
PDF
No ratings yet
UNIT II FINAL COPY
42 pages
Unit 1: Introduction To Python
PDF
100% (1)
Unit 1: Introduction To Python
184 pages
CH1
PDF
No ratings yet
CH1
36 pages
Old4a Python Python Made Easy 1 Hacking Beginners PDF
PDF
100% (2)
Old4a Python Python Made Easy 1 Hacking Beginners PDF
92 pages
Python 1
PDF
No ratings yet
Python 1
135 pages
Intro to Python
PDF
No ratings yet
Intro to Python
44 pages
COMP002 Lesson 3 Basic Prog PPT3
PDF
No ratings yet
COMP002 Lesson 3 Basic Prog PPT3
36 pages
Training Seminar Report On Content Management System At: Global Institute of Technology, Jaipur
PDF
No ratings yet
Training Seminar Report On Content Management System At: Global Institute of Technology, Jaipur
32 pages
python file
PDF
No ratings yet
python file
30 pages
unit 1
PDF
No ratings yet
unit 1
25 pages
Introduction To Python Programming - 1624291133856
PDF
No ratings yet
Introduction To Python Programming - 1624291133856
12 pages
Day 5 - Material - 26-09-2022
PDF
No ratings yet
Day 5 - Material - 26-09-2022
64 pages
Python GTU Study Material E-Notes Unit-1 12012021081509AM
PDF
100% (1)
Python GTU Study Material E-Notes Unit-1 12012021081509AM
29 pages
Python (Nirali Publi)
PDF
67% (3)
Python (Nirali Publi)
176 pages
Unit 2 Python
PDF
No ratings yet
Unit 2 Python
13 pages
Ch. 1 Introduction and Syntax of Python Program
PDF
No ratings yet
Ch. 1 Introduction and Syntax of Python Program
31 pages
Python Demo
PDF
No ratings yet
Python Demo
100 pages
NOTES OF Python Ok
PDF
No ratings yet
NOTES OF Python Ok
73 pages
Python Programming Unit - I: History of Python
PDF
No ratings yet
Python Programming Unit - I: History of Python
18 pages
Learn Python Programming Quickly
PDF
No ratings yet
Learn Python Programming Quickly
198 pages
Learn Python Programming
PDF
No ratings yet
Learn Python Programming
169 pages
Data Analysis Bootcamp Week 1 Study Note
PDF
No ratings yet
Data Analysis Bootcamp Week 1 Study Note
43 pages
Phython Reviewer Python
PDF
No ratings yet
Phython Reviewer Python
15 pages
Chapter-Two.-UPDATEDpdf
PDF
No ratings yet
Chapter-Two.-UPDATEDpdf
94 pages
Lecture 1 Python
PDF
No ratings yet
Lecture 1 Python
58 pages
Unit I
PDF
No ratings yet
Unit I
138 pages
PYTHON Full Notes
PDF
No ratings yet
PYTHON Full Notes
241 pages
Unit 1 (First)
PDF
No ratings yet
Unit 1 (First)
27 pages
Case Study New 1
PDF
No ratings yet
Case Study New 1
36 pages
Python UNIT.1
PDF
No ratings yet
Python UNIT.1
24 pages
BCA3RDPYTHON (2)
PDF
No ratings yet
BCA3RDPYTHON (2)
94 pages
Unit 1
PDF
No ratings yet
Unit 1
50 pages
Python Programming Notes
PDF
No ratings yet
Python Programming Notes
107 pages
Python Interview Questions
PDF
No ratings yet
Python Interview Questions
48 pages
Introduction To Computer Programming Using Python Comp 111
PDF
No ratings yet
Introduction To Computer Programming Using Python Comp 111
227 pages
Python Notes Unit-1
PDF
No ratings yet
Python Notes Unit-1
34 pages
Python Notes - Unit1
PDF
No ratings yet
Python Notes - Unit1
20 pages
Unit1puthon Programming
PDF
No ratings yet
Unit1puthon Programming
52 pages
Data Analytics Using Python
PDF
No ratings yet
Data Analytics Using Python
17 pages
Ip Project File 2024-25
PDF
No ratings yet
Ip Project File 2024-25
10 pages
Python Basics 1
PDF
No ratings yet
Python Basics 1
52 pages
CSE Python R20
PDF
No ratings yet
CSE Python R20
56 pages
PYTHON
PDF
No ratings yet
PYTHON
461 pages
Python Study Material
PDF
No ratings yet
Python Study Material
38 pages
Chapter-2-Basics of Programming in Python Part 1
PDF
No ratings yet
Chapter-2-Basics of Programming in Python Part 1
94 pages
Unit III Iiot
PDF
100% (1)
Unit III Iiot
140 pages
Module 4 - Python
PDF
No ratings yet
Module 4 - Python
64 pages
Chap-1 Introduction to Python Programming
PDF
No ratings yet
Chap-1 Introduction to Python Programming
16 pages
Lecture 1
PDF
No ratings yet
Lecture 1
44 pages
Lastmyreport
PDF
No ratings yet
Lastmyreport
50 pages
Unit 3
PDF
No ratings yet
Unit 3
43 pages
bd75b58323c9a0be61faa20bf220f886
PDF
No ratings yet
bd75b58323c9a0be61faa20bf220f886
71 pages
Python NOTES Unit-4
PDF
No ratings yet
Python NOTES Unit-4
163 pages
CHPT 1
PDF
No ratings yet
CHPT 1
7 pages
Fiot r18 III Umalwara
PDF
No ratings yet
Fiot r18 III Umalwara
51 pages
?python For Data Analysis Cheatsheet
PDF
100% (3)
?python For Data Analysis Cheatsheet
128 pages
Python Programming
PDF
No ratings yet
Python Programming
121 pages
Unit-1 Intro To Python
PDF
No ratings yet
Unit-1 Intro To Python
28 pages
Python Unit-1
PDF
No ratings yet
Python Unit-1
86 pages