Is Anyone Else Bothered by How Quickly We Adopted Generative AI?
Typically, I lock these kinds of posts behind a paywall, but I'm actually interested in your thoughts. Generative AI is everywhere. Is anyone else bothered by it?
Is Anyone Else Bothered by How Quickly We Adopted Generative AI?
Typically, I lock these kinds of posts behind a paywall, but I'm actually interested in your thoughts. Generative AI is everywhere. Is anyone else bothered by it?
VS Code is a wonderful IDE that I use everyday. Sometimes though, little issues crop up that require you to customize your installation. Today, we'll talk about one of your options for customization:...
Poetry was life changing for me as a Python developer. You really ought to try it.
The Complete Guide to Subete: A Python Library for Browsing Code Snippets
I'm kicking off a new series on Python libraries. Today, I'm showing off one of my own: subete. It let's you look at code snippets from the Sample Programs repo.
In order to run Python code, we have to make use of the Python interpreter. Today, we'll learn more about how the interpreter works.
Before you can even begin writing Python code, it's important to consider your tools. In this case, we're talking about development tools.