Static site and blog template using pandoc, make, and some python. - jp-fosterson/pandocblog... (more…)
Read more »
PEP 622 proposes adding a pattern matching construct to Python. Pattern matching allows the programmer to destructure data with a syntax that mirrors the construction syntax. The proposal brings Python in-line with many other modern programming languages,... (more…)
Read more »
<p>In the last tutorial, we have learned about setting the Flask local development environment. In this tutorial, we are going to cover the Flask routers. Routers are simply a way to assign URLs to functions. Every web framework provides routing and... (more…)
Read more »
Today we are pleased to announce the open-sourcing of Python Fire . Python Fire generates command line interfaces (CLIs) from any Python cod... (more…)
Read more »
I may be one of the last people you would expect to write an essay criticizing JavaScript, but here we are.
Two of my primary areas of… (more…)
Read more »