Python Game Development

Programming Games in Python

Although not the most famous facet of Python, Python is a language with enough possibilities for programming games in python. On the one hand, it combines the depth and resources of using C / C ++ libraries, and on the other the ease of using Flash, with an average performance between the two. So many […]

Programming Games in Python Read More »

Big-Data-Vs-Business-Inteligence

What is the difference between Big Data and Business Intelligence?

Kenneth Cukier, world renowned for being a co-author of the book: “Big Data: A Revolution That Will Transform How We Live, Work, and Think” participated in TEDSalon Berlin 2014 in a conference called: Big Data is better data. [sc_youtube width=”800″ height=”600″ aspect_ratio=”16:9″ video_id=”8pHzROP1D-w” style=”default” position=”center”] Cukier began his lecture with an example of the power to analyze large

What is the difference between Big Data and Business Intelligence? Read More »

Solid-Design

SOLID: 5 basic principles of Object Oriented Design

Solid is an acronym invented by Uncle Bob to establish the five basic principles of object – oriented design and programming. This acronym has enough relationship with design patterns, especially with high cohesion and low coupling. SOLID (single responsibility, open-closed, Liskov substitution, interface segregation and dependency inversion The goal of having a good programming design is to cover the maintenance phase. Which

SOLID: 5 basic principles of Object Oriented Design Read More »

Write Better Code

Code that doesn`t suck – How to write better Code

Anyone can learn to program, but not everyone can write better code. I start from this premise as an inspiration to write this article, as it has touched me sometimes continuously revising, editing, etc. or code that someone else wrote. On many occasions this experience has been disastrous, so I want to present this article that brings a

Code that doesn`t suck – How to write better Code Read More »