|
You are here |
bruceeckel.com | ||
| | | | |
janakiev.com
|
|
| | | | | When writing programs, there is often a large set of configuration and credentials that should not be hard-coded in the program. This also makes the customization of the program much easier and more generally applicable. There are various ways to handle configuration and credentials and you will see here a few of the popular and common ways to do that with Python. | |
| | | | |
doughellmann.com
|
|
| | | | | [AI summary] A comprehensive book review and table of contents for The Python 3 Standard Library by Example, aimed at intermediate programmers learning Python's built-in modules. | |
| | | | |
0x00.cl
|
|
| | | | | Tomas Gutierrez L. personal website (0x00) | |
| | | | |
blog.jonlu.ca
|
|
| | | 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 | ||