John D K

John D K

Sublime 4 Text Reindent JSON file

By default you can't reindent JSON file in

Linux Mint 18/19 enable shutter Edit

Default installation of shutter comes with disabled Edit option. If

PyCharm/IntelliJ edit only a commit message

If you need to change/amend your commit message in

Best programming music in 2018

Enhance the programming experience with the nice music is essential

Python list vs set examples and performance

In Python there are two 'similar' data structures:

PyCharm/IntelliJ extract all methods from a file

If you want to collect signatures of all methods in

Python Dictionary errors SyntaxError and AttributeError 'dict' object has no attribute 'name'

In this post I want to list two common mistakes

Python 3 float precision and 8.5 - 8.4

Many programmers are surprised to learn that modern programming languages

Python 3 if else one line or ternary operator

Ternary conditional operator or know also as one line if

Python 3 profile method in isolation

Very often there are performance problems or software needs tunning.