Error Types in Python

This blog is explains about Python error Types Python error Types: AssertionError – Raised when the assert statement fails. AttributeError – Raised on the attribute assignment or reference fails. EOFError…

Python 3 List and Programs

This blog explains about Python 3 List and its Example Programs by the Python Programming Language: List :- In Python programming, a list is created by placing all the items (elements) inside square brackets…

Python 3 String Methods

This blog explains about Python 3 String Methods and Example programs String Methods capitalize() – Converts the first character to upper case. capitalize() – Converts the first character to upper case. casefold() –…

Compound data types in Python

In Python, compound data types allow you to group and manage multiple values under one variable. This makes your code cleaner, more readable, and highly efficient—especially when working with collections…

While Loop in Python

This Blog Explains about Python While Loop and example programs While Loop :- *With the while loop we can execute a set of statements as long as a condition is true. Syntax:-…

எளிய தமிழில் பைத்தான் – 2

KEYWORDS,   IDENTIFIER (or) RESERVED WORDS இந்தப்பதிவில் இருந்து நாம் எளியதமிழில் பைத்தான் குறிச்சொற்கள் படிக்கப்போகிறோம். Python Used Some Keywords. Example: C Language used  #include keywords & Java Language  used  import words This words…

எளிய தமிழில் பைத்தான் – 1

இந்தப் பதிவில் இருந்து நாம் எளிய தமிழில் பைத்தான் படிக்கப் போகிறோம். 1989ஆம் ஆண்டு - குய்டொ வான் ருசோம் (Guido Van Rossum) - நெதர்லாந்துக்காரர் - NRI(National Research Institute)20.02.1991 - அதிகாரப் பூர்வ அறிவிப்புபைத்தான் - Monty…