Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by Anonymous Monk
on May 04, 2018 at 13:27 UTC ( [id://1214056]=note: print w/replies, xml ) Need Help??


in reply to RFC: 100 PDL Exercises (ported from numpy)

GitHub the thing, pump it up on blogs.perl.org and the perl reddit channel and watch the PRs come in for the TODOs. Seriously.

Replies are listed 'Best First'.
Re^2: RFC: 100 PDL Exercises (ported from numpy)
by Anonymous Monk on May 04, 2018 at 13:28 UTC
    Duh. I found it on reddit. :-( Need more coffee.
        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.

        Ask first, not after?

        The way forward always starts with a minimal test.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-28 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found