My little place on internet to talk about coding and software engineering. (more…)
Read more »
In this tutorial, we'll be creating a complete login and registration system with Python Flask... (more…)
Read more »
For the next part of my blog series on pulling apart Python's syntactic sugar, I'm going to be tackling rich comparison operators: ==, !=, >, <, >=, <=. For this post I am going to be picking apart the example of a > b. ... (more…)
Read more »
This article explains the new features in Python 3.7, compared to 3.6. (more…)
Read more »
I wonder how many people realize that Python has a lot of syntactic sugar? I'm not claiming it's like a Lisp-based language where the syntax is as bare bones as possible (although the Lisp comparison is not entirely unfounded), but much of Python's syntax... (more…)
Read more »