Python
181 Blog Posts
85 Contributors
-
In this blog post, I will share how you can leverage an open source project called Diagrams to create architecture diagrams with code. Code to architecture diagram When explaining to others how a system works or communicates with its different... Read More »14Comments51Likes
-
In this blog post I will cover how I setup a new laptop that I just received and the different tools/utilities that I install locally in order to get it ready for local development that I will be doing in the future. Mac setup Depending on the type... Read More »14Comments43Likes
-
The hard truth is that many machine learning projects fail to get set into production. It takes time and real effort to move from a machine learning model to a real business application. This is due to many different reasons, for example: Limited... Read More »7Comments32Likes
-
With this tutorial you will learn how to train Machine Learning (ML) models in SAP HANA through Python code. Trigger predictive algorithms either from local Jupyter Notebooks or, even better, from Jupyter Notebooks within SAP Data Intelligence. If... Read More »29Comments31Likes
-
If you are a beginner in SAP Data Intelligence (DI) and python, this blog post is for you. In this post I am going to show how you can create a python custom operator in DI based on my personal experience. Spoiler โ itโs fast and easy ๐ย ... Read More »15Comments29Likes
-
Over the past few years, there has been a clear trend that SAP embraces open-source technologies more and more. This means that SAP leverages open-source technologies like Cloud Foundry and Kubernetes in its offerings and that SAP technologies... Read More »7Comments29Likes
-
The idea of Data Warehouse Cloud (DWC) is to build a bridge between different users by combining the advantages of the Busines Warehouse (BW) with the computing power of the HANA Cloud in a self-service concept. So, what does this mean? For example,... Read More »1Comment25Likes
-
You have some Python code that needs to run on a regular schedule? There are a number of options. Deployment on Cloud Foundry in the SAP Business Technology Platform can be interesting, particularly if the code does not do any heavy calculations.... Read More »1Comment25Likes
-
SAP HANA Cloud has recently been enriched with a new Automated Machine Learning (AutoML) approach. AutoML can be helpful for many different reasons, for example to give a data scientist a head-start into quickly finding a first machine learning... Read More »2Comments25Likes
-
The new Jupyter operator brings interactive Python Notebooks into your SAP Data Intelligence pipelines. Script your notebook directly in the pipeline and deploy exactly the same notebook and pipeline into production. No need to script in one place... Read More »24Comments23Likes