PAWK - A Python line processor (like AWK). Contribute to alecthomas/pawk development by creating an account on GitHub. (more…)
Read more »
One year ago I was introduced by my friend Roberto Ciatti to the concept of Clean Architecture, as it is called by Robert Martin. The well-known Uncle Bob talks a lot about this concept at conferences and wrote some very interesting posts about it. What h...
Read more »
What does it mean to achieve immortality? At the 2022 Python Language Summit , Eddie Elizondo, an engineer at Instagram, and Eric Snow, CP... (more…)
Read more »
The challenge Write a function that, given a string of text (possibly with punctuation and line-breaks), returns an array of the top-3 most occurring words, in descending order of the number of occurrences. Assumptions: A word is a string of letters (A to... (more…)
Read more »
python tool for automatically creating kaizen foam tool layouts using a mySQL driven tool database - daleshort/auto_kaizen... (more…)
Read more »