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...

Project Euler Solution 85: Counting Rectangles

In Problem 85: Counting Rectangles we are asked to compute the number of rectangles on a grid. ...

Project Euler Solution 84: Monopoly Odds

In Problem 84: Monopoly Odds we are asked to compute the odds for the fields of a Monopoly board. ...

Project Euler Solution 83: Path sum: four ways

Project Euler Problem 83: Path sum: four ways moves Problem 81 and 82 to the next level, now we can go into all directions. ...