John D K

John D K

How to install Python 3.7 and setup PyCharm on Linux Mint 18/19

How to install Linux Mint 3.7 (the latest one)

Linux Mint 18 no writable keyring found: eof and gpgkeys: key ... not found on keyserver

Today I faced two errors: * gpgkeys: key ... not found on

Python 3 how to print colors and tab aligned

Python offers several ways of formatting and doing tricks like

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