Looking to start learning Python?

Begin Here

Author: Mike

PyDev of the Week: Emily Morehouse-Valcarcel

February 12, 2018 by Mike
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 […]

Pre-Order Python Interviews

February 7, 2018 by Mike
I am happy to announce another book that I have been working on called Python Interviews from Packt Publishing. Here is the blurb from their website: Python Interviews contains a series of one-to-one interviews between Mike Driscoll and a variety of leading figures in the Python community. Mike is a life-long member of the Python […]

ReportLab 101: The textobject

February 6, 2018 by Mike
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 […]

PyDev of the Week: Robert Cimrman

February 5, 2018 by Mike
This week we welcome Robert Cimrman as our PyDev of the Week! Robert is the project leader of Sfepy: Simple Finite Elements in Python package. He is also a contributor to NumPy and SciPy. You can see some the projects he works on over on Github. Let's take a few moments to get to know […]

ReportLab Book Funded + TOC

February 2, 2018 by Mike
After collating the various ideas that people have been giving me during the Kickstarter campaign, I have decided to firm up my table of contents. I had already planned to cover 80-90% or more of what was in ReportLab's user guide, but in more depth, as I thought most of those topics should be covered […]

PyDev of the Week: Joseph Howse

January 29, 2018 by Mike
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 […]
1 78 79 80 81 82 215
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary