Remove list padding in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, We’ll learn how can we remove the padding in a list view of SwiftUI. Actually, there are several padding in a list view that can be modified. WeR.... Read More

Plot a dotted line using matplotlib in Python

By Shalini Gupta

Hello friends, you can plot a line using matplotlib in Python. In this tutorial, I will tell you how to plot a dotted line using matplotlib in Python. Plot a dotted line using matp.... Read More

How to use gradient color in matplotlib in Python

By Shalini Gupta

Hello friends, you can plot various graphs on Python using matplotlib, you can also give them different colors and different linestyles. In this tutorial, I will tell you how to us.... Read More

Change the background color of a Form in SwiftUI

By Saruque Ahamed Mollick

You have landed on this page which means that you are also frustrated getting the same grey background color in your Form in SwiftUI. Now if you wish to change that background colo.... Read More

Pull down to refresh in SwiftUI

By shagrafnasheet

In this SwiftUI tutorial, we’ll learn how to refresh the content of a list and how to customize the refresh spinner. What this blog will cover: How to implement pull-to-refre.... Read More

Detect slang words from a string in Python

By Shalini Gupta

Hello friends, you must have seen many slang words in the text you read. Either a blog post, comment section, or a 50-page long assignment, etc. Sometimes it’s not possible t.... Read More

Resize all images of a directory to a specific size in Python

By Shalini Gupta

In this tutorial, I will tell you how you can resize all images of a directory to a specific size. Hello friends, in our tutorial on resize image in Python you learned how to resiz.... Read More

Update cell value using openpyxl in Python

By Shalini Gupta

Hello friends, you know how to read cell value in openpyxl in Python. In this tutorial, I will tell you how you can update cell values using openpyxl in Python. Update cell value u.... Read More

Related Posts