Using the Weather API This is a small Flutter App that explains the very basics of calling APIs. In this app we call the Weather API at (go and look up the site here) Open Weather Map Register yourse…
Comparisons in Python """ Comparisons There are eight comparison operations in Python. They all have the same priority (which is higher than that of the Boolean operations). This tabl…
UPDATE Statement in SQL 1. Create Table CREATE TABLE Employee ( Id int, Name varchar(20), City varchar(20) ); 2. Insert Values in Table. insert into Employee values('3'…
Delete Statement in SQL 1. Create Table CREATE TABLE Employee ( Id int, Name varchar(20), City varchar(20) ); 2. Insert Values in Table. insert into Employee values('1','Spiderma…
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…
Some text..
Some text..
Contact us for software training, education or development …
Social Plugin