Nook is a simple, concatenative programming language written in Python

Nook – A small esolang. Influenced by GNU `dc`. Contribute to HoangTuan110/Nooklang development by creating an account on GitHub. Read more

Similar

Going All in with Python Type Hints

For large python code bases, Python 3's type hints system can be a huge blessing. It allows static type checkers like mypy to detected a large class of errors that would otherwise have gone undetected. This is a quick introduction to the use and be... (more…)

Read more »

Google App Engine: Python 2.5 Support Turndown

App Engine launched in 2008 with the Python 2.5 environment. Over the years we have launched other environments such as PHP, Go, and Java. We also launched a newer Python environment, Python 2.7, which provides many important new features, such as multith...

Read more »