Computing – Data Science

Most Performant Docker Base Images for Data Science on AWS Batch

1. Summary If you’re working with Python batch jobs that are heavy on mathematical computations, you might want to explore using the IntelPython Docker base image. In our experience, particularly with data science tasks that typically wrap up in about…

NVIDIA Triton Spam Detection Engine of C-Suite Labs

This article describes the architecture of the state-of-the art Spam Detection Engine of C-Suite Labs consisting of multiple inter-dependent distinct classifiers delivering real-time, high-performance superior accuracy with minimum required manual review.

Exploring Code of Hands-On Financial Trading w/ Python with DataSpell

JetBrains DataSpell is JetBrains new IntelliJ-based (the same engine as in JetBrains PyCharm) IDE for Jupyter Notebooks. The principal difference between PyCharm and DataSpell is the focus – PyCharm is an IDE for general Python development and DataSpell is an…

Jiri Pik’s New Book “Hands-On Financial Trading with Python”

I am very proud to announce the book “Hands-On Financial Trading with Python” written with Sourav Ghosh and published by Packt Publishing on April 29, 2021. The book is available for purchase at amazon.com and at packtpub.com. Front Cover Back…

Excel vs. Python – when to use Excel and when to use Python?

1. Summary While some authors claim that “Python is the new Excel”, we believe that Excel is the right tool for handling not large amounts of structured information and performing basic interactive data analysis. Excel workbooks serve the role of…
keyboard_arrow_up