A "Best of the Best Practices" (BOBP) guide to developing in Python.
- "Build tools for others that you want to be built for you." - Kenneth Reitz
- "Simplicity is alway better than functionality." - Pieter Hintjens
| remote: -----> SystemFonts app detected | |
| remote: -----> Extracting fonts to /tmp/build_948df2f102ae1f666593d4fdfb9858bf/.fonts | |
| remote: ./fonts/ | |
| remote: ./fonts/Arial Bold.ttf | |
| remote: ./fonts/Arial.ttf | |
| remote: ./fonts/Arial Bold Italic.ttf | |
| remote: ./fonts/Arial Italic.ttf | |
| remote: /usr/share/fonts: caching, new cache contents: 0 fonts, 4 dirs | |
| remote: /usr/share/fonts/cMap: caching, new cache contents: 0 fonts, 0 dirs | |
| remote: /usr/share/fonts/cmap: caching, new cache contents: 0 fonts, 5 dirs |
| /* | |
| * Serverless Geolocation Service, hosted on Cloudflare Workers. | |
| * | |
| * Learn more at https://maxkostinevich.com/blog/serverless-geolocation | |
| * | |
| * (c) Max Kostinevich / https://maxkostinevich.com | |
| */ | |
| // https://gist.github.com/maephisto/9228207 |
| # The code for my article with the same name. You can find it at the URL below: | |
| # https://www.mvanga.com/blog/basic-music-theory-in-200-lines-of-python | |
| # MIT License | |
| # | |
| # Copyright (c) 2021 Manohar Vanga | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights |
This is a translation of grugbrain.dev into clear English. All props to the original author.
This is a collection of thoughts on software development, originally written by an pseudonymous author styling themselves the "grug brain developer," but then translated into clear English by Raph Levien.
I am not an extremely smart developer, but I have many years of experience and have learned some things, although still don't know everything.