Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: RFC: 100 PDL Exercises (ported from numpy)

by jtym (Novice)
on Oct 28, 2018 at 01:40 UTC ( [id://1224783]=note: print w/replies, xml ) Need Help??


in reply to Re^2: RFC: 100 PDL Exercises (ported from numpy)
in thread RFC: 100 PDL Exercises (ported from numpy)

hi, I took the liberty of putting this on gitlab, hope that's alright.

https://gitlab.com/jtym/pdl-100/blob/master/README.md
  • Comment on Re^3: RFC: 100 PDL Exercises (ported from numpy)

Replies are listed 'Best First'.
Re^4: RFC: 100 PDL Exercises (ported from numpy)
by zubenel0 (Sexton) on Feb 16, 2020 at 08:44 UTC
    I see that there are 16 exercises marked with "N/A". IMO for these we could try finding equivalents in PDL. For example exercise 26 is to get output from this code:
    print(sum(range(5),-1)) from numpy import * print(sum(range(5),-1))
    I guess it should be possible to change the code to the equivalent in PDL. In this way it will become possible to solve all the exercises.
Re^4: RFC: 100 PDL Exercises (ported from numpy)
by 1nickt (Canon) on Oct 28, 2018 at 12:20 UTC

    Ask first, not after?

    The way forward always starts with a minimal test.
        Thanks that's on there now.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1224783]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-18 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found