Category: Blogs

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:- The syntax of a while loop in Python programming language is while expression: statement(s) *While loop, test expression is checked first. *The body of the loop is […]

Read More

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

KEYWORDS,   IDENTIFIER (or) RESERVED WORDS இந்தப்பதிவில் இருந்து நாம் எளியதமிழில் பைத்தான் குறிச்சொற்கள் படிக்கப்போகிறோம். Python Used Some Keywords. Example: C Language used  #include keywords & Java Language  used  import words This words are keywords (or) reserved Words. பைத்தானில் குறைவான “குறிச்சொற்கள்” (Keywords) உள்ளன. எடுத்துக்காட்டாக முதலமைச்சர் வந்தார்! பிரதமர் வந்தார்! என்கிற வார்த்தை ஓரே ஒருவரை குறிப்பதாகும். அதுபோலத்தான் குறிச்சொற்கள்(Keywords) ஓன்றை மட்டும் குறிப்பதாகும். […]

Read More

PYTHON Introduction and Installation

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 at the year of 1991. Translator Interpreter – line by line translation Compiler – translate the whole program Paradigm  1. Procedure oriented / structure oriented […]

Read More

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

இந்தப் பதிவில் இருந்து நாம் எளிய தமிழில் பைத்தான் படிக்கப் போகிறோம். 1989ஆம் ஆண்டு – குய்டொ வான் ருசோம் (Guido Van Rossum) – நெதர்லாந்துக்காரர் – NRI(National Research Institute)20.02.1991 – அதிகாரப் பூர்வ அறிவிப்புபைத்தான் – Monty Python’s Circus – BBC நிகழ்ச்சிபைத்தான் – பொது நோக்க இலக்குகளுக்காக(general purpose), அதிகம் பயன்படுத்தப்படும் உயர் மட்ட நிரலாக்க மொழியாகும் (Programming Language) பைத்தான் – வரிபெயர்ப்பி(Interpreter) மொழிParadigm – கருத்தியல்Programming Paradigms […]

Read More

Python – Quiz 1 – Answers

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 datatypes in Python 3. How do you write 1234 as hexadecimal number in pythonAnswer: For hexadecimal, we should add 0x or 0X before to the […]

Read More

Java Regular Expression(Regex) in Tamil

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 Tamil. (Playlist Link is given at the end of this post).  This playlist covers all topics including – Matching word, Count of characters, starting and […]

Read More

Java File IO in Tamil

We are happy to update our readers that we published a video on “Java File IO in Tamil” in YouTube(Link is given at the end of this post).  This Video on File IO will teach you everything about File Creation, Folder creation, Renaming, File Writing and reading from basics.  Any beginner in Java can easily […]

Read More

Java Garbage Collection in Tamil

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 on Garbage Collection will teach you everything about Garbage Collection from scratch.  Any beginner in Java can easily learn Java Garbage Collection topics very easily […]

Read More

தமிழில் Regular Expression(Regex)

Regular Expression என்றால் என்ன? அலைபேசி எண்கள், மின்னஞ்சல் முகவரிகள் போன்ற பொதுவான வடிவத்தில் இருக்கும் வார்த்தைகளுக்கு Pattern  என்று ஆங்கிலத்தில் பெயர்.  அதை ஜாவா, பைத்தான் போன்ற கணினி மொழிகளில் Regular Expression என்று சொல்வார்கள். எ.கா. அலைபேசி எண் என்றாலே 10 எண்கள், மின்னஞ்சல் முகவரிகள் என்றாலே @, . ஆகிய குறியீடுகள் இருக்கும். Regular Expression எங்கெல்லாம் பயன்படும்? 1) எங்கெல்லாம் மனிதர்களுக்குப் பதிலாகக் கருவிகள் கேள்விகள் கேட்குமோ அங்கெல்லாம்!  எடுத்துக்காட்டாக, “தமிழுக்கு […]

Read More

Merfantz Technologies Interview Questions with Answers – Part 1

Merfantz Technologies Interview Questions with Answers – Part 1 This blog explains about  Merfantz Technologies Fresher Interview Questions with Answers and is given below :- Merfantz  Technologies Fresher Interview Questions with Answers 1. How to remove all white spaces from a string in Java ?    Given a String with white spaces, the task is to remove all […]

Read More