Adeeba Khan has Published 32 Articles

How to make an svg scale with its parent container

Adeeba Khan

Adeeba Khan

Updated on 22-Nov-2023 16:52:50

2K+ Views

SVG, or Scalable Vector Graphics, is a markup language built on XML which is employed to produce vector graphics. SVG pictures can be scaled to any size without losing quality because they are independent of resolution. They are the best option for designing visuals that must be viewed on many ... Read More

How to Run Your First Spring Boot Application in IntelliJ?

Adeeba Khan

Adeeba Khan

Updated on 20-Oct-2023 16:36:47

144 Views

IntelliJ is simple and very convenient to use in building reliable as well as scalable systems with Spring Boot, and it has become tremendously famous among Java developers. It also offers a convention-over-configuration approach by obviating the demand for bulky boilerplate code and enabling designers to concentrate on business logic. ... Read More

How to Run Your First Spring Boot Application in Spring Tool Suite?

Adeeba Khan

Adeeba Khan

Updated on 20-Oct-2023 16:35:50

366 Views

Spring boot facilitate the simple way to create robust, scalable, as well as production-ready applications, by doing this they have revolutionized the development of Java applications. The "convention over configuration" philosophy, which is embraced by Spring Boot as a component of the larger Spring ecosystem, lessens the effort of manual setup and enables developers ... Read More

Pattern Generation using Python time() module

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 11:39:26

96 Views

Programming's basic concept of pattern creation entails producing ordered sequences or patterns. Python as a powerful programming language, provides a great range of tools as well as modules that make it simple to manage patterns. The time() is one kind of module that gets tools for managing time-related tasks. The ... Read More

Python - Number Theoretic Transformation

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 11:37:47

191 Views

The Number Theoretic Transformation (NTT) is a key component in many computational applications in the field of number theory. It is essential in areas like encryption, signal processing, error-correcting codes, and more because it makes large-number multiplication and convolution processes efficient. The NTT is a fast method for computing polynomial ... Read More

Python- Percentage occurrence at index

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 11:05:14

46 Views

In this article, the user will learn the percentage occurrence at the index in the list. Determining the percentage recurrence of a particular value at a given index in a list or array is a common task in data analysis or processing. This kind of computation can offer insightful information ... Read More

Finding the Peak Signal-to-Noise Ratio (PSNR) using Python

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 11:03:57

923 Views

Peak Signal-to-Noise Ratio (PSNR) is a generally utilized statistic to compute the quality of digital signals, for images as well as video. It computes the difference between the original as well as distorted versions of the signal and gauges the amount of noise appended via compression, transmission, as well as ... Read More

Python - Percentage similarity of lists

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 10:57:42

299 Views

Measuring the similarity of two lists in Python is a frequent operation performed in a variety of applications. Determining the degree of similarity across lists is essential for making wise judgments and gaining insightful knowledge, whether you are working with data analysis, text processing, recommendation systems, or even social network ... Read More

Parse a website with regex and urllib in Python

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 10:55:59

88 Views

A powerful technique for extracting data from websites, web scraping enables automated data extraction and analysis. Python offers several tools to make web scraping chores easier thanks to its robust ecosystem of modules. The libraries urllib and re (regular expressions) are two that are commonly utilized for online scraping. A ... Read More

Passing Python dictionary as keyword arguments

Adeeba Khan

Adeeba Khan

Updated on 18-Oct-2023 10:53:42

101 Views

Python dictionaries constitute a flexible data structure that enables us to employ key-value pairs to store as well as manipulate data. Employing special keys, they offer a practical way to arrange and access information. Dictionaries in Python can be passed as keyword arguments to functions, which is an intriguing feature. ... Read More

Advertisements