Home Blog
Python Inheritance Inheritance is the most important oops concept which provides the facility to maintain the class level hierarchy in...
TypeScript Vs JavaScript Why TypeScript? A language as well as a combination of tools, TypeScript is a compiled language. It...
MongoDB Vs MySQL What is MongoDB? Basically, MongoDB is an open-source cross-platform leading NoSQL database management tool. If you want...
Python File Files in python are used to access external applications (.txt, .csv etc) to fetch data in it to...
Python Variables The main difference between python variables and other languages is the absence of command for declaring a variable....
Python Control Flow The order in which the program‘s codes are executed is called its control flow. Conditional statements, loops...
Python Input: Input is nothing but a data given to the console to start a task. There are so many types...
Python Functions A single statement or set of statements for doing the specific operation and returning output It should come...
Exception Handling Exception handling is used to handle the errors which can be try to catch it, like zero divisible...