News

This code base contains objects which model the in game objects of ogame.org ... most other projects are written either in JavaScript or PHP. My weapon of choice is Python.
Python’s new template strings, or t-strings, give you a much more powerful way to format data than the old-fashioned f-strings. The familiar formatted string, or f-string, feature in Python ...
__repr__() defines the “official” string representation of the object. Ideally, it should output a string that is a valid Python statement and can be used to recreate the object. It is mainly used for ...