Month June 2019

Steam To Drop Support For Ubuntu 19.10

steam support ends for ubuntu

Ubuntu is the most popular Linux distribution and that’s why it gets the attention of big companies like steam to design software for it. But recently, Linux community is kind of unhappy over Canonical decision on dropping Ubuntu 32-bit packages.…

Raspberry Pi 4 Is Here – Buy Now

raspberry pi 4

Raspberry Pi 4 was released today with amazing new features and upgrades. Let us find out what is new and how we can buy Raspberry Pi 4 right now. Raspberry Pi 4 features at a glance 1.5GHz quad-core 64-bit ARM…

For Loop – Python Programming

Python Programming For Loop

We have already discussed the while loop in our previous article. In this article, we will be covering the for loop. The for loop is one of the most widely used loops in programming. As you begin writing real code,…

Number Systems Used In Computing

Number Systems Used In Computing

What are the numbers? Are they some physical entity? Some phenomena? No, they are just objects used for measuring a quantity. You must already be aware of the decimal number system that we use. It has the digits from 0-9(0,1,2,3,4,5,6,7,8,9). But…