Coder Social home page Coder Social logo

ip9's Introduction

ip9

Pelatihan Intermediate Python - Batch 9

Tugas-tugas

1. Tugas Minggu 1

Exercise 4

  1. create a null vector / 1D array of size 10 and update fifth index to 11.
  2. Write a NumPy program to create a 2x3 arrays and change it into 3x2 arrays.
  3. Write a NumPy program to create a 2d array with 1 on the border and 0 inside.
  4. Take a look at the following matrix. Access the [2,1,1]

Assignment

  1. Create a 4x4 matrix with values ranging from 0 to 3.
  2. Create and array with shape of 4x4 and turn it into two arrays along the second axis.

2. Tugas Minggu 2

Exercise 4

  1. Find all trips that is greater than 10 miles and originated from New York and Morrisville

Hint: use and

Exercise 5

  1. Create a new column with the following condition:
    a) >10 : Long Trip
    b) 5-10 : Medium Trip
    c) <5 : Short Trip

3. Tugas Minggu 3

4. Tugas Minggu 4

ip9's People

Contributors

jfanniw avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.