Center (horizontally and vertically) a table in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to center a table vertically and horizontally on a page in LaTeX. Also, how can you center a table both vertically and horizontally. Center a t.... Read More

Support Vector Machine with RBF Kernel in Python

By Isha Bansal

In this tutorial, we will be looking into how we can implement a Support Vector Machine using the RBF Kernel in Python Programming Language. We will start off by first understandin.... Read More

Add Fog in Your Game in Unity 3D

By Faruque Ahamed Mollick

You can easily add fog to your Unity 3D game with just a few clicks. Fog is an amazing post-processing effect that comes with Unity. In order to enable fog in your scene, there are.... Read More

.contentTransition(.numericText()) not working as expectation

By Saruque Ahamed Mollick

In this tutorial, I will show you why .contentTransition(.numericText()) does not work as per our expectations. If you have tried using .contentTransition(.numericText()) in your S.... Read More

JSON to Pandas DataFrame in Python

By Isha Bansal

Hey fellow Python coder! In this tutorial, we will be exploring the concept of modifying JSON data in a way that it gets converted to a Pandas DataFrame. Before explaining further,.... Read More

Extract posts from any subreddit in Python using PRAW

By Isha Bansal

Hey fellow Python coder! In this tutorial, we will be learning how to extract data from various Subreddits present on Reddit. If you haven’t heard about Reddit before, let me.... Read More

Customize the submit button for TextField and SecureField in SwiftUI

By Samim

In this tutorial, we will see how to customize the submit button for TextField and SecureField in SwiftUI. Actually we can only change the label of that button. In SwiftUI, we can .... Read More

Add actions to alert buttons in SwiftUI

By Samim

In this tutorial, we will see how to add actions to alert buttons in SwiftUI. We can add actions to alert buttons using the .alert modifier along with the Alert structure in SwiftU.... Read More