Is There A Python 1?

Is There A Python 1?
You've probably heard a lot about the debate about Python 2 and 3. You might've also come across some speculations about Python 4. But is there a Python 1? What was the first released version of Python?VIEW POST

Does Python Have Interfaces?

Does Python Have Interfaces?
Python claims to be a multi-paradigm language with rich OOP capabilities. It has a lot of features that are a must-have for a modern object-oriented programming language - but is interface on of these? Are there interfaces in Python?VIEW POST

How To Test Logging In Python?

How To Test Logging In Python?
Python has a highly configurable, extremely flexible, builtin logging facility. Testing logging in earlier versions of Python used to be a bit tricky, but nowadays it's rather straightforward.VIEW POST

Can Python Read PDF Files?

Can Python Read PDF Files?
Python is a great tool for task automation, it makes working with text files and data sheets really easy. But can you use Python to read PDF files?VIEW POST