News

This post explains how to print in Python. This should be the first thing that most people learn when starting a new programming language!
This post offers a comprehensive Python beginner's guide that explains everything newcomers need to know about the language.
In this post we're going to get inside OpenOffice and use pyuno as the bridge between OpenOffice and an embedded Python interpreter (embedded inside OpenOffice). As is the law, our first program when ...
In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language. This means the code is structured in a way that Python cannot understand or ...