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 […]
September 3, 2020 by
Mike In this screencast, you will learn how to change the transparency of your application. This will allow you to make your application fade in or out.
September 2, 2020 by
Mike In this tutorial, you will learn how to reset the background color of your application to the default color.