Login to wordpress.com. Go to appearance tab -> Menu tab. Once you click the menu bar -> MENU STRUCTURE is visible. Click the drop down in which menu bar need…
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…
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…
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() –…
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…
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…