Articles by Tag #ryelang

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

When if is just a function

In Python, when you write if x > 5: print("big"), you're using special syntax baked into the...

Learn More 0 0Oct 23

Rye Tables vs Python/Pandas: A Different Way to Wrangle Data

If you’ve ever filtered a CSV in Pandas or written multiple nested for loops to group data in Python,...

Learn More 0 0Sep 23

Working on a Programming Language in the Age of LLMs

genie I've been working on Rye since 2018. It's a project of joy — but also because I...

Learn More 0 0Jul 25