Month: March 2015

Node JS – Manipulation with files and JSON

JSON is somehow powerful. With Node JS and JSON you may build almost anything you can think of (if you have unlimited time and coffee/beer). How about building a small console application with the following options: Yesterday, I started to

Tagged with: , , , , , , , ,

Python – A little bit about lists and operations with them

Python’s lists are powerful. Especially, if you come from the VBA world its like switching to a new car after years of using the old red Ikarus. Thus, I have decided to write a small article about them, just to be

Tagged with: , , , ,

Python – Calculate magic square with python

If you want to build a magic square, check this article, the python code is at the bottom – How to build a magic square A magic square is an arrangement of the numbers from 1 to N^2 (N-squared) in

Tagged with: , , , ,

Python – Reduce file path problem (with string slicing and list comprehension)

Some time ago I have started to learn Python. Today, I will present a way to solve the problem “Reduce file path”. The problem is the following – you are given a string and you should reduce it to a meaningful

Tagged with: , , ,

Python – Matrix calculation – Problem

This week I have started to study Python a little more into detail in the courses of HackBulgaria. After end of the second day, the last problem was considered worthy for blogging, as far as it took me about an

Tagged with: , ,

Ubuntu – A few useful terminal commands

In the current article, I will present a few useful commands, for the Linux(Ubuntu) terminal. The article is going to be updated constatly with new entries:) Here they come: General Python Related Java Script and Git related

Tagged with: , , ,
Top