/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

martinheinz.dev
| | flask.palletsprojects.com
2.5 parsecs away

Travel
| |
| | stribny.name
1.5 parsecs away

Travel
| | Several ways to debugging Python code with illustrated examples.
| | aaronluna.dev
3.0 parsecs away

Travel
| | Decorators can be a daunting topic when first encountered. While the Zen of Python states "There should be one- and preferably only one -obvious way to do it", there are many, equally valid ways to implement the same decorator. These different methods can be categorized as either function-based, class-based, or a hybrid of both. In this post I will explain the design and behavior of Python decorators and provide examples of decorators that I frequently use in my own code.
| | blog.jonlu.ca
10.1 parsecs away

Travel
| A couple years back I built Uber Trip Stat's (now renamed to RideShare Trip Stats after a C&D from Uber), because I was interested in how much money I had spent on Uber over the last few years. Luckily Uber's web portal lets you see all your past rides, and it was fairly trivial to reverse the API through Chrome. The Chrome Extension just injects some javascript into the page, makes a few requests to get the entirety of your ride history