Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

What is Unix?

Categories: Unix Programming. No Comments on What is Unix?

In this article you will learn what is Unix and its features.   Source: https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/unix-t.jpg   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: An operating system (OS) acts as an interface between computer hardware and the user. Unix is an […]

Read the rest of this entry »

NIT Andhra Pradesh PhD Interview Questions

Categories: PhD. No Comments on NIT Andhra Pradesh PhD Interview Questions

Hello guys,   Here I am sharing computer science and engineering PhD interview questions asked at NIT Andhra Pradesh (Tadepalligudem)   Around 39 students were called for full-time PhD positions in computer science and engineering at NIT Andhra Pradesh (Tadepalligudem). The interviews were held on 27-Dec-2019. Approx. 22 people turned up for the interview. There […]

Read the rest of this entry »

Bitnami LAMP Stack Installation and Configuration

Categories: Linux. No Comments on Bitnami LAMP Stack Installation and Configuration

In this article we will learn about Bitnami LAMP stack installation and configuration on a Linux machine. This covers how to establish a SSH connection to the LAMP server and accessing phpmyadmin running on the LAMP server.     These instructions assume that the OS on the host machine (your computer) is Ubuntu 16.04.   […]

Read the rest of this entry »

GCD of two numbers in Python

Categories: Basic and Programs. No Comments on GCD of two numbers in Python

In this article we will look at different solutions for finding the GCD (Greatest Common Divisor) or HCF (Highest Common Factor) for two numbers in Python programming language. Different solutions are provided from solution with high time complexity to solution with less time complexity for calculating GCD of two numbers in Python.   Solution 1 […]

Read the rest of this entry »

Features of Python Programming Language

Categories: Python Programming. No Comments on Features of Python Programming Language

In this article we will learn about different features of Python programming language that made this programming language popular.   A lot of beginners wonder why Python is popular now-a-days. The answer to that question is due to its various features. Also it is important to know why do we have to choose Python as […]

Read the rest of this entry »