Python Sets

Python Sets Python sets are containers of different or same type of elements. These elements are unordered which implies that

Read more

Tuples in Python

Tuples in Python Tuples in Python are a kind of containers which stores elements of same or different types. These

Read more

Lists in Python

Lists in Python Lists in Python are a collection of elements of different data types. Elements of a list are

Read more

Python Type Casting

Python Type Casting Python type casting is the process in which data type of one variable is changed to another

Read more

Python Numbers

Python Numbers Python numbers are different numeric values used in mathematical calculations. They are immutable data types because changing the

Read more

Data Types in Python

Data Types in Python Data types in Python are the categories of data items on which certain operations can be

Read more

Comments in Python Code

Comments in Python Code Comments in Python code are the lines of code which are not interpreted by the python

Read more