The concept of class in Python and its relation to object-orientation

Python programming language is one of the object-oriented languages ​​that supports all the features of object-oriented languages, so it is easy to create and use classes and objects in this programming language.  Before addressing the…

Introducing the top 3 software for measuring computer temperature

Overheating the computer and laptop can be an important sign of system malfunction, especially in the case of laptops.  This may be due to excessive dust and lack of proper airflow.  Excessive heat can cause…

How to find PC or laptop MAC address with CMD?

Using the MAC address or the physical address, you can do various things, for example, restrict Internet service to certain devices.  But how do we get the MAC address of a computer or laptop? CMD,…

Recovery Linux Files by Testdisk

You may have deleted a file in Linux, but you need to restore it, in rare cases, you might just get your hand in your new files, but you forgot to back them up. Fortunately,…

iOS Startup Page Tutorial (Splash Page)- launch page or splash screen

On iOS Startup, the launch page or splash screen appears quickly during app launch and is quickly replaced with the main page of our application.  IOS Startup: The main purpose of the startup/splash page is…

iOS app icons in plain language – swift app on iOS with Xcode

In this section, with an example, we get acquainted with the iOS app icons ; We also learn how to add or remove app icons to the swift app on iOS with Xcode. IOS app icons In iOS, if we…

Basic programming syntax training R

For ease of use, learn R programming by writing “Hello World!” (Hello, world!) Let’s start. Depending on your needs; You can write your own program; Write the program in the R command or use the R script for this purpose. Syntax…

Training data types in programming with R

Generally, when programming in any language; You have to use different variables to be able to store different information. Variables alone: They are nothing but occupy parts of memory to store values ​​in them. This means…

Teaching R variables in simple language – A variable provides us with a named space

A variable provides us with a named space where we can write our programs. A variable in R- can be stored in a vector or group of vectors or it can be combined with many R…

Training R operators in simple language – An operator is a symbol that tells a compiler to perform certain mathematical or logical operations

An operator is a symbol that tells a compiler to perform certain mathematical or logical operations.  The R language is very rich in terms of internal operators and provides the following types of operators: Types…