Beautifying Strings: How to Format Strings in Python

In Python, there were two methods of formatting strings. This situation lasted until the release of Python 3.6, with the advent of f-strings. Today, I will try to discuss all formatting methods and provide examples of their use. ...

September 17, 2018 · 2 min · 389 words · Maciej Budzyński

Which programming language to choose as a beginner, or multi-Hello World

Are you wondering which programming language to choose? Have no idea which one to pick? Then this post is for you. I have prepared short descriptions of various programming languages and the basic Hello World program code. ...

April 28, 2018 · 3 min · 610 words · Maciej Budzyński