Programming: Godot 4.1, Pokology, and More
posted by Roy Schestowitz on Jun 29, 2023
-
After 4 months of development, Godot 4.1 is only days away. To make sure it doesn't miss the mark, here's the first release candidate for your testing!
-
Poke arrays are rather peculiar. One of their seemingly bizarre characteristics is the fact that the expressions calculating their boundaries (when they are bounded) evaluate in their own lexical environment, which is captured. In other words: the expressions denoting the boundaries of Poke arrays conform closures. Also, the way they evaluate may be surprising. This is no capricious.
-
In the world of data analysis and statistics, grouping data based on certain criteria is a common task.
-
Tidy Tuesday: US Populated PlacesToday’s TidyTuesday is about place names as recorded by the US Board on Geographic Names. The dataset has been cleaned to include only populated places.
This week will involve more libraries than normal, since I am going to play with mapping.
-
To convert a list of strings to integers various methods such as the “for” loop, “List Comprehension”, “eval()”, and “map()” function is used in Python.
-
Ghost delivers a great self-hosted blogging platform that deploys well in containers. Let’s deploy it on CoreOS along with Caddy. ️📝