talk-data.com talk-data.com

Filter by Source

Select conferences and events

Showing 4 results

Activities & events

Title & Speakers Event

Python 3.14 introduces the long-awaited ability to disable the Global Interpreter Lock (GIL). Although this feature is still experimental, it has the potential to fundamentally reshape concurrent programming in CPython. This talk will explore the implications of GIL removal, focusing on how it enhances parallelism, the performance improvements for multi-threaded applications, and the challenges developers may encounter as they adapt to this new paradigm.

Python gil cpython
How Do We Read the Genome? 2025-10-15 · 15:30

The genome is the complete set of genetic information stored in the DNA molecule, which serves as a template for the development and functioning of an organism. In this lecture, we will explore the principles of DNA sequencing from classical methods to modern platforms as well as the bioinformatics approaches used to transform raw data into meaningful insights that can be applied, for example, in medicine or evolutionary biology.

genomics bioinformatics
Random, but not really 2025-10-15 · 15:30

How computers generate numbers for different purposes Ever wondered how your computer decides what’s “random”? Let’s peek behind the curtain — and see why getting it wrong can be disastrous.

Python

Python is at the core of our analytics platform, which processes over 8,000 game records daily, each approximately 500 MB in size. Over the past two years, we have accumulated more than 200 TB of data, equivalent to 1,600 years of game time from over 7 million players—and our goal is to increase this user count tenfold. This talk will cover how we transitioned from Go and C++ parsers connected via PyBind to data frames in Python, how our analyses evolved from Pandas to Polars, and why we migrated our backend from Django to FastAPI. Finally, we will share our real-world experience with performance optimization, leveraging RabbitMQ, Redis, and process monitoring in an environment where Python bridges the worlds of game data and AI analysis.

Python pybind Pandas Polars django fastapi rabbitmq Redis
Showing 4 results