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.
September 1, 2020 by
Mike In this video, you will learn how to create conditional statements using the Python programming language. Specifically, you will learn about the following topics: Comparison operators Creating a simple conditional Branching conditional statements Nesting conditionals Logical operators Special operators
This week we welcome Connor Ferster as our PyDev of the Week! Connor is the author of handcalcs which was recently featured on the PythonBytes Podcast. You can see more of Connor's work on Github. Let's spend some time getting to know Connor now! Can you tell us a little about yourself (hobbies, education, etc): […]
In case you missed it earlier this month, Blackberry released a tool of theirs that they use for reverse engineering malware. That tool is called PE Tree and is open-source and written in Python. Blackberry used the popular PyQt5 GUI toolkit to write that displays a tree view of portable executables, which makes it easier […]
This week we welcome Ethan Smith (@ethanhs) as our PyDev of the Week! Ethan is a core developer of the Mypy project, which is a static type checker for Python. You can see what other projects Ethan contributes to over on Github. Let's spend a few moments getting to know Ethan better! Can you tell […]