Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

Python

Python Program to Check Leap Year

In this tutorial we learn how to check leap year using Python 3.X program.  Leap years are years where an extra day is added to…


Computer science with python project BMI Calculator (GUI)

In this tutorial I am going to create a simple GUI based Python project called BMI Calucator ideal for CBSE Class XI-XII subject Computer science…


Class 12 computer science with python question paper with solution

In this post I am going solve Class 12 Computer Science with Python Important question and their solution with proper explanation. CBSE’s Class 12 Computer…


Write a python program or script to take input for Two numbers and an Operator

Question : Write a python program or script to take input for Two numbers and an operator (+ , – , * , / )…


Python program to sum all the digits of an input number

In this tutorial, we are going to learn how to sum all the digits of an input number using a Python program, this kind of…


Computer Science with Python Installation Video Tutorial

Recently CBSE changed Computer Science with C++ with Computer Science with Python for Class XI and XII starting from Session Year 2019-2020. This Tutorial will…


CBSE Computer Science with Python E Book Download

CBSE From Session Year 2019-2020 is going introduced  Computer Science with Python (previously Computer Science with C++) for Class XI and XII. Python is right…


Python Tutorial Indroduction

Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. History : Python is a general-purpose programming language…


Tutorial to make a simple BMI Calculator using Python

In this tutorial I am going to use Python 3.x to make a Command line application called BMI Calculator which measures BMI (Body Mass Index).…