All Questions

Python

Follow
Showing 1 - 10 out of 173 Questions
1 View

what is OOP concepts in python

Vishal kumar 20th Apr, 2026

Object-Oriented Programming (OOP) in Python is a way of organising code using classes and objects.

Main OOP concepts :

  • Class: Blueprint for objects
  • Object: Instance of a class
  • Encapsulation: Hiding data
  • Inheritance: Reusing code from another class
  • Polymorphism: One method, many forms
  • Abstraction: Hiding implementation details
1 View

What Skills should a beginner focus on to start a career in python development course in Thane ?

Shilpy Sinha 27th Feb, 2026

Hi, Python programming for beginners provide functional and structure programming methods. Please check a beginner guide to pursue Python Programming to know in details about the steps followed and skills required.

1 View

Can I start earning after learn python or not? If yes so how much?

Ritin 31st Dec, 2025

Yes you can start earning after learning Python.

You usually start earning withinn 2-6 months by learning basic Python building small projects and practicing regularly.

For better jobs you can start with internships to gain some experience.

What you can do is:

•Beginner freelancing or small task can earn ruppes

3 Views

Computer science main points python 11 class

Anshika Gupta 10th Sep, 2025

Hey,

You need to clear basic concepts of python and then focus on programming.

It will be best for you if you understand the basic concepts of programming like variable, function, data types, operators etc. And then you can practice programing. Doing programming can help you understand better the concepts

17 Views

I need free certificate course for python java and full stack development

Mamta Bankoti 26th Nov, 2025

Hey,

You can learn Python, Java and Full Stack Development for free from these websites, and they also give free certificate:

1. Sanfoundry : Free Certificate for Python, Web and Full Stack courses.

2. Great Learning Academy: Free Python, Java and Full Stack courses plus free certificate.

3. Elevify: Free

13 Views

How can i learn python An computer language In free

Devanshi Goyal 24th Mar, 2025

learning Python and computer programming for free is absolutely possible, thanks to many online resources available. Here's a structured approach you can follow to get started:

Some Free Online Courses and Tutorials

  • Coursera: Offers free courses from universities like Stanford and MIT. You can audit the course for free and

19 Views

Python coding for beginners in detailed explanation

Poral Siddartha 10th Mar, 2025

Python is a beginner-friendly programming language known for its simplicity. To start, install Python from python.org and use IDLE, VS Code, or Jupyter Notebook. Basic concepts include variables (name = "Alice", age = 25), user input (input()), and operators (+, -, *, /). Conditional statements like if-else help make decisions,

The question have been saved in answer later, you can access it from your profile anytime. Access now