Python vs. Excel for financial modeling

Excel and Python are both popular tools for financial modeling and liquidity forecasting, but they have their own pros and cons. Here is a comparison of Excel and Python for these tasks: Pros of Excel for financial modeling: Cons of Excel for financial modeling: Pros of Python for financial modeling: Cons of Python for financial modeling: In conclusion, both Excel and Python have their strengths and weaknesses when it comes to financial modeling and liquidity forecasting. Excel is a familiar and user-friendly tool with a wide range of built-in functions, but it can be limited in terms of scalability and […]

Tools for survival analysis

While survival analysis has been present in academia for quite some time, a lot of data scientist today focus more on neuronal networks, decision trees, random forest, grid search, KNN etc. However, the discipline of survival analysis has gained popularity in various applications. This is the case whenever an analyst it not only interested if an event occurs but rather when the event occurs. In modeling credit risk it is of particular interest when a loan default over time and in turn, understanding how the default probabilities change over time. In this context, survival analysis can help answer questions like: […]

Python editor for data science (a pragmatic guide)

There is a fast selection of editors, IDEs and tools out there to develop your Python projects. This blog post will aims at providing a pragmatic hands-on guide for data scientists that transfer from tools like SPSS, STATA, RStudio etc. MS Visual Studio There is a fast selection of editors, IDEs and tools out there to developyour Python projects. This blog post will aims at providing a prgmatic hand-on guide for data scientists that transfer from tools like SPSS, STATA, RStudio etc. https://visualstudio.microsoft.com/de/ Notepad++ This is where the discussion IDE vs. editor comes into play. If you want to keep […]

AI calendar bots

Everybody talks about AI, what often is missing: the easy hands-on implementation in everyday processes. As a developer and consultant myself I have a deep understanding of advising clients to put the technology to use in their everyday tasks. Scheduling meetings and organizing a calendar to cater the busy demands of a top executive often still requires the full attention of a human assistant. The challenges are to optimize under a stack of restrictions given by availability, absences, location availability, etc. The time-consuming complexity arises as for every meeting a minimum of two, and often many more, agendas need to […]