Category: Python
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 with Python. With out wasting time Let’s see how to create a simple BMI Calculator with Python, In this project I am using tkinter for GUI. Project Requirement 1. Python […]
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 Science with Python sample paper can be downloaded from their official website http://cbseacademic.nic.in/SQP_CLASSXII_2020-21.html. 1 . What is the full form of IDLE ? (Marks =1) Answer : Integrated Development and […]
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 (+ , – , * , / ) and Based on the operator calculate and print the result? This question can be asked in CBSE Class XII Computer science with Python Paper. Code : Please follow the code […]
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 simple problem can be asked in CBSE class XI / XII “Computer Science with Python” Examination. Environment used : OS : Linux Python Version : Python 3.6.9 Text Editor : […]
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 teach you how to install Python 3.73 on Windows 7 or Windows 10. In this video I have used Windows 7 but process is same for windows 10. Remember Python […]
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 now one of the best programming language and its ideal for students who are just entering the world of coding, its quite easier to learn compared to C++ , C […]
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 Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming […]
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). BMI : According to Wikipedia The BMI is an attempt to quantify the amount of tissue mass (muscle, fat, and bone) in an individual, and then categorize that person as […]