John D K

John D K

IntelliJ/PyCharm surround string with quotes

If you want to surround selected string or text in

Python How To Return Multiple Values

Python offers several different ways of returning more than one

Python UnboundLocalError: local variable 'abs' referenced before assignment

In python you can see error like: UnboundLocalError: local variable

JetBrains Promotions/disconts 2018

Now you can buy all JetBrains products with 50% disconts.

How to Transpose CSV/text File Python

If you want to transpose rows to columns in python

Using Notepad++ on Linux Mint/Ubuntu 18

As a happy user of Notepad++ I like to have

text/CSV file to dataframe with Python and pandas

In this post you can find information about several topics

Ubuntu 18 and Dota 2 error

Dota 2 can be installed on Ubuntu 18 or Linux

Python and Jupyter save and download CSV file

Jupyter is perfect for interactive coding, visualization development, automation tests

Python flatten dictionary with pandas

Dictionary/maps are very common data structures in programming and