Home Blog
Advanced Python Python Iterators As a python is an object-oriented programming language and iterators also considered an object that is...
Python List Python lists are mutable sequences. They are very similar to tuples, but they don't have the restrictions of...
Python Dictionary Of all the built-in Python data types, the dictionary is easily the most interesting one. It's the only...
Python Numbers Basically, Python offers four kinds of numbers: integers, floats, complex numbers, and Booleans. Numbers in Python have two...
Python Installation procedure APT Repository update A repository is a location that provides multiple databases and essential when a new...
Python Loops Loop statements which are used to be executed multiple times a repeated block of code and statements which...
Python Jump Statements (break, continue and pass) Jump statements in python are used to alter the flow of a loop...
Dynamic Method Dispatch in Java This mechanism known as method overriding and it's one of the way that supports Runtime...
Exception Handling in Java An exception is an unpredicateble or unwanted event, which is happend at the time of execution...