Python
131 Blog Posts
65 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 »5Comments30Likes
-
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 »7Comments33Likes
-
SAP Federated-ML or FedML is a library that enables businesses and data scientists to build, train and deploy machine learning models on hyperscalers, thereby eliminating the need for replicating or migrating data out from its original source. If... Read More »1Comment3Likes
-
Some time ago I wrote about a way to quickly load data from CSV files into SAP HANA table using hana_ml Python package. It became quite a popular post. But it does require running some code to get a file loaded. Recently I was asked if that hana_ml... Read More »1Comment10Likes
-
According to Gartner, “more than 75% of midsize and large organizations use two or more public cloud providers today and have plans to expand.” Multi cloud strategy helps companies solve issues around cost, security, and regulatory... Read More »2Comments6Likes
-
Dear All, This article is intended for developers who are working on python development in SAP Business Application Studio can test your code for memory profile. What is are Python memory profilers? Profiling applications always involve issues such... Read More »0Comments1Like
-
The latest release of the Automated Predictive Library (APL) introduces the capability to build several time series models at once from a segmented measure like Sales by Store for example or Profit by Product. No need any more to define a loop in... Read More »0Comments6Likes
-
Last week I switch from using Intel-based MacBook laptop (x86 architecture) to the one with Apple M1 (ARM64 architecture). Recently Mathias Kemeter shared one approach of running hdbcli on an Apple M1 Chip: creating a copy of a terminal app that... Read More »5Comments5Likes
-
A comparison between different dependency management tools for Python projects Introduction Dependency management is an important aspect of any programming project that requires us to use functionalities in external libraries and packages... Read More »2Comments1Like
-
Previous Article In this article, you can make interactive maps with folium and pandas library using SAP Commission API’s to find out heatmap of Payments been generated in different location How to make Geospatial map (Geographic... Read More »0Comments1Like