Nstall Wordpress On Windows 10 Localhost Wamp Server

How to install WordPress on Windows 10 (localhost)

What is WordPress WordPress is a content management system focused on creating blogs (regularly updated websites). Developed in PHP and MySQL under the GNU General Public License that means it is free and open source and has modifiable code. WordPress was founded by Matt Mullenweg and Mike Little in 2003 which has now become the most popular CMS and blogging platform . The […]

How to install WordPress on Windows 10 (localhost) Read More »

Machine Learning

What is Machine Learning? – An Introduction

The Machine Learning (ML) or Independent learning is a branch of Artificial Intelligence (AI) that aims to create systems that can learn by themselves from a set of data (data set), without being programmed explicitly These systems can learn by themselves, a number of techniques and algorithms and are able to create predictive models, behavior patterns are etc.  though this article is specific and

What is Machine Learning? – An Introduction Read More »

Oop In Python

Object Orientation in Python

As already discussed in Introduction to Python post, Python is a multi-paradigm language which could work as structured programming, object-oriented programming or functional programming. Object Oriented Programming (OOP according to its acronym) is a programming paradigm in which concepts relevant to our problem real world are modeled through classes and objects, and in which our program

Object Orientation in Python Read More »

Introduction To Grunt

Introduction to Grunt

Not long ago, the good practices comply with JavaScript code was pretty tedious. How to compile everything into a single file? How to turn Sass into CSS files? How…? They began to be some tools like Codekit , they did all this work for you, and for some time it was fine. However, with the

Introduction to Grunt Read More »