Python
News
Zoom Lays Off 1,300 Employees: A Look at the Impact and Reactions
Zoom, the popular video conferencing platform, has recently announced...
Webseries / Movie
First Season “Class” Review:This Indian adaptation of Elite sticks to its own ambitions
The Indian version of the hit Spanish show chews...
Review
Dell Inspiron 24 AIO: A Stylish and High-Performance All-in-One Desktop Review
The Dell Inspiron 24 AIO is a compact and...
News
The Future of Bitcoin and Cryptocurrency Outlook in 2023
Bitcoin and cryptocurrency have come a long way since...
Mobiles
Oppo Reno8 T 5G and Enco Air3 will launch on February 3 in India
Oppo India stated that the Oppo Reno8 T 5G...
Python
Python Condition
Python if...elif...else and Nested if
Decision making is required when we want to execute a code only if a certain condition is satisfied. The if…elif…else statement...
Python
Python while Loop
The while loop in Python is used to iterate over a block of code as long as the test expression (condition) is true. We...
Python
Python Loop
The for loop in Python is used to iterate over a sequence (list, tuple, string) or other iterable objects. Iterating over a sequence is...
Program Examples
Python Identifier and Keywords
Keywords
Keywords are the reserved words in Python. We cannot use a keyword as variable name, function name or any other identifier. They are used...
Program Examples
List of Keywords in Python
List of Keywords in Python
Keywords in Python programming language
False
class
finally
is
return
None
continue
for
lambda
try
True
def
from
nonlocal
while
and
del
global
not
with
as
elif
if
or
yield
assert
else
import
pass
break
except
in
raise
The above keywords may get altered in different versions of Python. Some extra might get added...
Program Examples
Building an FTP Password Cracker In Python
Python is probably the most widely used scripting language for hackers. This is primarily because it has some built-in modules and libraries that make...
Subscribe
Popular articles
News
Zoom Lays Off 1,300 Employees: A Look at the Impact and Reactions
Zoom, the popular video conferencing platform, has recently announced...
Webseries / Movie
First Season “Class” Review:This Indian adaptation of Elite sticks to its own ambitions
The Indian version of the hit Spanish show chews...
Review
Dell Inspiron 24 AIO: A Stylish and High-Performance All-in-One Desktop Review
The Dell Inspiron 24 AIO is a compact and...
News
The Future of Bitcoin and Cryptocurrency Outlook in 2023
Bitcoin and cryptocurrency have come a long way since...
Mobiles
Oppo Reno8 T 5G and Enco Air3 will launch on February 3 in India
Oppo India stated that the Oppo Reno8 T 5G...