Python

GitHub - salesforce/Merlion: Merlion: A Machine Learning Framework for Time Series Intelligence

Merlion is a comprehensive Python library for time series intelligence, offering end-to-end machine learning capabilities for forecasting, anomaly detection, and change point detection. The library features standardized data loading, diverse models, AutoML capabilities, and practical post-processing rules, while supporting both univariate and multivariate analysis with distributed computation via PySpark.

James Pae

An analytical study investigates the correlation between kebab restaurant quality and proximity to train stations in Paris using Google Places API and geospatial analysis. Despite thorough data collection of 400 establishments and complex spatial analysis, results showed only a weak correlation (0.091 Pearson coefficient), leaving the hypothesis largely unconfirmed.

What is Ren'Py?

Ren'Py is an open-source visual novel engine that enables creators to develop interactive stories and simulation games using a simple script language and Python. The engine supports multiple platforms, offers comprehensive documentation in several languages, and has been used to create over 4,000 games available on platforms like Steam and Itch.io.

TinyCompiler: a compiler in a week-end

A developer shares their experience building a minimalist compiler called TinyCompiler for a custom programming language 'wend' over a weekend. The project aims to translate 'wend' code into GNU assembly while maintaining a codebase of around 500 lines of Python, serving as an educational exploration of compiler theory.