Installing PHP on Windows

What is PHP? PHP is known to be one of the most commonly used server-side programming language on the web. It provides an easy to master with a simple learning curve. It has close ties with the MySQL database, and various libraries to cut your development time. Two Ways to install PHP locally There are several ways that we could install PHP locally. Here i have added two of the…

How to get data from twitter using Tweepy in Python?

To start working on Python you need to have Python installed on your PC. If you haven't installed python. Go to the Python website and get it installed. After installing Python set up your twitter account if you don't have one already. Next, go to Developer Page and apply for the Developer Access, then fill the form and accept the developer agreement. You can create the developer account according to…

Essential Sorting Algorithms for Computer Science Students

Algorithms are commonly taught in Computer Science, Software Engineering subjects at your Bachelors or Masters. Some find it difficult to understand due to memorizing them without practically going through those algorithms. There are many sorting algorithms present today. I'll be going through some of the commonly taught algorithms in Computer Science / Software Engineering. Bubble Sort It's a simple algorithm starting from the L.H.S (Left-hand Side) and repeatedly compares the…

Top 5 Programming languages to learn in 2020

Programming is one of the most important skill to be mastered in today’s world. If you are new to the field of software engineering, the very first question comes to your mind is “What’s the best Programming Language to Master ?” that’s an important question to decide your programming career. There are many popular programming languages to learn in 2020. Let’s find out the best 5 programming languages to master.…