Create Table in SQL we will create a table called book with the following fields 1. bookname 2. price 3. subject the query is create table book(bookname varchar(10),price int,subject varchar(10)) ins…
Beginning Python OOPs---Start with basic class, constructor and toString To understand OOPS = Object Oriented Programming start thinking about the wayany machine is made. A laptop for instance is ma…
Saturday Questions Questions on Conversion Write a program to find the LCM of 3 numbers. Write a program to find the GCD of 3 numbers. Write a program to convert decimal to hexadecimal and back. Wri…
Questions on Python Functions Write a function to calculate Simple Interest and Compound Interest. Write a function to find the maximum o 2 numbers. Use it to find the max of 3 numbers. Write a funct…
Functions and Parameter Passing/Return Types in Python """ Python functions accept input parameters. Parameters are defined inside the brackets in the function definition. This functio…
Sets in Python Sets in Python Documentation on Sets """ 1. Python Sets are data structures that store data and remove duplicates automatically 2. Sets are made by using the set constru…
Saturday Questions Questions on Conversion Write a program to convert decimal to binary and back. Write a program to convert decimal to octal and back. Write a program to convert decimal to hexade…
We present a collection of sorting methods implemented using Python 3. Given below are the links to Git Repositories. Selection Sort Bubble Sort Insertion Sort Quick Sort Counting Sort Radix Sort Hea…
Basics of Lists in Python Python docs on lists. List Documentation """ Lists are created in 2 ways. 1. l=[] Empty list, l=[1,2,3] list with elements """ l = [] print(l) …
Continuing from our basic introduction to Cubits Cubit in a UI We build a Cubit with a class and use it in a UI/ We make a class for the purpose. Its a simple class with two variables nooftransctions…
Some text..
Some text..
Contact us for software training, education or development …
Social Plugin