MicroPython is a lean and efficient
implementation of the Python 3 programming language
that includes a small subset of the Python standard library and is
optimised to run on microcontrollers and in constrained environments. (more…)
Read more »
Pattern Matching. Contribute to gvanrossum/patma development by creating an account on GitHub. (more…)
Read more »
For you Python users who have been unwilling (or unable) to upgrade to version 3, there’s yet another reason to get motivated: python.org has released Python 2.7.18, the absolute last official release for Python 2. While it doesn’t add much in terms of f... (more…)
Read more »
So here's the thing - I'm relatively good at Python. I somewhat know Ruby.
Not good enough to write something complex, but enough to understand
that it's "a bit" different from Python. Yet both of the languages
have similar syntaxes, which made me think w... (more…)
Read more »
Functional programming is a style of coding whose primary purpose is to do rather than to perform a task. Functional programming comes from a style of mathematical thinking... (more…)
Read more »