Nine simple steps for better-looking Python code

Regularly, I look at the code that supplements academic papers, released datasets, or analyzes the solutions to the Kaggle competitions. My great respect to the researchers that share the code to… Read more

Similar

Typing Python with Typing

I’ve always been a big fan of the Python programming language. It’s great for prototyping, it has great libraries for data processing and machine learning and it’s overall just a joy to read and write with. But I also like ty... (more…)

Read more »