Python Basics

1.1) Python – Keywords and Identifiers

In python keywords are the reserved words for special purposes. Identifiers are the names which we choose for custom variables, functions, or classes in a python program. Learn more important rules and facts about keywords and identifiers in python. Read More……

1.2) Python Variables:

In python, a variable is a like tag or reference that points to an object in the memory. Learn important points about variables in python, like creating variables and changing the value of a variable etc. Read More….

1.3) Literals in Python:

A Literal in python is a raw data or a constant value that can be assigned to variable. There are different types of literals in python like, Numeric Literals, String Literals and Bool Literals. Learn more about them. Read More….

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top