Creating Ufunc

Submitted by moazkhan on

In this tutorial you will learn:

  • How to create own ufunc?
  • Checking types of funcs?
  • Python Syntax

Creating a ufunc

NumPy provides programmers a flexibility to create a ufunc by letting the programmers define a ufunc and adding that function in NumPy ufunc library using the inbuilt method “frompyfunc”.

NumPy Ufunc

Submitted by moazkhan on

In this tutorial you will learn:

  • What is NumPy ufunc?
  • Characteristics of ufunc?
  • Why we use ufuncs?

NumPy ufunc

NumPy ufunc stands for NumPy universal function. In NumPy library mathematical functions are termed as universal functions and multiple universal functions are provided which could cover a variety of operations. NumPy unfunc is a vectorized wrapper which takes a fixed number of inputs and produce fixed number of output(s).

Online Polling System

Submitted by razormist on
Online Polling System with Source Code is a PHP project that can vote your favorite candidate position digitally. The program was developed using these languages: PHP, MySQLi and Javascript. The system is very straightforward, the user must first create a new account in order to access the system. The user can choose to vote for their favorite candidate. The admin has an important role here, he

CyberCafe Management System using PHP and MySQL

Submitted by donbermoy on
About Cybercafe Management System Cybercafe Management System using PHP and MySQL is a complete package developed for the management of systems in a cyber cafe. This Cybercafe Management System intends to use in a Cyber Cafe. All cyber cafe has some basic needs likeable to control the policies that are being rented to the customers and are charging a timely basis. A Cybercafe Management System has

Insert Array In Array Object Using PHP

Submitted by razormist on
In this tutorial we will create a Insert Array In Array Object using PHP. The program will dynamically insert new array data into array object. This is a user-friendly kind of program feel free to modify it. To learn more about this tutorial, just follow the step below.

Getting Started:

First you have to download & install XAMPP or any local server that run PHP scripts.

Zipf Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Zipf Distribution?
  • Zipf Distribution Implementation in python
  • Visualization of Zipf Distribution

Zipf Distribution

Zipf Distribution is a discrete pareto distribution also known as Riemann zeta distribution. It is specified by probability mass function. Zipf distribution samples the data based on Zipf’s law which refer to the fact that many types of data studied in the physical and social sciences can be approximated with a Zipfian distribution.

Chess Game Using JavaScript

Submitted by razormist on
Chess Game with Source Code is a JavaScript project that is a single-player game where the player must defeat the opposing black color chess piece. The program was created with the use of these languages: JavaScript, CSS and HTML. The program is driven with an AI, the player will play against a computer where it can even defeat a top chess player. The control is very easy player can click a chess

Pareto Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Pareto Distribution?
  • Pareto Distribution Implementation in python
  • Visualization of Pareto Distribution

Pareto Distribution

Pareto Distribution is a continuous power law distribution named after the famous 19th Century economist named Vilfredo Preto. Pareto Distribution is also known as Zipf distribution and as Riemann zeta distribution. It is commonly referred as Pareto Principle, “80-20” rule or Mathew Principle.

Complete Online Shopping Portal using PHP and MySQL

Submitted by donbermoy on
About Online Shopping Portal Online shopping portal is the process of buying goods and services from merchants over the Internet. On the other hand, shoppers can visit web stores from the comfort of their homes and shop as they sit in front of the computer. This online shopping portal is in PHP, javascript, and CSS. Talking about the features of this system, it contains the Admin and user sections