Pythonday1 211004 234002
Pythonday1 211004 234002
Pythonday1 211004 234002
What is python?
Why python is so famous?
History of python
Comparison with C, JAVA
ALL, MLL, HLL
Compiler vs Interpreter
What is python??
Python is an interpreted, high-level, general-
purpose programming language. Created
by Guido van Rossum and first released in
1991, 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.
The Python features like one-liners and dynamic type system allow
developers to write very fewer lines of code for tasks that require
more lines of code in other languages. This makes Python very easy-
to-learn programming language even for beginners and newbies. For
instance, Python programs are slower than Java, but they also take
very less time to develop, as Python codes are 3 to 5 times shorter
than Java codes.
Python is also very famous for its simple programming syntax, code
readability and English-like commands that make coding in Python lot
easier and efficient.
Case 2 – Java
Output-
1) NPN transistor.
2) PNP transistor.
Transistor
NPN PNP
011011
111011 Output
101010
Case-2:
ADD
SUB
MUL Assembler Output
DIV
Case-3:
- Compiler Output
*
Compiler vs Interpreter
Compilation
Interpretation