Looking to start learning Python?

Begin Here

Tag: Python

PyDev of the Week: Cooper Lees

May 24, 2021 by Mike
This week we welcome Cooper Lees (@cooperlees) as our PyDev of the Week! Cooper has contributed to the Python programming language. He is also a maintainer on bandersnatch and black, among others. You can see what else Cooper has been up to over on his website or on GitHub. Let's spend some time getting to […]

PyDev of the Week: Tim Arnold

May 17, 2021 by Mike
This week we welcome Tim Arnold (@jtimarnold) as our PyDev of the Week! Tim co-authored Black Hat Python, 2nd Edition: Python Programming for Hackers and Pentesters. If you're interested in hacking or pentesting, you might want to check out that book! You can see what else Tim is up to on his website / blog […]

Drawing Rectangles with Rounded Corners with Pillow and Python

May 12, 2021 by Mike
Pillow is a package devoted to working with images in Python. Starting in Pillow 8.2, there is a new drawing type: the rounded rectangle. A rounded rectangle lets you round the corners of the rectangle. So instead of sharp corners, you get rounded ones! You can read all about the new drawing type in the […]

Converting an Image to ASCII with Python

May 11, 2021 by Mike
There are lots of fun Python snippets out there that you can use to convert your photos into ASCII art. Anthony Shaw, an author, and contributor at Real Python, has his own snippet on GitHub. Most of these small programs use the Pillow package. These programs work best with simple images, especially ones that don't […]

PyDev of the Week: Parker Allen

May 10, 2021 by Mike
This week we welcome Parker Allen as our PyDev of the Week! Parker works at BentoBox a restaurant software company that uses Python on its backend. Let's spend some time getting to know Parker! Can you tell us a little about yourself (hobbies, education, etc): I have a non-traditional route into becoming a software engineer. […]

An Overview of Image Processing with Python and Pillow (Video)

May 3, 2021 by Mike
Learn how to edit and enhance photos using Pillow and the Python programming language. What you'll learn in this video: Opening Images Extracting Image Information (EXIF) Cropping Rotating Image Enhancement Drawing Adding a GUI and more! Talk Notes / Jupyter Notebook Example Code from Pillow: Image Processing with Python book
1 10 11 12 13 14 176
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary