Font previews in command line with Python

fontpreview is a python library, which allows you to create simple and advanced previews of specific fonts. Read more

Similar

The Incredible Growth of Python

We recently explored how wealthy countries (those defined as high-income by the World Bank) tend to visit a different set of technologies than the rest of the world. Among the largest differences we saw was in the programming language Python. When we focu... (more…)

Read more »

Type Hints in Python

In the low-level programming languages like Java, C, C++, and C#, variables are strictly typed - which means you have to indicate the variable type when creating a variable. (more…)

Read more »