How to test accessibility on Android
We talk about what an accessible app is and how we can improve our testing, both manually and automatic.
We solve the day 11 challenges for the Advent of Code.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
We are in our new linux environment and create coreutils, python, ninja and meson. Talking about their usages and the importance of the utils in the core of linux.
We look into the codecombat game that helps pupils learn coding and guide teachers in how to teach computer science in a fun and engaging way.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …