PyDev of the Week: Emily Morehouse-Valcarcel

This week we welcome Emily Morehouse-Valcarcel (@emilyemorehouse) as our PyDev of the Week. Emily is the co-founder and Director of Engineering of Cuttlesoft. She recently spoke at PyCascades about Python’s AST. You can get a feel for what projects she is interested in over on her Github profile. Let’s take a few moments to get

PyDev of the Week: Emily Morehouse-Valcarcel Read More »

ReportLab 101: The textobject

The ReportLab toolkit provides multiple ways for you to generate text on your PDFs. The most popular examples that I have seen are using canvas methods or using PLATYPUS. The canvas method that you will likely see the most is drawString. Here is an example: from reportlab.pdfgen import canvas c = canvas.Canvas(“hello.pdf”) c.drawString(100, 100, “Welcome

ReportLab 101: The textobject Read More »

PyDev of the Week: Joseph Howse

This week we welcome Joseph Howse (@CatsAndMonkeys) as our PyDev of the Week. Joseph is the author (or co-author) of several books on OpenCV: OpenCV for Secret Agents OpenCV 3 Blueprints iOS Application Development with OpenCV 3 Android Application Programming with OpenCV 3 Learning OpenCV 3 Computer Vision with Python Python Game Programming by Example

PyDev of the Week: Joseph Howse Read More »

ANN: ReportLab PDF Processing with Python Kickstarter

Have you ever wondered how to create PDF Reports programmatically? If so, then this is the book for you! In ReportLab: PDF Processing with Python, you will learn how to generate PDFs using the popular Python programming language. The code in this book will run on all 3 major platforms: Windows Mac Linux ReportLab is used

ANN: ReportLab PDF Processing with Python Kickstarter Read More »