Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

python_playground ๐Ÿ

This repository contains small Python exercises and practice tasks I've completed during my studies, personal learning or just-for-fun. The goal is to reinforce fundamental programming concepts and explore Python in a hands-on way.

Contents

  • bmi_calculator.py: A simple script that calculates Body Mass Index (BMI) based on height and weight. It categorizes the result (e.g., underweight, normal, overweight, obesity classes) and provides a suggestion on how much weight to gain or lose to reach a healthy range.
  • hannanum.py: There's a certain, mysterious natural number which has this magical attribute: one of its digits raised to the power of the sum of its digits equals the number itself. I named it (humbly) after me ๐Ÿ˜. The scripts calculates this number. It also includes a function to find the โ€œreverse Hanna numbers,โ€ where the roles of base and exponent are reversed.
  • hun_nums.py: Converts numbers to their Hungarian word representations.
  • roman.py: Converts integers to Roman numerals and vice versa.

Notes

These scripts serve as a snapshot of my learning process, algorithmic problem-solving practice, and personal interests in Python programming.

Feel free to explore! ๐Ÿ™‚

About

A sandbox for exploring Python fundamentals, algorithmic logic, and solving everyday puzzles.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages