Home Blog
What is Amazon Redshift? Amazon Redshift is a fully managed petabyte-scale data warehouse service by AWS where data generated by...
Top 10 Courses After 12th Are you looking for the top 10 courses after 12th to select your career path?...
Guide to Python Operators Python is a general-purpose coding language and unlike Java or C++ is used for other types...
Python Data Types Python contains five standard data types as listed Numbers (int,long,float,complex) String List Tuple Dictionary Numbers (int,long,float,complex) Made...
Python Applications Python is famous for the general purpose behavior that makes it applicable in almost every domain of software...
Python Modules Modules allude to a File containing Python statements and definitions. A File containing Python code, for Example, example.py,...
Python Keywords The Python Keyword module is used to avail the list of all the keywords. The reserved words cannot...
Identifiers in Python The various entities available in python are called Python identifiers. Components such as functions, classes and objects...
Python Object Before understanding the word “python object” we should understand the word “Object”. Object “Anything present in the world...