-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonBasics.txt
More file actions
50 lines (45 loc) · 1.87 KB
/
PythonBasics.txt
File metadata and controls
50 lines (45 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
software : it is a set of programs.
program : it is a swt of instruction
instruction : it is a set of codes
compiler : it is used to convert the high level programming language into a low level language.
python : it s a high level language , open source programming language
it is designed by the guido van rosam in 20 feb 1991.
developmemt by : python software foundation.
old bbc television comedy sketch series: monty python flying circus
=============================================================================================
python application :
1) web development (python django) ex: youtube , instagram, spotify , nasa ,etc
2) DATA SIENCE AND DATA ANALYTICS.
3) AI ?&ML
4) CLOUD COMPUTING
5) ROBTICS
6) GAMES
7) WEB HARVESTING / WEB SCRAPING
8)
=============================================================================================
website : collection of web pages.
frontend===xxxx===Backend : connecting by server
server : providing services
client : using services
customer: product purchase
ARCHITECT:
MVT(PYTHON) =MODERN
=============================================================================================
KEY FEATURE :
1)IT IS A PLATFORM INDEPENDENT LANGUAGE
EX: WINDOW, LINUX,MACOS
2) IT CAM CONNECT TO ALL DATABASE
EX: MYSQOL. ORACLE ,SQL,SERVER.
=============================================================================================
IN C,
INT X; === VARIABLE DECLARATION
VARIABLE: IT IS A RESEVED MEMORY LOCATION WHICH IS USED TO STORE SPECIFIC DATA TYPES.
IN PYTHON VARIABLES IS DYNAMICALLY TYPED , PYTHON DATA CONTAIN IN THE OBJECT FORMAT.
X
||
4BYTES = MEMORYY ADDRESSES NOTE:1 BYTES = 8 BITS
POINTER: IT IS USED TO STORE MEMORY ADDRESSES.
DYNAMICALLY TYPED = NOT NECESSARY TO DEFINE AGAIN AND AGAIN
CLASS = BLUEPRINT IS C/D CLASS
INSTANCES = BLUEPRINT K EXAMPLE IS C/D INSTANCES
OBJECT = BLUEPRINT INTO REAL IS C/D OBJECT