/Martin Heinz

Upcoming Python Features Brought To You By Python Enhancement Proposals tl;dr: In this article we will go over all the proposals that are going to bring some exciting new Python features. Martin covers the coming syntax changes, type annotations, debugging, and "quality of life" changes, adding support for parsing TOML format to Python's standard library.

featured in #295


The Unknown Features of Python’s Operator Module tl;dr: Python's Operator module "might not seem so useful, but with help of just a few of these functions you can make your code faster, more concise, more readable and more functional."

featured in #241


Hidden Features Of Chrome DevTools tl;dr: "Here are a few hidden or lesser known features of Chrome DevTools which you should know about."

featured in #209


Ultimate Guide To Python Debugging tl;dr: Using print statements is "far from ideal and there are much better ways to find out what's wrong with your code," explored in this article.

featured in #186