Project Euler Solution 96: Su Doku

In this post we will look at Project Euler Problem 96 which is about solving Su Doku puzzles. ...

Project Euler Solution 92: Square Digit Chains

In Project Euler Problem 92 we’re asked to look at some digit stuff again. ...

Project Euler Solution 89: Roman Numerals

Here we will look at Project Euler Problem 89 where we have to deal with Roman numerals. ...

Project Euler Solution 87: Prime Power Triples

In Project Euler Problem 87 we are supposed to find out how many numbers below fifty million can be expressed as a sum of a prime square, a prime cube and a prime to the fourth power. ...

Grafische Taschenrechner mag ich nicht

In der Schule hat man grafische Taschenrechner. Und ich finde die Teile hart sinnlos. Ein Rant. ...

Project Euler Solution 99: Largest exponential

In Problem 99: Largest exponential we are given a bunch of base exponent pairs and have to order these exponential numbers. ...

Project Euler Solution 97: Large non-Mersenne prime

In Problem 97: Large non-Mersenne prime we are to find the last digits of a very large prime number. ...

Deployment von Python-Webseiten ist schwer

Man kann Webseiten mit Python entwickeln, jedoch gibt es eine relative hohe Hürde um sie auch öffentlich anzubieten. ...

Accessing Strava Data via API

Accessing personal activity data from Strava programmatically requires using their API. This post outlines the necessary steps, from creating an application and handling the OAuth2 authorization flow to obtain an access token, to using the stravalib Python library to simplify data retrieval for projects like the Geo Activity Playground. ...

Project Euler Solution 86: Cuboid Route

Cube...