Detect if the URL query parameter exists in Django

By Faruque Ahamed Mollick

We can send and retrieve value via URL as the GET method. By default, the HTML form data submitted via URL query or parameters. Sending values via URL is known as the GET method. I.... Read More

How to build a Feed Forward Neural Network in Python – NumPy

By Abhilash Bandla

This Python tutorial helps you to understand what is feed forward neural networks and how Python implements these neural networks. build a Feed Forward Neural Network in Python .... Read More

Set background color of the text area in the frame in Java

By Mayank Garg

In this program, we will learn about the menu bar and we will create the menu bar on the frame. JMenuBar is the class that is mandatory for the menu bar. Swing package is also impo.... Read More

Dima and Bad Xor Problem – Codeforces ( Div. 2 )

By divyesh srivastava

  Problem Statement A matrix  ‘a’ of size n*m is filled with non-negative integers. We have to select exactly one integer from each row such that bitwise exclusiv.... Read More

How to implement Merge Sort algorithm in Python

By Abhilash Bandla

This Python tutorial helps you to understand what is Merge sort algorithm and how Python implements this algorithm. Algorithm of Merge Sort This algorithm is a sorting algorithm wh.... Read More

Linear search : What it is and how to implement it in python ?

By Aayush Gupta

In this tutorial, we will learn about the standard Linear search algorithm and will implement it in Python. Linear Search in Python In linear search, the search element is compar.... Read More

Remove URL or website field from WordPress comment form

By Faruque Ahamed Mollick

In WordPress comment form section for posts or pages, we can see a website URL field. Many of the WordPress bloggers may not like to keep this field. This is because spammers use i.... Read More

Create your own custom post types in WordPress

By Faruque Ahamed Mollick

Custom posts types in WordPress are the content types like posts, pages and attachments. In a custom post type, all the content are of the same type. The posts, pages, attachments .... Read More

Related Posts