Currently I am trying to improve my coding skills in Python. Of course you can read some books, attend some Udemy course but in the end it boils down to practical training. Codeacademy is most likely the first place to go to for practical learning. Now there is a new, quite un-fancy boy in town: CodingBat
CodingBat
CodingBat is simple webpage: sections with exercises for both Java and Python, small quizzes and the goal is to find the best code to solve the problem. Quizzes at CodingBat
In the end the goal is not only to fulfill the quiz but also to compare your results with optimized code. This created an interesting “look here stupid!” feeling on my side in the first quizzes already. Sometimes, the solutions are so beautiful and simple. Especially for a hobby-coder like I am: one short quiz
But, these quizzes put you in a permanent “let’s solve this” attitude and are appealing as well. So, let’s go back to the site and try harder…
Most of GIS users today will probably work with ArcGIS. Since version 10 the implementation / integration of Python into the ArcGIS framework and ArcPy it’s important for…
Writing Geospatial Files In the last post in this thread I began discussing basic syntax and how to open and read a geospatial raster file. This installment in…
Routing in QGIS was, as far as I know, always dependent on an available network. Either you had some database which was pgrouting enabled, or you had some…