Python
PyDev of the Week: Mariano Anaya
This week we welcome Mariano Anaya (@rmarianoa) as our PyDev of the Week. Mariano is the author of Clean Code in Python and has been a speaker at EuroPython. You can see what he’s been Read more…
This week we welcome Mariano Anaya (@rmarianoa) as our PyDev of the Week. Mariano is the author of Clean Code in Python and has been a speaker at EuroPython. You can see what he’s been Read more…
As usual, please read the blog post, try out the new features, and let us know if you encounter any problems. We encourage you to join the program to try out the new and improved Read more…
Pillow: Image Processing with Python is my latest book on Python. It is now available for pre-order. What that means is that you can purchase an early version of the book and get all the Read more…
Built-ins are a somewhat overlooked part of Python. You use them every day, but there are a number of them that get overlooked or just aren’t used to their full potential. This article won’t be Read more…
PySimpleGUI makes creating applications easy. In this tutorial, you will learn how to use PySimpleGUI to create a simple Image Viewer. You will be using the regular version of PySimpleGUI, which wraps Tkinter, rather than Read more…
Google Cloud Platform provides a broad range of tools that allow developers to deploy almost any kind of application. Abby Carey, a developer advocate for Cloud Code in Google, is joining Nafiul Islam on February Read more…
This week we welcome Aly Sivji (@CaiusSivjus) as our PyDev of the Week. Aly is an organizer for the Chicago Python Users Group (ChiPy), one of the largest Python groups around. If you’d like to Read more…
This week we welcome Bojan Miletic as our PyDev of the Week! Bojan is an entrepreneur and given talks at EuroPython on Django testing. If you’d like to learn more about Bojan, you can connect Read more…
The second release of the PyCharm 2021.1 EAP introduces new features for working with remote hosts via SSH, improved support for Python data science libraries, some nice UI changes, and helpful new features for web Read more…
The Pillow package lets you draw text on images using Python. This includes using TrueType and OpenType fonts. You have a lot of flexibility when adding this text to your images. If you’d like to Read more…