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…
GeoPandas, once installed, supports you with a handfull of GIS functions in your Python notebooks and will leverage your work with geospatial data. But to be honest: this…
Python is a very common scripting language which seems like a swiss knife for programming. This is the reason to use it as a framework for the program…
Routing with Google is quite cool as the database/network is probably the best currently available. But the terms of services limit the possible usage. So what about OpenStreetMap?…
API’s are getting more and more important as some (maybe the majority?) of GIS users don’t want to handle large datasets, don’t want to care about addresses and…