September 11, 2020 by
Mike In this tutorial, you will learn about Python's comprehensions, like the popular list comprehension and the dictionary comprehension. Would you like to learn more about Python? Python 101 - 2nd Edition Purchase now on Leanpub or Amazon
September 10, 2020 by
Mike In this tutorial, you will learn how to use Python to crop a photo using Pillow, the friendly fork of the Python Imaging Library. Would you like to learn more about Python? Python 101 - 2nd Edition Purchase now on Leanpub
September 8, 2020 by
Mike In this wxPython tutorial, you will learn how to make your label flash. This is a useful way to get a user's attention when something goes wrong.
September 7, 2020 by
Mike This week we welcome Nathan Epstein (@epstein_n) as our PyDev of the Week! Nathan has given talks on various subjects all over the world. He has also written articles for Dev.to, Codewords and more. Let's take a few moments to get to know Nathan better! Can you tell us a little about yourself (hobbies, education, […]
September 4, 2020 by
Mike In this tutorial, you will learn how to use for and while loops in Python. Specifically, you'll learn how to: Create a for loop Loop over a string Loop over a dictionary Extract multiple values from a tuple Use enumerate with loops Create a while loop Breakout of a loop Use continue Use else with […]
September 3, 2020 by
Mike Packt Publishing recently released a new book called Modern Python Cookbook by Steven Lott. It's sub-title is "133 recipes to develop flawless and expressive programs in Python 3.8, 2nd Edition", which may give you some indication that this is a big book. In fact, it clocks in at 822 pages! I first read Lott's Mastering […]