PythonMarch 25, 20193678Views0Likes How to extract information from a PDF containing images using Python and Tesseract on Mac OS Sometimes you need to take a written piece of information from the real world (e. g. a letter, a document) and enter…Read More
PythonSeptember 27, 2011609Views0Likes Fractals in Python I became very interested in fractals recently - you can find them everywhere, especially in nature. Here is a nice Python script…Read More
Python, QuotesJune 9, 2011767Views0Likes Beautiful is better than ugly. The ‘Zen of Python’. Python is a cool language. I stumbled over this quote by using the following command in the Python shell: import this It’s…Read More
PythonApril 7, 20111592Views0Likes The cURL alternative in Python As I have been playing around with Python and Titanium a lot in the last few weeks, I tried to use some…Read More