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 […]
In this video tutorial, you will learn how Python's Boolean operators work. You will also learn about Python's None keyword Did you enjoy the video? Check out the book that it's based on: Python 101 - 2nd Edition.
This week we welcome Jason Coombs (@jaraco) as our PyDev of the Week! Jason is the maintainer of twine, SetupTools, CherryPy and 140+ other Python packages. You can see what he's currently working on by checking out Github. Let's take a few moments to get to know Jason better! Can you tell us a little […]