Create PDF from multiple images in Python

By Yathartha Rana

In this tutorial, we will learn how to create a PDF file from multiple images using our favorite language, Python. At times, you feel the need to convert images into PDF files, and.... Read More

How to set and get cookies in Django

By Yathartha Rana

In this tutorial, we will learn how to set and get cookies in Django. Cookies are small pieces of data stored in user’s web browser by the website and they serve various purp.... Read More

How to use AdminLTE in Django

By Yathartha Rana

In this tutorial, we will learn how to use AdminLTE in Django, which is an Opensource Bootstrap library. AdminLTE After setting up your django, (creating and registering the app) l.... Read More

Image upload with preview in Django

By Yathartha Rana

In this tutorial, we will work on Django framework and will learn how to upload the image to Django and preview it. Django is a Python web framework that helps us in developing web.... Read More

Calculate Residuals in Regression Analysis in Python

By Yathartha Rana

In this tutorial, we will learn about the calculation of residuals in regression analysis, an important part in any Regression analysis. Residuals The residuals basically refer to .... Read More

Hodge star operator or Hodge star (⋆) symbol in LaTeX

By Parvez Akhtar Pasha

Generally, this ⋆ symbol is used in computer science and mathematics. In this tutorial, you will learn how to get the Hodge star operator or Hodge star symbol in LaTeX. To print .... Read More

Function composition or Ring Operator (∘) symbol in LaTeX

By Parvez Akhtar Pasha

In computer science and math, a small circle symbol represents the Function composition or Ring Operator symbol. This symbol is used between two functions in mathematics. In this t.... Read More

Intercalate (⊺) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to print the Intercalate (⊺) symbol in LaTeX. Here I will print this symbol using different packages, so you can see different styles of Inte.... Read More

Related Posts