Skip to content

NicholasZaw/Python-Class

Repository files navigation

Python Documentation

Python Version 3.7.5

Lecture from Save In Your Brain

Numpy is A Python Library for dealing with numerical useful python package.

Use the package manager Python numpy to install numpy package. Google Press Facebook Facebook

pip install numpy
print("Hello World!")
public class StackArray {

    /**
     * Main method
     *
     * @param args Command line arguments
     */
    public static void main(String[] args) {
        // Declare a stack of maximum size 4
        StackArray myStackArray = new StackArray(4);

        // Populate the stack
        myStackArray.push(5);
        myStackArray.push(8);
        myStackArray.push(2);
        myStackArray.push(9);

        System.out.println("*********************Stack Array Implementation*********************");
        System.out.println(myStackArray.isEmpty()); // will print false
        System.out.println(myStackArray.isFull()); // will print true
        System.out.println(myStackArray.peek()); // will print 9
        System.out.println(myStackArray.pop()); // will print 9
        System.out.println(myStackArray.peek()); // will print 2
    }
<?php 
	$db['db_host']='localhost';
	$db['db_user']='root';
	$db['db_pass']='';
	$db['db_name']='song_institute';

	foreach($db as $key => $value){
		define(strtoupper($key),$value);
	}
	$connect = mysqli_connect(DB_HOST,DB_USER,DB_PASS,DB_NAME);

	// if($connect){
	// 	echo "Successfully Connected";
	// }else{
	// 	echo "Failed";
	// }
 ?>

Usage

import numpy
numpy.pluralized('image') # returns 'Image'
numpy.pluralized('goose') # returns 'geese'
numpy.singularize('phenomena') # returns 'phenomenon'

alt text alt_sloth

Contributing

Pull Request are Welcome.For Major Changes, Please open an issue first to discuss what you would like to change.
Make Software.For Major Changes, Please open the new world.
from math import pi

-numpy

-matplotlib

-scipy

-tensor-core

Please make sure to update tests as appropriate.

-![#FF0000]'RED'

-text in red
+text in green
!text in orange
#text in grey
-text
+word
!character
#string

Zaw Lin Htet

MIT

About

Educational Purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages