Tag

python
PyRFC is a Python package that provides users with the ability to connect to the SAP Netweaver RFC library. In doing so, ABAP modules are able to call Python modules and vice versa. This is advantageous when attempting to setup a lightweight Python server to handle SAP ETL jobs. Today, we will walk you through...
Continue Reading
python virtual environment
Virtual environments are isolated working copies of python, which allow you to have different projects environments for each of your projects. Which prevents changes in one project affecting others. 1. Install Xcode 2. Open a terminal window 3. Install Command Line Tools of Xcode xcode-select ––install 4. Install Homebrew ruby -e \ “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”...
Continue Reading
1 2