This tutorial will help you set gradient background color in SwiftUI. Fortunately, SwiftUI has made it very easy to set gradient colors in your views. SwiftUI provides us with buil.... Read More
Scatter plots are great for visually seeing the relationship between numerical variables. In this tutorial, we will learn how to plot scatter plots in ggplot2 in Python. ggplot2 is.... Read More
A DatePicker view is a controller that allows users to select a calendar date and time. It’s similar to the UIDatePicker view and In order to work it needs to bind to a Date .... Read More
As-Salaam-Alaikum, in this tutorial, I will show you how to get Quran data and print ayah using Python. First of all, let me tell you one thing. In this post, I will show you just .... Read More
In this blog, we are going to learn Python format() function with their implementation. So if you have learned C, JAVA, or C++ before studying Python you know we used %c, %s, a.... Read More
In this tutorial, We’ll learn how to implement TabView in SwiftUI. TabView works the same as UITabBarController. Whenever we want to show more views on the same screen the ea.... Read More
In this Python tutorial, we are going learn Reading and Parsing a TSV file in Python. In Python, there are two types of files usually used to load the dataset which is tsv and CSV .... Read More
In this tutorial, let’s see how to reverse rows in Pandas DataFrame in Python because you might encounter situations where reversing rows in a DataFrame is needed. Pandas is .... Read More