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…