proco
proco
  • Видео 121
  • Просмотров 11 060
Binary File Handling in python | display record,price is more than 100 in python #python#cbse
Write a method/function COSTLY() in python to search and display Name and Price from a binary file STOCK.DAT, where Price of the items are more than 1000 and information store in a list [Name,Price]
Binary file: STOCK.DAT
Mother Board 3200
Key Board 1500
Pen drive 250
Speaker 1550
Monitor 5000
Printer 4600
Refill cartridge 450
Mouse 250
----output----
['Mother Board', 3200]
['Key Board', 1500]
['Speaker', 1550]
['Monitor', 5000]
['Printer', 4600]
#python #pythonbeginner #pythonbegginer #pythonprogramming #pythontutorial #pythonstatus #viralvideo #video #like #likedislikehide #cbseclass12 #cbse #cbseboard #cbseschool #cbsecomputereducation #pythonprogramming #codingwithpython #pythoncode #learntoc...
Просмотров: 23

Видео

STACK IN PYTHON | PROGRAM TO PERFORM PUSH IN DICTIONARY #python #computerscience #cbseclass12
Просмотров 316 часов назад
Write a function in Python, Push (Vehicle) where, Vehicle is a dictionary containing details of vehicles - {Car_Name: Maker}. The function should push the name of car manufactured by 'TATA' (including all the possible cases like Tata, TaTa, etc.) to the stack. For example: If the dictionary contains the following data: Vehicle={"Santro":"Hyundai", "Nexon": "TATA", "Safari": "Tata"} The stack sh...
STACK IN PYTHON | Program to perform push and pop operation in python #cbse12 #computerscience
Просмотров 616 часов назад
A list contains following record of customer: [Customer_name, Room Type] Write the following user defined functions to perform given operations on the stack named 'Hotel': (i) Push Cust() To Push customers' names of those customers who are staying in 'Delux' Room Type. (ii) Pop_Cust() - To Pop the names of customers from the stack and display them. Also, display "Underflow" when there are no cu...
LIST IN PYTHON | PYTHON PROGRAM TO CHECK NUMBER IS EVEN OR ODD, IF YES +1 OTHERWISE -1 #python
Просмотров 516 часов назад
Write a function EOReplace() in Python, which accepts a list L of numbers. Thereafter, it increments all even numbers by 1 and decrements all odd numbers by 1. Example : If Sample Input data of the list is : L= [10, 20, 30, 40, 35, 55] Output will be: L= [11,21,31,41,34,54] #computers #computerscience #python #education #pythonbeginner #pythonforbeginners #pythonprogramming #pythontutorial #cbs...
Python random output program | Computer Science class12 #python #computerscience #cbseclass12
Просмотров 419 часов назад
python class 12 cbse computer science random output question of previous year board paper Python random output question #python #pythonbeginner #pythonbegginer #computer #computereducation #computerknowledge #computerscience #xamppmysql #database #pythonprojects #projects #pythontutorial #computerscience #computersciencewithpython #trending #viralvideo #youtube
Python project|Project in python|student system|mysql|PYHTON MINI PROJECT(PART-4)#pythonprojects
Просмотров 93Год назад
MINI PROJECT IN PYHTON (PART-4) STUDENT MANAGEMENT SYSTEM TO IMPORT ALL MENU FUNCTIONS FROM MODULE FILE TO A MAIN FILE IN PYTHON-PART - 4 Write code for using main menu in a main program file #python #pythonbeginner #pythonbegginer #computer #computereducation #computerknowledge #computerscience #xamppmysql #database #pythonprojects #projects queries How to Conquer Common Node.js Errors and Bug...
Python project|Project in python|student system|mysql|PYHTON MINI PROJECT(PART-3) #python
Просмотров 62Год назад
MINI PROJECT IN PYHTON (PART-3) STUDENT MANAGEMENT SYSTEM OPTIONS MENU DISPLAY ON A SCREEN AND THE FILE THAT STORE ALL THESE FUNCTION (PART-3) #python #pythonbeginner #pythonbegginer #computer #computereducation #computerknowledge #computerscience #xamppmysql #database #pythonprojects #projects queries Uc Browser की जगह ये App Use करो | Uc Browser Alternatives A tutorial on Screenshot touch app...
Python project|Project in python|student system|mysql|PYHTON MINI PROJECT(PART-2) #python
Просмотров 105Год назад
MINI PROJECT IN PYHTON (PART-2) STUDENT MANAGEMENT SYSTEM Python project|Project in python|student system|mysql|PROJECT IN PYHTON(PART-2) how to create a folder to save all the python files inside that folder How to import all the module python files to a main file project menu to be displayed at the time of execution of main file of python #python #pythonbeginner #pythonbegginer #computer #com...
python project| project python|student system|xampp|mysql|connect python with sql|database
Просмотров 106Год назад
MINI PROJECT IN PYHTON (PART-1) STUDENT MANAGEMENT SYSTEM USING XAMPP TO CONNECT PYTHON WITH Mysql how to create python project using xampp how to connect python with sql how to create databse in xampp how to create a table in xampp python project| project python|student system|xampp|mysql|connect python with sql|xampp database #python #pythonbeginner #pythonbegginer #computer #computereducatio...
python Program |find the third angle of a triangle in python|python code to find he angle
Просмотров 51Год назад
BEGINNER’S TO LEARN CODING Using algorithm , pseudocode & flowchart write a Program to ACCEPT two angles value from user and find the third angle of a triangle in python #programming #computer #computerscience #computereducation #computerknowledge #programming #program #programmer #programmers #python #pythonbeginner #pythonforbeginners #pythonprogramming #pythontutorial #python #viral #viralvi...
Python Program| Program to Convert Number of Days to Years, Months & Days in python
Просмотров 380Год назад
BEGINNER’S TO LEARN CODING Using algorithm , pseudocode & flowchart Write a Program to ACCEPT DAYS FROM THE USER AND Convert Number of Days to Years, Months & Days #programming #computer #computerscience #computereducation #computerknowledge #programming #program #programmer #programmers #python #pythonbeginner #pythonforbeginners #pythonprogramming #pythontutorial #python queries python Progra...
python program|program that takes minutes and display the total number of hours and minutes
Просмотров 46Год назад
BEGINNER’S TO LEARN CODING Using algorithm , pseudocode & flowchart program that takes minutes as input, and display the total number of hours and minutes #programming #computer #computerscience #computereducation #computerknowledge #programming #program #programmer #programmers #python #pythonbeginner #pythonforbeginners #pythonprogramming #pythontutorial #python Queries Java Puzzle - 4 | Java...
program to Find Volume of Sphere
Просмотров 23Год назад
BEGINNER’S TO LEARN CODING Using algorithm , pseudocode & flowchart write a program to accept radius and Find Volume of Sphere #programming #computer #computerscience #computereducation #computerknowledge #programming #program #programmer #programmers #python #pythonbeginner #pythonforbeginners #pythonprogramming #pythontutorial #python
Program to DISPLAY compound INTEREST in python
Просмотров 22Год назад
BEGINNER’S TO LEARN CODING Using algorithm , pseudocode & flowchart LEARN BASIC PROGRAMS CODE IN PYTHON write a program to ACCEPT principle, TIME AND RATE FROM THE USER AND DISPLAY compound INTEREST in python CODE #programming #computer #computerscience #computereducation #computerknowledge #programming #program #programmer #programmers #python #pythonbeginner #pythonforbeginners #pythonprogram...
Program to DISPLAY SIMPLE INTEREST in python
Просмотров 25Год назад
BEGINNER’S TO LEARN CODING Using algorithm , pseudocode & flowchart write a program to ACCEPT principle, TIME AND RATE FROM THE USER AND DISPLAY SIMPLE INTEREST in python CODE #programming #computer #computerscience #computereducation #computerknowledge #programming #program #programmer #programmers #python #pythonbeginner #pythonforbeginners #pythonprogramming #pythontutorial #python
program to accept temperature from user in Fahrenheit and convert it to Celsius in python. #python
Просмотров 18Год назад
program to accept temperature from user in Fahrenheit and convert it to Celsius in python. #python
program to find the area of isosceles triangle in python
Просмотров 47Год назад
program to find the area of isosceles triangle in python
program to find diameter, circumference and area of circle in python code
Просмотров 27Год назад
program to find diameter, circumference and area of circle in python code
program to input marks of five subjects of a student & calculate total & percentage in python code
Просмотров 58Год назад
program to input marks of five subjects of a student & calculate total & percentage in python code
program to accept length & width of rectangle,find AREA & perimeter of a rectangle in python code
Просмотров 38Год назад
program to accept length & width of rectangle,find AREA & perimeter of a rectangle in python code
Program to enter basic salary and calculate the HRA,DA,PF ,NET salary of an employee in python
Просмотров 482Год назад
Program to enter basic salary and calculate the HRA,DA,PF ,NET salary of an employee in python
Use of PRINT WITH FORMAT() in python code
Просмотров 20Год назад
Use of PRINT WITH FORMAT() in python code
Use of arithmetic operators(+,-,*,/) in python code #python #pythonbeginner #computerscience
Просмотров 23Год назад
Use of arithmetic operators( ,-,*,/) in python code #python #pythonbeginner #computerscience
DATA TYPE AND VARIABLE IN PYTHON
Просмотров 45Год назад
DATA TYPE AND VARIABLE IN PYTHON
INPUT AND OUTPUT IN C++( BEGINNER’S TO LEARN CODING)
Просмотров 15Год назад
INPUT AND OUTPUT IN C ( BEGINNER’S TO LEARN CODING)
INPUT AND OUTPUT IN PYTHON(BEGINNER’S TO LEARN CODING)
Просмотров 66Год назад
INPUT AND OUTPUT IN PYTHON(BEGINNER’S TO LEARN CODING)
Using algorithm , pseudocode & flowchart
Просмотров 21Год назад
Using algorithm , pseudocode & flowchart
GLOBAL VARIABLE OUTPUT QUESTION
Просмотров 25Год назад
GLOBAL VARIABLE OUTPUT QUESTION
LOCAL & GLOBAL VARIABLE IN FUNCTIONS IN PYTHON
Просмотров 38Год назад
LOCAL & GLOBAL VARIABLE IN FUNCTIONS IN PYTHON
LIST QUESTION -1 WITH SOLUTION
Просмотров 49Год назад
LIST QUESTION -1 WITH SOLUTION