Logging Virtual Race Results with Selenium, Cron and Python

Who else hates doing repetitive tasks that you know could be automated? I know I do 🙋‍♀️. This is part two about how I used cron jobs and python to take care of ‘the boring stuff’ (link to Part 1). In this article I will discuss how I used Strava’s API… Read more

Similar

Debugging out-of-memory crashes in Python

You run your program, and it crashes—it’s out of memory: If you’re lucky, you get a MemoryError exception. If you’re less lucky, you get a coredump. If you’re having a bad day, your computer locks up and you need to restart it. How do you figure out what ... (more…)

Read more »