Single Precision vs Double Precision
Here you will learn about Single Precision vs Double Precision. When talking about the numbers, amount of precision that can be reached using a representation technique has always been the major area...
View ArticleTop 10 Most Popular Programming Languages in 2018
Here you will know about the most popular programming languages in 2018. Every year a survey is done among the developers and shared on stackoverflow. This year the survey was done among 100,000...
View ArticleHow to Start Your Own Freelance Programming Business?
Everyone’s doing it – in the new gig economy freelancing is an ever growing popular option and many programmers are itching to ditch the 9-to-5 cubicle for the freedom of working from home, or better...
View ArticleCaesar Cipher in Python
Hello everyone, in this tutorial you’ll learn about Caesar cipher in Python. If you have learned about cryptography then you should have known this term Caesar cipher. Well if you don’t know what is...
View ArticleDifference between Syntax and Semantics
Here you will learn about difference between Syntax and Semantics with example. The both terms might seem the same things but they are not, they are just interrelated concepts, which even exist as...
View ArticleHow to Find Square Root in Python
Hello everyone, in this tutorial, I’ll show 3 ways to find square root in Python. Let’s see how to do it. 1. Using Exponentnumber = int(input("enter a number: ")) sqrt = number ** 0.5 print("square...
View ArticlePython Text to Speech Example
Here you will get python text to speech example. As we know, some people have difficulty reading large amounts of text due to dyslexia and other learning disabilities. Some people have basic literary...
View ArticleThings You Should Know About Wi-Fi Security
In recent years, there has been a sporadic increase in the number of free Wi-Fi access hotspots in hotels, malls, airports, and other public places. Nonetheless, this comes with its fair share of risks...
View ArticlePython GCD – 4 Ways to Find GCD or HCF
Here I will show you 4 different ways to find GCD in Python using program examples. GCD also known as HCF (Highest Common Factor). So let’s see how we’ll do it. Method 1: Using Loopn1 = 48 n2 = 36...
View ArticleHow to Find Best Free Data Recovery Solution for Windows
Imagine working hard on a project file for days and one day waking up with not even a single piece of data of the precious project. Or imagine an even worse scenario, going on a trip to Bahamas,...
View ArticlePython LCM – 2 Ways to find LCM
In this article, we’ll see different ways to find LCM in Python with program examples. Basically LCM is a smallest number that is divisible by both numbers (or all). Let us see how we can find lcm of...
View ArticleDifference between Source Code and Object Code
Here you will learn about difference between source code and object code. Source Code Source Code, as the name suggests, it is the source of a program, the file original which is written by the...
View ArticleWikipedia API Python Tutorial
In this tutorial I’ll show you how we can implement Wikipedia API in Python to fetch information from a Wikipedia article. Let’s see how to do it. First we have to install Wikipedia. To install it,...
View Article4 Most Important SEO Factors for 2018
SEO is always changing. It’s hard to keep up with the new rules and strategies for boosting your search engine ranking. In 2018, optimizing your website for Google and other search engines is no longer...
View ArticleDifference between Text File and Binary File
Here you will learn about difference between text file and binary file. Text Files Text files are special subset of binary files that are used to store human readable characters as a rich text document...
View Article5 Best Freelancing Sites in India
Here you will get to know about some best freelancing sites in India. In the 21st century we do not really need to hard work in order to earn great, all we need is a great amount of talent with a magic...
View ArticlePython HashMap Implementation Using Dictionary
In this tutorial you’ll learn how to implement hashmap in python using dictionary. What is Hash Table or Hash Map? In short, Hash table is a data structure which stores data in an associative manner....
View ArticleIs 200-125 CCNA Exam Worth Taking?
Cisco Certified Network Associate (CCNA) 200-125 exam is designed to test candidate’s understanding and skills in networking basics, LAN and WAN technologies, IPv4 and IPv6 technologies, services,...
View ArticleDifference Between Constructor and Destructor
Constructor and Destructor are the special methods which makes our crucial tasks easier while programming. If you have ever worked in programming language like C++ then you must have encountered these...
View Article3 Tips to Make Best UX Design for Your Business Website
In the online world, the saying “never judge a book by its cover” does not apply. The visual things you post online will make or break your online presence. It’s no longer possible to satisfy a basic...
View Article