Here I am going to mention the list of major algorithms asked during Interviews. You can find the list as below. Major algorithms asked during Interviews. Below are the books I highly recommend for algorithms Graph 1. Breadth First Search (BFS) 2. Depth First Search (DFS) 3. Shortest Path from source to all vertices **Dijkstra**
Author: Gaurav Yadav
Binary Tree and its traversal using python.
After a long time I took a look in algorithms and data structure and what I wrote first in Binary Tree and its different traversal in C++. I have never written them in python so I tried to write one. And yes writing them down in python is lot more easier. So lets me first introduce
Creating Linux alias to enable you work faster.
Linux is a very powerful Operating system and it has many flavors. Its always your choice which one to use but making them work faster and according to your need is something you will need. Here we will talk about alias and write a simple alias file to help you be more productive.Lets see how
What happens when you type a url in browser
Ever wondered What happens when you type a url in browser. Let us see what happens and in what manner. What happens when you type a url in browser You type an URL into address bar in your preferred browser. The browser parses the URL to find the protocol, host, port, and path. It forms
Part of Speech tagging, noun phrases, sentences and tokenization for natural language processing.
Natural Language Processing using python and textblob. In this article we are going to see how we can get part of speech, noun phrases, sentences and tokenization. We will use textblob which we used before to make classifiers. You can find the previous videos below. Naive Bayesian Text Classifier using Python and TextBlob Lets start
Naive bayesian text classifier using textblob and python
Text classifier are systems that classify your texts and divide them in different classes. In this article we are going to made one such text classifier using textblob and python. You want to read more about naive bayesian theorem, read it here. Naive bayesian text classifier using textblob and python For this we will be
Five mysql tricks to save your time while migrating huge data.
Hey there, when it comes to data archiving or migrating some of data from mysql to say csv of any other format. If the amount of data is huge it becomes really difficult to do so. Follow the following tips if you are working with great data. So lets see five mysql tricks to save
Build sentiment classifiers in 10 minutes using textblob and python.
It seems like making sentiment classifier for your self is tough but trust me its not so. With so much libraries present now a days its not at all tough to make these. You just need to know about the libraries you will need. Today we will see how to build a sentiment classifier in 10
How to download under proxy with python
Proxies are headache for many people. They restrict you from many things you love to do. In this short article I will tell you how to write scripts to work under proxy in python. Its really simple and you don’t need to know anything exceptional except a bit of python programming language. Lets see how
Beautiful Code Pens.
Autumn in Cupertino by Adam Guttentag (@guttentag) on CodePen Sistema Solar Simples com SASS by Ricardo Alves (@ricardospalves) on CodePen Jeff the Bug in Flight Mode by Una Kravets (@una) on CodePen. See the Pen Sassy CSS Puppy by Una Kravets (@una) on CodePen.