ItsTatsuya / PraPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repo for doing Practical Programming

  • Week 1
    • Task 1: Declare a variable in Python.

    • Task 2: Create a 1000 x 1000 random numpy array Measure how long the creation takes Convert the array into bytes Recreate the array from the bytes

      References: time package numpy package np.frombuffer

    • Task 3: Create a new repository prapro in your github account Create one folder per task called task_<number> and add your solution files to it

About


Languages

Language:Python 100.0%