It's funny. When I started out with Python, I'd really only programmed in TI-83, C, and Mathematica. And Maple, a bit. And HTML, although I don't think of that as a "programming" language. (I guess it is, it just produces static results
(
Read more... )
Comments 1
f /@ list
Map[f, list] (equivalent)
Do[stuff, {I, list}]
Reply
Leave a comment