Paris - Alexandre III bridge with Eiffel tower in the background

Realce.net

Coding, ML, tech musings and inspiration from Paris



 

Hello !

Welcome to Realce.net

If you're interested in coding, you'll find here why we code with enthusiasm, exploring creativity with P5js coding, the power of Machine Learning algorithms with python, as well as improving productivity with VBA, and much more.

Scroll below to find out more about our recent highlights!

 

CodingNew content

Discovering underrated functions from pandas' python library

Mar 10

Let's dive together into the hidden depths of pandas exploring their most underrated functions. From powerful data aggregation to versatile string manipulation, discover how these often-overlooked tools can enhance your data analysis workflow.

tags: python code pandas 


CodingUpdated content

Discovering underrated Numpy functions!

2025, May 11

Beyond the basics, NumPy boasts a wealth of underrated functions that can dramatically streamline your code.
Let's discover together powerful, less-known NumPy functions that can boost your data analysis and calculations.

tags: python code learn 


Coding

Generating a parameters grid for Machine Learning model optimization

2025, Jan 12

To improve Machine Learning model performance, it's important to adjust its parameters. A code simplifies generating a parameter grid, encompassing all possible parameter combinations to explore


tags: python ML code 


Coding

Coding Golf

2024, Sep 29

Have you ever heard about Coding Golf ? Code golfing is a code competition whose aim is to find a algorithm that solves a given problem, with the shortest code.

tags: python coding competition