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

Create a GGPlot with Multiple Lines in Python

By Asma Khan

Observing a trend or a pattern in data has become an essential task in today’s data-driven world, and a ggplot makes data visualization highly effective. In this tutorial, we wil.... Read More

Empty an array in JavaScript

By Samim

In this tutorial, we will learn how to empty an array in JavaScript. To make it clear and understandable, I will simply take an array variable and put some elements in it. Then I w.... Read More

Create custom decorators in Python

By Shalini Gupta

Hello friends, we have learned how to define functions in Python. We know how to pass various data types as arguments, however, it is also possible for you to pass a function as an.... Read More

Compute a Mathematical Expression String in Python

By Shalini Gupta

Hello friends, do you like solving large mathematical expressions? Not me either, but we can use Python to compute mathematical expression strings for you. In this tutorial, you wi.... Read More

Related Posts