Prince Yadav has Published 203 Articles

Building Smart Contracts and Decentralized Applications using Python

Prince Yadav

Prince Yadav

Updated on 19-Jul-2023 13:28:09

1K+ Views

In this tutorial, we will explore the process of building smart contracts and decentralized applications (DApps) using Python. Smart contracts are self−executing contracts with predefined rules and conditions that automatically execute when the conditions are met. DApps, on the other hand, are applications that run on a decentralized network, utilizing ... Read More

Building RESTful APIs with Django and Python

Prince Yadav

Prince Yadav

Updated on 19-Jul-2023 12:54:25

654 Views

Python and Django have emerged as a dynamic duo in the world of web development, empowering developers to create robust and scalable applications. Python, known for its simplicity and readability, provides an elegant programming language for building a wide range of applications. Meanwhile, Django, a high−level web framework written in ... Read More

Building Microservices with Python and Flask

Prince Yadav

Prince Yadav

Updated on 19-Jul-2023 12:52:26

5K+ Views

Python is a versatile and powerful programming language, while Flask is a lightweight web framework that allows us to create web applications quickly. Together, they form a robust combination for developing microservices. In this article, we will guide you through the process of building microservices step by step, providing code ... Read More

Building Interactive and Immersive Games using Python

Prince Yadav

Prince Yadav

Updated on 19-Jul-2023 12:50:50

1K+ Views

Python is a powerful programming language known for its simplicity and versatility. While it may not be the first choice for game development, Python offers a wide range of libraries and tools that make it possible to create interactive and immersive games. In this tutorial, we will explore the process ... Read More

Build a Bulk File Rename Tool With Python and PyQt

Prince Yadav

Prince Yadav

Updated on 19-Jul-2023 12:48:37

382 Views

Multiple file renaming can be a laborious and time−consuming process. However, we can create a Bulk File Rename Tool that automates and simplifies the process with the aid of Python and PyQt. This article will explore the step−by−step process of creating a Bulk File Rename Tool using Python and PyQt. ... Read More

Adaline and Madaline Network

Prince Yadav

Prince Yadav

Updated on 19-Jul-2023 12:26:58

10K+ Views

Neural networks have gained immense popularity in artificial intelligence and machine learning due to their ability to handle complex problems. Within this realm, Adaline (Adaptive Linear Neuron) and Madaline (Multiple Adaptive Linear Neuron) have emerged as pivotal players in pattern recognition and classification. These networks, originating in the mid−20th century, ... Read More

Creating a Progress Bar using JavaScript

Prince Yadav

Prince Yadav

Updated on 29-May-2023 14:34:57

4K+ Views

JavaScript is a powerful language that allows web developers to create dynamic and interactive web pages. It can be used to add a wide range of features to a website, such as a form validation, animation, and more. One of the most useful features that JavaScript can be used for ... Read More

Detect the Operating System of User using JavaScript

Prince Yadav

Prince Yadav

Updated on 18-May-2023 15:39:43

8K+ Views

JavaScript is a versatile and dynamic programming language that has become an indispensable part of the web development world. Its ease of use and ability to bring interactivity to websites has made it incredibly popular among developers. JavaScript is capable of creating a wide range of applications, from simple interactive ... Read More

Setting Up Full Video Background using video.js

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:12:59

2K+ Views

Video.js is a powerful tool for working with video on the web, providing a common interface for different types of video players including HTML5, Flash, and others. It is designed to be easy to use and customize, with a wide range of options for controlling the look and feel of ... Read More

How to initially mute videos in the video.js player?

Prince Yadav

Prince Yadav

Updated on 13-Apr-2023 16:11:10

2K+ Views

In this tutorial, we're going to learn how to initially mute videos in the video.js player. For this tutorial, we're not going to make use of the standard HTML tags like 'muted' which are available for a video element, instead, we're going to use the method specific to video.js. ... Read More

Advertisements