OVERVIEW OF PYTHON
Introduction to Python – Learn Python Programming
- What is Python
- Python History
- Features of Python
- Applications of Python
- Architecture and Working of Python
- Python Constructs
What is Python?
Applications of Python
Python Architecture and Working
We should now discuss Python design and its typical stream -
a. Parser
It utilizes the source code to create a theoretical punctuation tree.
b. Compiler
It transforms the theoretical linguistic structure tree into Python bytecode.
c. Translator
It executes the code line by line in a REPL (Read-Evaluate-Print-Loop) style.
a. Functions in Python
A capability in Python is an assortment of explanations gathered under a name. You can utilize it at whatever point you need to execute that multitude of explanations all at once.
You can call it any place you need and however many times as you need in a program. A capability might return a worth.
b. Classes in Python
As we examined before, Python is an article-arranged language. It upholds classes and articles.
A class is a theoretical information type. At the end of the day, it is a plan for an object of a specific kind. It holds no qualities.
An item is a genuine substance and an occasion of a class.
c. Modules in Python
The python module is an assortment of related classes and works.
We have modules for numerical estimations, string controls, web programming, and some more.
d. Bundles in Python
Python bundle is an assortment of related modules. You can either import a bundle or make your own.
Python has a ton of different builds. These incorporate control structures, capabilities, special cases, and so on.
Keen on learning python exhaustively? Simply follow the sidebar and learn Python totally.
If you are willing to learn a Python course, Ready to get started today? Python training in chennai
To make your career development the best by learning this software course for more detail visit our other blog Python.
Comments
Post a Comment