Laur's blog
Sign in Subscribe

programming

A collection of 2 posts
Head-first in Rust - Tweet Proof of Concept
rust

Head-first in Rust - Tweet Proof of Concept

Last year I thought of learning a new programming language. I was between Rust and Go and started to read reviews and use cases for both, to figure out which one should I pick. After spending few weeks on reading comparisons, I still couldn't figure which one is
Apr 10, 2024 5 min read
Make pyflakes/pylint ignore unused imports
django

Make pyflakes/pylint ignore unused imports

Sometimes, you need to add an import without explicitly using it, just to have stuff defined. In such cases, both pyflakes and pylint generate messages, which can be annoying. For example django-appconf has a class-based configuration like so: # -*- coding: utf-8 -*- """ django appconf configuration
Feb 12, 2014 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost