Padding a string with leading specific characters in Python

By Isha Bansal

Hey fellow Python coder! Today, in this tutorial, we will learn how to pad a string with specific characters in Python. Padding refers to adding additional characters either at the.... Read More

Add empty line (space) between paragraphs in LaTeX

By Parvez Akhtar Pasha

In LaTeX, there are multiple ways to put empty lines (spaces) between paragraphs in LaTeX. In this tutorial, I will show you multiple ways to do this. You can use the \vspace{<l.... Read More

Python Equivalent to Java Final Keyword

By Isha Bansal

Hello, fellow developers! Today in this tutorial, we will learn the Python equivalent to Java’s ‘final’ keyword. Introduction to Final Keyword in Java In Java, th.... Read More

Create static labels with a Text view in SwiftUI

By Samim

In this tutorial, we will see how to create static labels with a Text view in SwiftUI and also explore various features of the Text view, such as adjusting line limits and customiz.... Read More

Text align left, right and left, right, center on same line in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to align text left, and right on the same line and also align text left, right, and center on the same line in LaTeX. Text align left and right.... Read More

How to use figure and table inside a minipage in LaTeX?

By Parvez Akhtar Pasha

If you use the figure or table environment inside a minipage, the compiler will show some error. ! LaTeX Error: Not in outer par mode. ! Undefined control sequence. Because the fig.... Read More

Draw box with tcolorbox in LaTeX – with alignment

By Saruque Ahamed Mollick

In this tutorial, I will show you how to create nice color boxes in LaTeX with tcolorbox package. I am in love with this package after using it. If we can use it fully and grab goo.... Read More

Scattergl and Scatter in Python – A Simple Introduction

By Isha Bansal

Hey fellow Python coder! I hope you have worked with Scatter plots before (if not have a look at the tutorial below), and in this tutorial, we will learn about two ways of implemen.... Read More

Related Posts