Explore tweets tagged as #powerofpython
@TinnyThrill
AdemolaCode (Mr. Indelible)
28 days
RAISE - The raise keyword is used to raise an exception. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@davidjonesja
David J.
2 years
0
18
16
@TinnyThrill
AdemolaCode (Mr. Indelible)
2 months
AS - The as keyword gives an alias to a module upon import. You can then refer to the module using a user-defined name. #pythonlearning .#powerofpython
Tweet media one
0
0
1
@TinnyThrill
AdemolaCode (Mr. Indelible)
4 months
DEL - Del is used to delete objects. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
4 months
BREAK - This is used to terminate an active loop. #pythonlearning .#powerofpython
Tweet media one
0
0
1
@TinnyThrill
AdemolaCode (Mr. Indelible)
5 months
NOT - Not is used to check if a condition is true or false. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
4 months
OR - or is used to check if one of the two conditions is true. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
5 months
WITH - The with is used to ensure resources are properly managed. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
1 month
FROM - The from keyword imports as a specific section of a module. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
5 months
IN - In is used to check if a specified value is available in a sequence. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
5 months
WHILE - While create loops that can iterate until a given condition is no longer true. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
6 months
Try and Except.Try is used to test a code for error while Except is used to fix code errors. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
3 months
FALSE - The false keyword is used to evaluate a comparison. It is typically used as an output value for a Boolean expression. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
6 months
For keyword create loops that can iterate over an iterable object. This allows us to execute a set of code multiple times with different value. #pythonlearning .#powerofpython
Tweet media one
0
0
1
@TinnyThrill
AdemolaCode (Mr. Indelible)
3 months
TRUE - The true keyword is used to evaluate a comparison. it is typically used as an output value in a Boolean expression. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
3 months
RETURN - The return keyword is used to define function that will return a value. This can be useful when you need to perform a specific operation and return the result. #pythonlearning .#powerofpython
Tweet media one
0
0
1
@TinnyThrill
AdemolaCode (Mr. Indelible)
6 months
A class is a blueprint for creating objects instances. It defines the methods and attributes the function will have,. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
3 months
IMPORT - The Import statement is used to import modules or packages in python. It allows us to use the functionality defined in those modules in our code. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
2 months
AND - The and keyword is used to combine two or multiple statements together into one condition. #pythonlearning .#powerofpython
Tweet media one
0
0
0
@TinnyThrill
AdemolaCode (Mr. Indelible)
1 month
IS - The is keyword determines if too items or variables refer to the same object. #pythonlearning .#powerofpython
Tweet media one
0
0
0