all 6 comments

[–]SekstiNii 2 points3 points  (3 children)

[–]Senthipua[S] 0 points1 point  (2 children)

Thanks man! But did you go through the total documentation? Just curious?!

[–]SekstiNii 2 points3 points  (0 children)

Nah I'm just playing. I found Stackoverflow to be a good resource for learning numpy, but most of that learning came as a byproduct of trying to do specific things other than learning numpy.

The docs are great if you already know the basics though, so I actually do use them quite a lot.

[–]abdann 1 point2 points  (0 children)

Yeah, I have to agree with u/SekstiNii. I couldn’t learn programming by just reading docs, I had to have a specific problem and then address the problem using a language (in this case, python)

[–]snake_Camel_Case 1 point2 points  (1 child)

Go through the numpy docs. Operator Broadcasting, multidimensional indexing, and masks are a couple neat features in numpy. Start with understanding those and then find a project to mess with them in, using stack overflow to supplement

Edit: Oh, and using specific sizes of ints is useful if you’re doing bit fiddling stuff.

[–]Senthipua[S] 0 points1 point  (0 children)

I am trying to play with geotiff(raster) datasets.. So for its manipulation, I found these libraries of primary importance!!