Release, 3.11.1,, Date, January 11, 2023,, Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.11, compared to 3.10. For full details, see the changelog. Summary – Re... (more…)
Read more »
Python is an incredibly versatile language. It’s considered to be a staple of modern development. It’s used for the simplest of scripts to… (more…)
Read more »
I’ve been writing Ruby code for the past 10+ years, and recently due to my masters courses, I’ve been writing a lot of Python. While there are many differenc... (more…)
Read more »
I was recently involved in a python 2 to 3 upgrade project at work and had a decent experience using pyenv and virtualenv together during development to deal with multiple pythons in a relatively sane way. (more…)
Read more »