Python: Using a Lambda as a Class Method

Python: Using a Lambda as a Class Method

You can use Python lambdas in different contexts, from simple one-liners to more complex applications. One question that sometimes comes up among developers is whether a Python lambda can be used as a class method. This article answers this question. We will start with a recap of the basic structure of a lambda function, and … Read more

Is Python The Most Popular Programming Language on GitHub?

How Python Is Used

This article shows the results of a case study that researches how popular Python is as a programming language based on usage across GitHub. Python is an object-oriented language and it’s becoming more and more popular among developers because it allows creating a variety of tools and applications. From automation tools to web apps, from … Read more

What is the sudo command in Linux?

what-is-the-sudo-command

I have seen people using the sudo command in Linux but I don’t understand why. What is the sudo command used for? In every Linux system, there is a user called ‘root’ also known as the administrator or superuser. This user has the highest level of control over the operating system. The term ‘root’ originates … Read more

Difference Between Sudo and Su Commands in Linux

What is the difference between the sudo and su commands in Linux?

Learning how to use the Linux operating system can be a complex journey, especially for beginner system administrators. Two fundamental commands that you will encounter while using Linux are sudo and su. Understanding the difference between the sudo and su commands is important for you to follow Linux system security best practices. This article will … Read more

An Introduction to Applied Machine Learning in Python

applied machine learning in python

When was the last time your computer or an app offered suggestions for you based on something you might like or enjoy? That is one of the benefits of Applied Machine Learning.  The world is advancing fast, Machine learning and Artificial Intelligence based projects are what the future holds. This article provides insight into the … Read more