Introducing Python libraries and Their Applications

Familiarity with Python libraries You do not need to know programming languages ​​to introduce Python libraries.  Python libraries, if you are not a programmer or computer student. But you should definitely appreciate them for all…

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

Classroom training in Python 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…

Learn How to Build a Telegram Robot Using Python

In this section below, we try to learn how to build a telegram robot with Python. To do this, we will use the following: Python 3 Python-telegram-bot Public API Random Dog The first step to…

What is steganography?

Undoubtedly, you all know that today we are facing an extremely high volume of data and it is added to this data every second. Despite the creation and transmission of this data on the Internet, the…

Learn how to view UI tables in iOS in simple language

With an example, we will learn how to work with the ui tables view of iOS apps in Swift language. Also with an example, using the xcode editor we learn how to use the iOS…

Learn iOS map display with annotations

In this section, we want to learn the iOS map display by giving an example in swift. We will also learn how to use mapview (map viewer) to access maps and add border and pin information…

Learn the UI toolbar in iOS in simple language

In this section, we will get acquainted with the iOS toolbar in swift with an example. We also learn how to use the ios toolbar in the swift app to display several buttons at the bottom…

UI search bar in iOS apps with tabular view

In this section, with an example, we will get acquainted with the ui search bar of iOS apps in Swift. Also with this example in swift apps we learn how to use the iOS search bar…

Learn how to move the desired object on the iOS screen (animation)

In this section, we will learn how to move the desired object on the iOS screen; Here’s an example of how to use moving iOS objects to create animations in Swift apps. Move objects in the…

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 it will be quickly replaced with the main page of our application.  IOS Startup, The main purpose of the startup /…