How to create a component in Angular?

By Hussain Quadri

This tutorial is about the building blocks used in the creation of an Angular application. As a web developer, you are aware of the web frameworks that are in the present for examp.... Read More

Online Music Gallery Using HTML and CSS

Online Music Gallery Using HTML and CSS

By Megha J Panicker | April 19, 2022

Online music Gallery is a simple webpage or web pages that have different songs in store for you. You play the song that you wish to listen to. It might have pictures or other graphics. It is expected that you are aware of the basic HTML and CSS. NOTE- This is just a simple demo […] Read More

Explain Linearity of Expectation using a program in Python

By Megha J Panicker

The linearity of expectation simply means that the expectation or probability of a sum of random variables is equal to the sum of expectation (or probability) of the individual ran.... Read More

Image Classification in TensorFlow CIFAR-10 in Python

By Megha J Panicker

CIFAR-10 dataset is a collection of images used for object recognition and image classification. CIFAR stands for the Canadian Institute for Advanced Research. There are 60,000 ima.... Read More

Convert Hex to ASCII in Python

By Hussain Quadri

This tutorial shows the steps involved in converting HEXADECIMAL STRING to ASCII STRING in Python. HEXADECIMAL SYSTEM : The first question that arises is, What is hexadecimal? In o.... Read More

How to merge two arrays in Swift?

By Varsha Neelamma

Just like other programming languages, Swift also provides array structures for storing data elements of the same type. Once you are familiar with declaring and storing elements in.... Read More

Split a list into evenly sized chunks in Python

By Varsha Neelamma

You must be familiar with Python lists and their operations. Lists simply are a collection of data separated by commas and held within square brackets []. However, do you know how .... Read More

How to show image in SwiftUI

By Aryan

In this tutorial, we will learn how to display an image in SwiftUI. We will learn about the 2 methods through which we can show an image. We will require 2 packages, pre-installed .... Read More

Related Posts