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…
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…
The work as a geographer with statistical and remote-sensing related focus arise the necessity of mastering a programming language sooner or later. Lets choose: C, C + +,…
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…