Ufunc Arithmetic

Submitted by moazkhan on

In this tutorial you will learn:

  • What are Arithmetic functions?
  • How to implement simple arithmetic function?
  • Python Syntax

Arithmetic function

Arithmetic operations are the simple operations of addition, subtraction, multiplication and division. The simple arithmetic universal functions in python can take in an array as well as lists and tuples to perform the index wise operations of addition, subtraction, multiplication and division. The simple arithmetic functions can be performed unconditionally and conditionally as well.

Password Tools Using Python

Submitted by blackburnman04 on
Title: Password Tools Developer Name: Brendan Rodgers Email: [email protected] Github: https://github.com/blackburnman04 Description: A basic Python script/program using Tkinter that allows users to perform the following functions: 1. Generate a single random password 2. Generate a number of passwords specified by the user of a certain length specified by the user to a text file in a

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.