Change spacing between VStack elements in SwiftUI

By Saruque Ahamed Mollick

In this tutorial, I will show you how to change or customize the spacing between VStack elements in SwiftUI. In one of my previous tutorials, I discussed Custom space between Hstac.... Read More

Capitalize first character of each sentence of a text file using Python

By Shalini Gupta

Hello friends, in this tutorial, I will tell you how you can capitalise the first character of every sentence of a text file using Python. Before diving into the way I would recomm.... Read More

Plot two or more histograms side by side in Python

By Shalini Gupta

Hello friends, you know how to plot a histogram in Python. In this tutorial, I will tell you how to plot two or more histograms side by side using matplotlib in Python. Plot two or.... Read More

Waffle Chart using pyWaffle in Python

By Asma Khan

In this tutorial, we will learn to create Waffle Chart using the PyWaffle library in Python. Much like waffles are a delightful treat with a distinctive grid pattern, a Waffle char.... Read More

Subtract each element of a column by its mean using Pandas in Python

By Shalini Gupta

Hello friends, in this tutorial I will tell you how to subtract each element of a column by its mean value using Pandas in Python. Subtract each element of a column by its mean val.... Read More

Customize chart setting using openpyxl in Python

By Shalini Gupta

In this tutorial, I will tell you how to customize that line chart using openpyxl in Python. Customizing chart setting using openpyxl I have created an Excel sheet, price_chart.xls.... Read More

Print inside View in SwiftUI – Type ‘()’ cannot conform to ‘View’

By Saruque Ahamed Mollick

I can assume that you have faced this error while trying to add a print statement in your SwiftUI View to debug your code. I have got the same error: Type '()' cannot conform to 'V.... Read More

Convert a webpage into PDF

By Shalini Gupta

Hello friends, many times while reading for a test, we’ve poor Internet connection. For such reasons, we make sure to save the webpage as a PDF. In this tutorial, I will tell.... Read More

Related Posts