Contribute to TZubiri/nullFramework development by creating an account on GitHub. (more…)
Read more »
Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages. - lk-geimfari/mimesis... (more…)
Read more »
Preface¶This series of posts is based on a talk I held for the TS-CCES group at the Institute of Environmental Physics, Heidelberg in November 2016. I presented this Jupyter notebook directly using RISE, a Reveal.js plugin for Jupyter. This allowed me to ... (more…)
Read more »
The Python subprocess module is a powerful swiss-army knife for launching
and interacting with child processes. It comes with several high-level APIs like
call, check_output and (starting with Python 3.5) run that are
focused at child processes our progra... (more…)
Read more »
Another point for Haskell In Round 1 I described the task: find the number of “Titles” in an HTML file. I started with the Python implementation, and wrote this test: Very simple: I had…...
Read more »