Blog
Python 3.9 makes type annotations complete
01 Nov 2020

With type annotations it is possible to give a variable a type, or to give the parameters of a function and the return value a type.

Python: The language for everyone
13 Jul 2020

Python is a programming language the everyone can learn fast

Python and Excel
21 Apr 2020

With Python it's quite easy to create, to read and write spreadsheets.

MicroPython
04 Feb 2020

The Python language is very popular and used on the desktop, server and smartphone. There is now also a Python version which can be used for embedded devices.

Python’s lexical scoping is different
15 Jan 2020

The scoping rules in Python are as follows:
a block is either a module,
a function body
or a class body.

CPython video’s
09 Dec 2019

Do you want to learn more about the CPyhon implementation of the Python programming language. There are nine (yes 9!) videos on Youtube showing the details of the CPython implementation.

CPython
21 Sep 2019

Python is a specification of the syntax and semantics of a programming language. To run the language on a computer an implementation is needed. The most well known implementation is the CPython interpreter, written in C.

Python is everywhere
13 Aug 2019

In Python it is possible to create a useful program in a few minutes. Reading a file, analysing sales data and creating a plot of the data.

Python introduction
05 Jan 2019

A small history of Python