Python programs, usually short, of considerable difficulty, to perfect particular skills. - norvig/pytudes... (more…)
Read more »
The for loop is a very basic control flow tool of most programming languages. For example, a simple for loop in C looks like the following: There are no other ways to write a for loop more elegantly… (more…)
Read more »
Python and related tooling continues to progress and evolve. I’d like to share some of the tools and practices we’re using at JetBridge to develop python web applications. This is by no… (more…)
Read more »
Display a treemap of the timings reported by python -X importtime - kmichel/python-importtime-graph... (more…)
Read more »