This blog Explains about python Mutable and Immutable data types. Mutable vs Immutable Objects in Python. … Simple put, a mutable object can be changed after it is created, and an immutable object can’t.…
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:-…
KEYWORDS, IDENTIFIER (or) RESERVED WORDS இந்தப்பதிவில் இருந்து நாம் எளியதமிழில் பைத்தான் குறிச்சொற்கள் படிக்கப்போகிறோம். Python Used Some Keywords. Example: C Language used #include keywords & Java Language used import words This words…
This Blog explains about Python Introduction and Installation given below Introduction to Python: Python is a general purpose high-level programming language which is Introduced by Guidovan Rossum which was developed…
இந்தப் பதிவில் இருந்து நாம் எளிய தமிழில் பைத்தான் படிக்கப் போகிறோம். 1989ஆம் ஆண்டு - குய்டொ வான் ருசோம் (Guido Van Rossum) - நெதர்லாந்துக்காரர் - NRI(National Research Institute)20.02.1991 - அதிகாரப் பூர்வ அறிவிப்புபைத்தான் - Monty…
Python Quiz 1 Questions with Answers In Python 3, int value has no upper limit. We can store any length number as int.Answer: True. We dont have any length for…
We are very happy to announce that we published complete video tutorial on "Java Regular Expression(Regex) in Tamil". This video series covers every single topic of Java Regular Expression in…
We are happy to update our readers that we published a video on "Java Garbage Collection in Tamil" in YouTube(Link is given at the end of this post). This Video…
Regular Expression என்றால் என்ன? அலைபேசி எண்கள், மின்னஞ்சல் முகவரிகள் போன்ற பொதுவான வடிவத்தில் இருக்கும் வார்த்தைகளுக்கு Pattern என்று ஆங்கிலத்தில் பெயர். அதை ஜாவா, பைத்தான் போன்ற கணினி மொழிகளில் Regular Expression என்று சொல்வார்கள். எ.கா. அலைபேசி எண்…