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
| #!/usr/bin/python | |
| ############################################################################### | |
| # | |
| # file: gmail-count | |
| # | |
| # Purpose: generates a string value representing the Gmail unread email count. | |
| # | |
| # Usage: pipe the i3status with this script (see i3status manpage) | |
| # or use conky. | |
| # |
| [user] | |
| name = <Your Name> | |
| email = [email protected] | |
| [color] | |
| ui = auto | |
| [color "branch"] | |
| current = reverse | |
| local = yellow | |
| remote = green | |
| [color "diff"] |
The Lean Canvas is a version of the Business Model Canvas adapted by Ash Maurya specifically for startups. You can read more about it here.
|
Problem
Top 3 Problems |
| WHERE _PARTITIONTIME >= TIMESTAMP(DATE_SUB(@run_date, INTERVAL 1 DAY)) AND _PARTITIONTIME < TIMESTAMP(DATE_SUB(@run_date, INTERVAL 0 DAY)) |