NumPy Stack

Submitted by moazkhan on

In this tutorial you will learn:

  • What is NumPy Stack function and its uses?
  • Results of hstack on 1D, 2D and 3D arrays
  • Results of vstack on 1D, 2D and 3D arrays
  • Results of dstack on 1D, 2D and 3D arrays

NumPy Stack Function

Student Management System

Submitted by Kabir M. Alhasan on
This is an Online Student Management System that will surely help a school in managing and keep track with the information of every students. Compared to manual that needs a lot of time in managing the information in a spreadsheet, this system can save you a lot of time and it will do all the work for you. It is a user-friendly system that school staff and admin can easily learn all the features

Advanced School Management System with Complete Features

Submitted by donbermoy on
School Management System Project was programmed using PHP and MySQL as the database used. It also includes advanced JavaScript and CSS programming. Complete Features Administrator Admin can manage full this software. Add dynamic class, section and group. Admin can select student capacity in a class and section. Admin can view, edit and delete class’s information, section and group. Add new student

Apartment Billing System

Submitted by Swat on
This an absolutely fantastic billing management system for apartments. It is suitable to generate any kind of bills for residents of apartment. With this process any society managers will no longer has a cumbersome time searching through voluminous book records trying to update house owner details but instead are presented with an intuitive management dashboard that gives them an insight about

Randomly Generate User Password Using JavaScript

Submitted by razormist on
In this article we will create Randomly Generate User Password using JavaScript. The program will randomly generate a user password. This is a free code, you are free modify this. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Display HTML List With MySQLi Using PHP

Submitted by razormist on
This code will tackle about Display HTML List With MySQLi using php. The program can insert data and retrieve it from database as a HTML list. You can use this code if you want to display hyperlinks in your site. 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.

NumPy Iterator

Submitted by moazkhan on

In this tutorial you will learn:

  • Iterating Arrays using nditer
  • DataType Casting
  • Iterating with Step Sizing

Iterating Arrays using nditer()

nditer is an iterator object that was first introduced in NumPy 1.6. For a multi dimensional array it becomes a cumbersome task to write a For loop for each dimension, so nditer provides a flexibility to efficiently and systematically iterate a complete n-dimensiona array.