Hello Readers, Happy new year 2020 and also happy pongal (to readers in India). This year I will be posting new tutorials. Right now I have Flutter tutorial in mind. Also the existing Python tutorial will be revamped.
Hello Readers, Happy new year 2020 and also happy pongal (to readers in India). This year I will be posting new tutorials. Right now I have Flutter tutorial in mind. Also the existing Python tutorial will be revamped.
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 […]
In this article we will learn about Bevywise IoT Simulator Installation. As there is no step-by-step guide for installing Bevywise IoT Simulator, I think this guide will help people to get started with it. Prerequisite(s): Download and install Bevywise IoT Simulator on your PC or laptop Setup 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. […]
In this article we will learn how to create and run a Python script. Actually the process is quite simple. Let’s see it. A Python script is a file containing multiple lines of Python code saved with .py extension. A Python script can be directly executed line by line without any need to compile […]
In this article you will learn about what is Python shell and how to use the Python shell to try out Python concepts and due simple calculations. Python’s interactive command line or shell, sometimes is called as interactive prompt. The interactive prompt follows REPL (Repeat-Evaluate-Print-Loop). There are a variety of ways to start this […]
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 […]
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 […]
In this article we will learn about different applications of Python programming language. As we already know that Python is a general purpose high-level language, we can use it for creating almost any type of application or software. Following are some of the important applications of Python language: Systems Programming: Python’s built-in interfaces […]
In this article you will learn about some of the reasons for what is the need to learn python programming language. Although there are many programming languages, you might be thinking why I should choose Python over the other languages. Following are some of the reasons why you need to learn python programming: […]