Category: Other

python tutorials and learn python

Created with Sketch.

Python Tuple Data Type (PYTHON FUNDAMENTALS)

Python Tuple Data Type  tuple data type is exactly the same as the list data type except that it is immutable. i.e we cannot change values.  Tuple elements can be represented within parentheses. Eg: Note: tuple is the read-only version of the list.

Python List Data Type (PYTHON FUNDAMENTALS)

Python List Data Type If we want to represent a group of values as a single entity where insertion order required to preserve and duplicates are allowed then we should go for list data type.1) Insertion Order is preserved2) Heterogeneous Objects are allowed3) Duplicates are allowed4) Growable in nature5) Values should be enclosed within square…
Read more

Python Fundamental Data Types vs Immutability

Python Fundamental Data Types vs Immutability ֍ All Fundamental Data types are immutable. i.e once we create an object,we cannot perform any changes in that object. If we are trying to change then with those changes a new object will be created. This non-changeable behavior is called immutability. ֍ In Python if a new object…
Read more

PYTHON DATA TYPES (PYTHON FUNDAMENTALS)

DATA TYPES    Data Type represents the type of data present inside a variable.  In Python we are not required to specify the type explicitly. Based on value provided,the type will be assigned automatically.Hence Python is dynamically Typed Language.   Python contains the following inbuilt data types 1) Int2) Float3) Complex4) Bool5) Str6) Bytes7) Bytearray8)…
Read more

Features of Python:(PYTHON FUNDAMENTALS)

1) Simple and easy to learn:  Python is a simple programming language. When we read Python programs, we can feel like reading English statements.  The syntaxes are very simple and only 30+ keywords are available.  When compared with other languages, we can write programs with a very less number of lines. Hence more readability and…
Read more

Hex Color Codes and Hex colors picker

Color Picker Use the color picker by clicking and dragging your cursor inside the picker area to highlight a color on the right. Input Hex, RGB, HSL or CMYK values to search for a particular color in the fields below the color swatch; click the swatch to add it to your palette. After selecting a…
Read more

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!