Skip to content

Turning Waste into Beauty: Crafting Soap with Orange Peel Essential Oils and 3D-Printed Molds

This project was developed in collaboration with a chemistry teacher, as part of an educational initiative for the Sagra degli Agrumi (Citrus Festival) held in Muravera, Sardinia. Our aim was to combine science, technology, and sustainability to create something both… Read More »Turning Waste into Beauty: Crafting Soap with Orange Peel Essential Oils and 3D-Printed Molds

Literals in Python

  • Python

Literals are the most basic kind of expression in Python, representing constant values that are fixed during the program execution. Python supports several types of literals, which correspond to different data types. Understanding literals is fundamental to mastering Python as… Read More »Literals in Python