Giorgos Myrianthous
Senior Data Engineer at Plum
Expertise: Data science, machine learning, software engineering, big data
Education: University of Sheffield; University of Manchester

Giorgos Myrianthous is a senior data engineer with the fintech company Plum. He has a background in machine learning, data and software engineering as applied to real-time data streaming, real-time fraud detection, rare disease detection and line of therapy transition.

Sort By
Most Recent
Most Recent
Oldest
13 Articles
code error pop up over laptop
ModuleNotFoundError: No module named ‘sklearn’ is a Python error that can occur when importing the package to the source code. Here’s how to solve it.
Person drawing a star schema with fact and dimension tables on a board
A fact table contains the primary keys to a referenced dimension table, and the dimension table contains the descriptive information. They make up the key components in star schema.
Person Holding a name tag
__name__ is a special variable in Python. “If __name__== ‘__main__’” is a conditional statement that tells the Python interpreter under what conditions the main method should be executed.  
person creating graphs on computer
When plotting figures with Matplotlib, learn how you can place the legend of a figure outside of the plot area.
Person reading dictionary
Learn how to convert a Python dictionary into a Pandas DataFrame in a few different ways, depending on how the data is structured and stored in dictionary.
Person coding on macbook
A major upgrade on your Mac can lead to the “invalid active developer path” error. Here’s how to fix it in Git. 
A 3D rendering of a terminal command line.
The terminal allows users to perform computer tasks in an efficient, automated way. Here, our expert explains 11 commands you need to know to get started with it.
A topographical visual representation of data
Data sets are the basis for many of the techniques performed in data science and machine learning. Here, our expert explains what you need to know.
Hands hold a smartphone displaying the Telegram logo
Telegram is a messaging app that offers developers two kinds of APIs to work with. Here, our expert shows you how to set up the Telegram Bot API.
A stack of cubes with programming language names sits on a laptop keyboard
Have you ever heard the term “API” and wondered what it means? Our expert explains it for you in this simple and concise guide.
A GitHub icon on a smart device
GitHub Pages is a powerful tool that allows you to host webpages from GitHub repositories. This guide will introduce you to its operations.
Two pythons intertwined with each other like exact copies.
Python’s shutil module offers four different ways to copy a file. Picking the right one depends on your use-case. Here’s what you need to know.