We got a complete game, but we need a specific Python environment to run it. In this post, I show how to create a standalone executable and an installer! This post is part of the Discover Python and Patterns series … Continue reading →... (more…)
Read more »
Python has won the TIOBE programming language of the year award! This is for the fourth time in the history, which is a record! The title is awarded to the programming language that has gained most popularity in one year. Python made a positive jump of 2... (more…)
Read more »
Streamlit is an awesome new tool that allows engineers to quickly build highly interactive web applications around their data, machine learning models, and pretty much anything. The best thing about… (more…)
Read more »
As an IRC bot enthusiast and tinkerer, I would like to describe the most enduring
and popular bot I've written, a markov-chain bot. Markov chains can be used
to generate realistic text,
and so are great fodder for IRC bots. The bot I am writing of has b... (more…)
Read more »
Starlark in Go: the Starlark configuration language, implemented in Go - GitHub - google/starlark-go: Starlark in Go: the Starlark configuration language, implemented in Go... (more…)
Read more »