PythonMaps Examples and Tutorials. Contribute to symmy596/PythonMaps development by creating an account on GitHub. (more…)
Read more »
In this tutorial, we will write a simple Python script to send a WhatsApp message. Twilio is the Python package we will use. To run it every day at a certain time, we will put our code on the AWS (Amazon Web Services) cloud. (more…)
Read more »
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... (more…)
Read more »
Pint is a Python package to define, operate and manipulate physical quantities:
the product of a numerical value and a unit of measurement. It allows
arithmetic operations between them and conversions from and to different units. (more…)
Read more »
Suppose you have data, and want to report a certain metric. For instance, you’d like to estimate the value of some KPI given a set of measures, or you’re a physicist trying to estimate a constant from the readings of a sensor. (more…)
Read more »