Mike

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 »

Flask 101: Filtering Searches and Deleting Data

Last time we got our Flask based music database application partially functional. It could now add data to the database, edit said data and also display everything in the database. But we didn’t cover how to filter the data by using the user’s filter choice (Artist, Album name or publisher name) and search string. We

Flask 101: Filtering Searches and Deleting Data Read More »