Things You Have to Pay Attention to When Choosing a Cloud Storage Provider
Storing files in the cloud is more popular than ever. Whether it’s using iCloud for our Photos, OneNote for our MS Word documents, or Dropbox for large files, cloud computing has become an integral...
View ArticlePython NoneType
In this tutorial we are going to discuss about Python NoneType. Before we start discussion on NoneType let us first see what is an object. In any programming language preliminary data types are int,...
View ArticleJavaScript Tic Tac Toe Game
In this tutorial, I will tell you how to build a basic tic tac toe game using HTML, CSS and JavaScript. Most of the people know that when we were kids we used to play this game on paper. We played it...
View ArticleApriori Algorithm
Today we are going to learn about Apriori Algorithm. Before we start with that we need to know a little bit about Data Mining. What is Data Mining ? Data Mining is a non-trivial process of identifying...
View ArticleTypes of Trees in Data Structure
In this article, we will learn about tree and some of the common types of trees in data structure. Tree in computer science is like a tree in the real world, the only difference is that in computer...
View ArticleJavaScript Reverse String – 4 Ways
In this tutorial I will talk about how you can reverse a string in JavaScript language. This is a very popular question i.e. asked in interviews. There are many ways in which we can reverse a string....
View Article5 Reasons to Get Your Programming Homework Done by Experts
Can’t find the optimal solution to the programming problem? Are you tired from the need to deal with complex assignments in programming daily? There is an effective way out – delegate the part of your...
View ArticleHow to Monetize Your Open Source Project and Stay Alive
Chen Ravid is a free software enthusiast and serial entrepreneur. He is one of the founding members and VP product at xs:code, a monetization platform for open source projects. Why Monetize?...
View ArticleDifference between Core Java and Advanced Java
Java was introduced in 1995 and ever since its introduction, it has continued to evolve and contribute to the software world in a way that even today, its importance in running various applications...
View ArticleJavaScript Calculator Example
In this tutorial, I will tell you two ways to make a calculator using basic HTML, CSS and JavaScript. In first way we make functions for all operations and in the second we use some inbuilt global...
View Article7 Best Notepad++ Alternatives
Notepad is among the most popular applications, and that is why Microsoft has included it in every version of Windows. It has a long history, and it has maintained a simple and clean interface. The...
View ArticlePython Send Email Using SMTP
In this tutorial we will see how to send email using Python. We will need two python libraries for the same, smtplib will be used for making a host for sending email it will also handle routing of...
View ArticleHandshaking Lemma in Graph Theory – Handshaking Theorem
Hello Everyone, Today we will see Handshaking lemma associated with graph theory. Before starting lets see some terminologies. Degree: It is a property of vertex than graph. Degree is a number of...
View ArticleTop 7 Photo Editors Like Photoshop in 2019
Looking for free photo editors like Photoshop to make photos and designs more professional? Adobe Photoshop is the dream of any designer and retoucher since it offers a professional toolset for...
View ArticleDifference between GET and POST Method
Http protocol supports the following methods to retrieve data such as get, post, put, delete etc. In this article, I will tell you about the difference between GET and POST methods. These methods are...
View ArticleHeight and Depth of Binary Tree
In this tutorial, we will learn how to find height and depth of binary tree with program implementation in C++. It is one of the most commonly used non-linear data structures. We will learn about: What...
View ArticlePython Tic Tac Toe Game
In this tutorial we are going to see how we can implement the tic tac toe game in Python. We can either make use of random numbers for the computer move or we can develop a simple algorithm which will...
View ArticleHow to Read and Write to JSON File in Python
In this tutorial we will go through the process of reading and writing JSON files in Python. While sending or receiving data between server it can only be text, so JSON (JavaScript Object Notation) is...
View ArticleGitHub Finally has Launched its Mobile App
Microsoft acquisition “GitHub” has news from their cosmos to give more than 40 million developers and contributors a reason to celebrate. Undoubtedly, 2018 has been a favorite year for developers with...
View ArticlePython 2 Will Die Soon – Know Why? | End of Python 2 in Jan 2020
Back late in 2006, when Python 3.0 came into introduction, the volunteers and officials felt the need that users should migrate from the old version (Python 2) to the newer version. Since they did not...
View Article