PinnedGuilherme Matheus·Apr 19, 2021Game Recommendation system using Machine Learning and FlaskThrough Mario Filho’s course, I learned how to build a Machine Learning model to make recommendations. In the course he taught a project…A response icon1A response icon1
Guilherme Matheus·Oct 6, 2021How to delete Resource Groups from Azure through PowerShell scriptCurrently I’m doing the course Data Engineering on Microsoft Azure (DP-203) and from the DP-203-Data-Engineer repository on GitHub we have…
InAWS in Plain EnglishbyGuilherme Matheus·Oct 1, 2021Deploy Python Application on Amazon Web Services (AWS)How to create a server and deploy a Python application on AWS
Guilherme Matheus·Aug 24, 2021Get New Netflix Movies by a Recommendation SystemThis recommendation system was iniciated and learned during my Data Science training, beside the data exploration below, I’m also going to…
Guilherme Matheus·Jul 27, 2021Delete rows from a Sharepoint list through Powershell scriptAnother simple article, which provides a PowerShell script that I need to use to download a file from a Sharepoint site.
Guilherme Matheus·Jul 18, 2021Get file (download) from Sharepoint through PowerShell scriptAnother simple article, which provides a PowerShell script that I need to use to download a file from a Sharepoint site.
Guilherme Matheus·Jul 5, 2021How to use ConfigParser in Python with .ini fileIn this article I’m going to show how the configparser module from Python works. This module is used for working with configuration files…
Guilherme Matheus·Jun 28, 2021How to run PowerShell script into another Windows server (remotely)This is a really simple article, which provides a PowerShell script that I really need to use to run another PowerShell script into another…
Guilherme Matheus·Apr 30, 2021Delete files from folder older than any days from PowerShell scriptThis article is very simple and short, so the main goal is to delete (clean up) automatically any file from a specific folder older than…
Guilherme Matheus·Apr 23, 2021Save attachments from e-mail to a folder with MS Outlook VBAI’m writting this article because I used this macro several times, so I’d like to help others if I can.