In our last article, we learned how to crop images with the Pillow package. For this article, we will learn how to rotate and mirror our images. Rotating an Image Rotating an image with Python and Pillow is quite simple. Let's take a look at some code:
If you like taking photos than you will probably also find yourself cropping your photos from time to time. I will crop photos to get rid of background noise or to just focus more on the subject I was trying to capture. I also like to take high resolution photos of insects or other small […]
This week we welcome Tom Augspurger (@TomAugspurger) as our PyDev of the Week! Tom is a core developer of the pandas, dask and distributed Python packages. You can see what Tom is up to by checking out his blog or over on Github. Let's spend some time getting to know Tom better! Can you tell […]
September 29, 2017 by
Mike Anaconda released a statement that they are partnering with Microsoft to "deliver Python-powered machine learning". Anaconda is a data science distribution of the Python programming language. If you go check out the statement, you will find that Microsoft is specifically planning to "embed Anaconda into Azure Machine Learning, Visual Studio and SQL Server". I used […]
September 28, 2017 by
Mike The wxPython toolkit supports using keyboard shortcuts via the concept of Accelerators and Accelerator Tables. You can also bind directly to key presses, but in a lot of cases, you will want to go with Accelerators. The accelerator gives to the ability to add a keyboard shortcut to your application, such as the ubiquitous "CTRL+S" […]
September 25, 2017 by
Mike This week we welcome Mariatta Wijaya (@mariatta) as our PyDev of the Week! Mariatta is the co-chair of the PyCascades conference, a regional Python conference taking place in Vancouver, BC. She is also a core developer of the Python programming language. She does automation and web development for a movie company, so she also shows […]