
Python Lists And Tuples Paid Members Public
If you have had some programming exposure, I am sure you know about Arrays. Well, Python also has arrays, but they are called Lists and Tuples in Python. They are very much like the plain old arrays that we have known but with some great add-ons. So let us have

Endeavour OS - Ready To Be Released Paid Members Public
One of our favorite Arch-based Linux distros, Antergos, was discontinued recently. All those using Antergos are another distro ready to take place as a user-friendly Arch Linux distro, EndeavourOS. * * * * * * * * EndeavourOS promises to provide an easier way to install and use Arch Linux, just as Antergos did. Their commitment is to

Race Stupid With AI In MayHemCars Paid Members Public
Hello, Linux gamers! Today, I’ll be covering a car racing game called MayHemCars. The game is unique and hilarious too. Instead of trying to win, the other racers bump and crash on each other. You better watch out, or they’ll try to ram you off the tracks too.

Steam To Drop Support For Ubuntu 19.10 Paid Members Public
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. The community already discussed that in case Ubuntu drops

Raspberry Pi 4 Is Here - Buy Now Paid Members Public
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 Series We have written a series on Raspberry Pi. So if you want to read in detail about Raspberry

Basic Calculator Program - BASH Example Project [Part 8] Paid Members Public
We will build a bash example project, calculator program and at the same time reinforce all the concepts already taught. In a quick summary, we’ve explored the fundamental topics on variables, decisions, control statements, and arguments. There were minor subtopics including using comments in bash programs and operator types.

Arguments | Another way to work with user inputs - Part 7 Paid Members Public
Welcome to the Arguments chapter of the BASH scripting series. This chapter will introduce you to another new method of getting user inputs for your script. In the previous chapter, we’ve used the read command to get user inputs. Our bash interpreter invokes the read command works after our

For Loop - Python Programming Paid Members Public
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, you will find that you will almost always use for