Hey Audiences, Today we will explain about Top Future Technology in 2021. So, let&…
# we can make the best use of List of Tuples as a replacement of Dictionary Data Stru…
def bin_to_deci(num): i = 0 full_dec = 0 while num > 0: …
# if One parameter is passed then it will create a sequence from 0 to before the gi…
class Employee: no_of_leaves = 6 def __init__(self, aname, aslaray, arole):…
# All of the exceptions are the memeber of PYthon Base Execption class. # when any …
# basically, we make files to store data of program locally instead of database. Like…
# "Set" is also a cousin of "list". # but "Set" is m…
# Think about 25 years advance from now. You will be married. You will have children,…
import sqlite3 conn = sqlite3.connect('new.db') cursor = conn.cursor() # c…
# |||||||||||||||||||||||||||||||| ORDER BY |||||||||||…
# we already know about filtering way for a Database, which is 'Where' clau…
# |||||||||||||||||||||||||||||||| "NULL" ||…
foods = ['Bread', 'Pizza', 'Burger'] for item in foods: …
# Basically 'Dunder' Method is called the functions or methods which name sta…
Decorator is a special kind of Funtion which returns another Function as output. …
Social Plugin