In an effort to help out more Python folks, I figured I'd start a series covering errors. Up first, we're going to chat about a special SyntaxError.
Tag: Python
One of my students asked me to write up an article on how to pick up Python as a Java developer, so I did.
One feature that has finally made it into the tool is EXIF version tagging which adds version information to the metadata of a modified image.
Would you believe it? Title bars now reflect the primary color of a logo. In this article, we'll look at what that means for you.
Let's start a code sharing social media challenge. Complete a Python challenge and share the solution on Python using the #RenegadePython hashtag.
How to Split a String by Whitespace in Python: Brute Force and split()
There are a lot of ways to manipulate strings. For instance, we might be interested in splitting a string by a separator like whitespace.
