Arulius Savio

Arulius Savio

Arulius Savio writes Python guides focused on core language concepts and data work with Pandas and NumPy. His articles cover DataFrame styling and exports alongside array operations.

Python Docstrings – Simply Explained!

Python Docstrings

Coding is a language that is a tad bit alienated compared to all the languages that humans use to communicate with each other. Though the codes are run by machines, their development and maintenance usually fall within the hands of…

An Introduction to Python Comments

Python Comments

Looking at pages of codes can sometimes be exhaustive for an average human. After all, code is just a language used to make machines understand our requirements. Being someone who often finds out of depth when the core language skills…

A Detailed Guide on Python Identifiers

Python Identifiers

Programming like any game has its own set of rules and guidelines within which the participants should play. Anything outside shall be disqualified with an error. Thereby, it is imperative that one understands what identifiers in Python are. This article…

Python Keywords – Simply Explained!

Python Keywords

Some words in each language are taboo to be used in the mainstream. These words rarely come by unless you are amidst a hostile situation. These kinds of words in programming are called Keywords. What do they mean? The words…