Pantech E Learning
11.7K subscribers
150 photos
4 files
813 links
Download Telegram
Syntax of while loop
while( expression)
{
Body of the loop
}
The while statement will be executed repeatedly until as the expression remains true.
*Working condition*
In while loop, a condition is evaluated before processing a body of the loop. If a condition is true then and only then the body of a loop is executed. ... Once the condition becomes false, the control goes out of the loop. After exiting the loop, the control goes to the statements which are immediately after the loop.
Comment your answer what will be the output for the given code.. Share it with your friends who loves coding and who wants to learn from basics.
Save for your future reference. For more updates stay tuned. @pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.
.
#pantechelearning #programming #coding #java #python #javascript #programming #coding #developer #programmer #html #php #code #css #coder #indonesia #software #computerscience #webdeveloper #webdevelopment #technology #android #codinglife #softwaredeveloper #webdesign #linux #c #tech #programmingmemes #softwareengineer #programmers #computer
https://www.instagram.com/p/CQBIjUzlCQm/?utm_medium=share_sheet
What is _init_?
__init__

The __init__ method is similar to constructors in C++ and Java. Constructors are used to initialize the object’s state. The task of constructors is to initialize(assign values) to the data members of the class when an object of class is created. Like methods, a constructor also contains collection of statements(i.e. instructions) that are executed at time of Object creation. It is run as soon as an object of a class is instantiated. The method is useful to do any initialization you want to do with your object.
Save for your future reference. For more updates stay tuned. @pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.
.
#pantechelearning #website #programming #coding #snake #code #python #programmer #webdeveloper #computerscience #javascript #softwaredeveloper #machinelearning #html #css #coder #datascience #codinglife #ballpython #softwareengineer #pythonprogramming #linux #php #programmingmemes #programmers #programminglife #js #softwaredevelopment #ballpythonsofinstagram #programmerlife
https://www.instagram.com/p/CQEGh1UFS8S/?utm_medium=share_sheet
7 python Job interview questions. We have already posted them before but we don't want you people to miss them. Save for your future reference.
Comment your answer was this helpful. Do you want to know few more questions related to python ... Stay tuned. @pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.
.
#pantechelearning #website #programming #coding #snake #code #python #programmer #webdeveloper #computerscience #javascript #softwaredeveloper #machinelearning #html #css #coder #datascience #codinglife #ballpython #softwareengineer #pythonprogramming #linux #php #programmingmemes #programmers #programminglife #js #softwaredevelopment #ballpythonsofinstagram #programmer Life
https://www.instagram.com/p/CQFnpdiFfas/?utm_medium=share_sheet
Python is one of the most prevalent programming languages. It is highly user-friendly and an open-source language. Python is not only growing its popularity but also enhancing its applications an almost every field. It is rich in all aspects. It offers a variety of functionalities. Python is very popular. It is building an excellent market in IT industries as well. The demand for Python is growing in all fields. Let us see the reason why Python is in so much demand?
#python #programming #coding #java #javascript #programmer #snake #developer #html #machinelearning #code #coder #ballpython #pythonprogramming #computerscience #datascience #reptile #snakes #reptiles #snakesofinstagram #reptilesofinstagram #technology #php #css #linux #pythonsofinstagram #artificialintelligence #tech #webdeveloper #bhfyp
https://www.instagram.com/tv/CQQTSh0g_dZ/?utm_medium=share_sheet
Which one is faster. Tell us in comment
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQQnwEUFenH/?utm_medium=share_sheet
HTML page using python.
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.
#python #html #css #javascript #programming #coding #webdesign #webdeveloper #webdevelopment #java #developer #python #code #php #programmer #coder #website #web #software #webdesigner #computerscience #design #ui #codinglife #frontend #softwaredeveloper #technology #webdev #ux #wordpress
https://www.instagram.com/p/CQTi7aHlEbO/?utm_medium=share_sheet
Inheritance allows us to define a class that inherits all the methods and properties from another class. Parent class is the class being inherited from, also called base class. Child class is the class that inherits from another class, also called derived class.
What are the types of inheritance in Python?.. Comment down your answer..
Save for your future reference. For more updates stay tuned. @pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.
.
#pantechelearning #website #programming #coding #snake #code #python #programmer #webdeveloper #computerscience #javascript #softwaredeveloper #machinelearning #html #css #coder #datascience #codinglife #ballpython #softwareengineer #pythonprogramming #linux #php #programmingmemes #programmers #programminglife #js #softwaredevelopment #ballpythonsofinstagram #programmerlife
https://www.instagram.com/p/CQVCTEaA7fF/?utm_medium=share_sheet
OOPS Python Interview Questions
*1*Explain Inheritance in Python with an example.

*2*How are classes created in Python? 
*3*What is Polymorphism in Python?

*4*Define encapsulation in Python?

*5*How do you do data abstraction in Python?

#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/tv/CQVdaZAAmVb/?utm_medium=share_sheet
What is Hierarchical Inheritance in Java? ... In Hierarchical Inheritance, the multiple child classes inherit the single class or the single class is inherited by multiple child class. The use of inheritance in Java is for the reusability of code and for the dynamic polymorphism (method overriding).
.
..
..
#java #python #javascript #programming #coding #developer #programmer #html #php #code #css #coder #indonesia #software #computerscience #webdeveloper #webdevelopment #technology #android #codinglife #softwaredeveloper #webdesign #linux #c #tech #programmingmemes #softwareengineer #programmers #computer
https://www.instagram.com/p/CQferTNl9vk/?utm_medium=share_sheet
Difference between c, c++ and java?
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQlM8EJFoBc/?utm_medium=share_sheet
Exception handling?
The Exception Handling in Java is one of the powerful mechanism to handle the runtime errors so that normal flow of the application can be maintained.
Java exception handling is managed via five keywords: try, catch, throw, throws, and finally. 
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQm4l0-FURd/?utm_medium=share_sheet
7 layers of OSI reference model.
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQpkS68F6qv/?utm_medium=share_sheet
Difference between java and javascript.
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQqTqsNlLpE/?utm_medium=share_sheet
Features of javascript
Javascript Features

Light Weight Scripting language.

Dynamic Typing.

Object-oriented programming support.

Functional Style.

Platform Independent.

Prototype-based.

Interpreted Language.

Async Processing.

Client-Side Validation

More control in the browser
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQqo-iQFoyz/?utm_medium=share_sheet
Advantages of javascript?
JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as a part of the web pages, whose implementation allows a client-side script to interact with a user and to make dynamic pages. It is an interpreted programming language with object-oriented capabilities.
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQsIGCjFMK7/?utm_medium=share_sheet
What is a trigger with an example
Save for your future reference. For more updates stay tuned.
**save**,** share**, **comment**
@pantechelearning
#pantechelearning
Any queries regarding major and mini projects contact 📞 us:
WhatsApp us:+91 8925533483/82
Website:www.pantechelearning.com.
.
....
.
.
.
.
.
.
.

.
.
.
#programming #coding #programmer #developer #python #technology #javascript #code #coder #java #computerscience #html #webdeveloper #tech #css #software #webdevelopment #codinglife #linux #programmingmemes #softwaredeveloper #programmers #webdesign #programminglife #hacking #machinelearning #php #computer #pythonprogramming
https://www.instagram.com/p/CQs2ebrF8HP/?utm_medium=share_sheet