How to set gradient background in SwiftUI

By shagrafnasheet

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 plot using ggplot2 in Python with customization

By yaswanth vakkala

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

Custom Datepicker style in SwiftUI

By shagrafnasheet

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

Access Quran in Python – 23 languages with dataset

By Saruque Ahamed Mollick

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

Python string format() method

By Rahul Yadav

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

TabView and TabItem() in SwiftUI

By shagrafnasheet

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

Reading and Parsing a tsv file in python

By Rahul Yadav

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

Reverse Rows in Pandas DataFrame in Python

By yaswanth vakkala

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

Related Posts