Python Excel Tutorial with Pandas Library

Using Python Pandas library to READ and Write data in Excel XLSX files Your programming skills in python sometimes might be needed for making data analysis. In the market lots of people use Excel for manipulating different data starting from simple formulas, going through statistical analysis and finishing into advanced financial spreadsheets. The python community 

Continue Reading…

Effective running and debugging python scripts in Visual Studio Code

Brief introduction into Visual Studio Code for python Starting your journey with programming in any languages requires you to have good and intuitive programming environment. This tutorial explains you how you can configure Visual Studio Code for running and debugging scripts in python. Effective usage of VS Code gives you in your daily activities better 

Continue Reading…

Learn how to install python on Windows

Why installing python? Answer for the question why you need to install python is very simple. Among all mostly known language like C#, Java, PHP, Perl, NodeJs the Python language has one of the biggest number of IT enthusiasts. You can verify this looking into github statistics prepared by Ben Frederickson under the article https://www.benfrederickson.com/ranking-programming-languages-by-github-users/ 

Continue Reading…

How to download Visual Studio Code

Brief introduction into Microsoft Visual Studio Code In 2015 Microsoft start announced new editor for coding in different languages across all most know operating systems like Microsoft Windows, Apple iOS or Linux. More or less it was the same time when Microsoft start growing its cloud environment. They understood that the world was mostly changed 

Continue Reading…

Laravel 5.4 API for Books management – part 2 – new project and connection to database

Initializing REST API project in Laravel In the previous post we designed the whole REST API endpoints with database structure. This post we will use to show how to start PHP Laravel project, prepare database schema and generate all needed resources to phisically build fully working Web API. Create in your operation system new directory 

Continue Reading…