Delbot understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you. (more…)
Read more »
Guido van Rossum is the creator of Python programming language. Please support this podcast by checking out our sponsors: – GiveDirectly: https://givedirectly.org/lex to get gift matched up to $1000 – Eight Sleep: https://www.eightsleep.com/lex to get spe... (more…)
Read more »
A recurring conversation with my collegues has been around whether to extract
string literals to the top of a Python module as global constants. I often see
people writing Python modules that include (more…)
Read more »
Thanks to the article “Your Makefiles are wrong” it really dawned on me that Makefile can run any interpreter, not just sh or bash:
The key message here, of course, is to choose a specific shell. If you’d rather use ZSH, or Python or Node for that matter,... (more…)
Read more »
A little Python library for making simple Electron-like HTML/JS GUI apps - samuelhwilliams/Eel... (more…)
Read more »