• Latest
  • Trending
  • All
Boxer Name Guide: Discover The Boxers Biggest Wins and Losses.

Boxer Name Guide: Discover The Boxers Biggest Wins and Losses.

2025-02-25
Trying to get what does util mean in baseball? We explain this cool and versatile role for you.

Trying to get what does util mean in baseball? We explain this cool and versatile role for you.

2025-05-28
WWE Hall of Fame: Is Triple H a Member? (Get the Answer)

WWE Hall of Fame: Is Triple H a Member? (Get the Answer)

2025-03-12
Tennis Player Grunts: Why It Happens (Is It Necessary or a Habit?)

Tennis Player Grunts: Why It Happens (Is It Necessary or a Habit?)

2025-03-11
f1 prize money 2024: See How Much the Drivers and Teams Can Win!

f1 prize money 2024: See How Much the Drivers and Teams Can Win!

2025-03-11
Never Miss a Game: How to Watch Georgia Tech Football This Season!

Never Miss a Game: How to Watch Georgia Tech Football This Season!

2025-03-11
F1 Wags Latest News! (Get the Hottest Gossip and Updates)

F1 Wags Latest News! (Get the Hottest Gossip and Updates)

2025-03-11
NFL Standings: What Do PF and PA Mean? (Easy Guide)

NFL Standings: What Do PF and PA Mean? (Easy Guide)

2025-03-11
How Long is a Tennis Game, Really? (Factors That Affect Timing)

How Long is a Tennis Game, Really? (Factors That Affect Timing)

2025-03-11
How to Substitute Players in College Football 25: Get the best players!

How to Substitute Players in College Football 25: Get the best players!

2025-03-11
KSIs 2024 Net Worth: Check Out the YouTubers Huge Fortune Now!

KSIs 2024 Net Worth: Check Out the YouTubers Huge Fortune Now!

2025-03-11
Snoop Dogg & WWE Hall of Fame: Is He In or Not?

Snoop Dogg & WWE Hall of Fame: Is He In or Not?

2025-03-11
Inside Karolina Kurkova Net Worth: Modeling Career and Investments.

Inside Karolina Kurkova Net Worth: Modeling Career and Investments.

2025-03-11
Friday, June 27, 2025
  • Login
CMs
  • Home
  • NBA
  • Baseball
  • Football
  • NFL
  • Tennis
  • F1
  • Boxing
  • WWE
No Result
View All Result
CMs
No Result
View All Result
Home Boxing

Boxer Name Guide: Discover The Boxers Biggest Wins and Losses.

by SophiaSanders
2025-02-25
in Boxing
0
Boxer Name Guide: Discover The Boxers Biggest Wins and Losses.
491
SHARES
1.4k
VIEWS
Share on FacebookShare on Twitter

So, I wanted to create a simple command-line tool to fetch and display boxer names, maybe eventually their stats too. I figured it’d be a good way to mess around with some basic coding and, you know, learn something new.

Getting Started

First things first, I needed a way to get the boxer names. I thought about scraping a website but decided to keep it super simple initially. I just created a text file, boxer_*, and put a few names in there, one name per line. You know, like:

Boxer Name Guide: Discover The Boxers Biggest Wins and Losses.
  • Mike Tyson
  • Muhammad Ali
  • Sugar Ray Leonard
  • Floyd Mayweather Jr.
  • Manny Pacquiao

Just a basic list to get me going.

The Code (Simple Version)

I decided to use Python because it’s pretty easy to read and write. I opened up my trusty text editor and started typing. The first version of the code was super basic. I just wanted to read the file and print the names to the console.

I used the `open()` function in Python to, well, open the file. Then I used a simple `for` loop to go through each line in the file and `print()` that line. It was something like this (not the exact code, but you get the idea):

I saved that as, like, `boxer_*` or something. Then I ran it from the command line:

`python boxer_*`

Seeing the Results (and Tweaking)

And boom! There they were, the names, printed out one by one. It felt pretty good, even though it was such a small thing. It’s always satisfying to see your code do something, even if it’s just spitting out a list.

Boxer Name Guide: Discover The Boxers Biggest Wins and Losses.

Of course, I immediately wanted to make it a little better. I thought, “What if I want to number the names?”. So I messed around with the loop a bit and added a counter variable. I think I used `enumerate()` to get both the index and the name, makes it way more easy. Modified my script, ran it again, and BAM! Numbered list. Awesome.

Next Steps (Future Plans)

That’s pretty much where I’m at now. I added a few more names to the text file, just to make it feel a little more “real”. Eventually, I want to get the data from a proper source, maybe an API if one exists for boxing stats. I also want to add the ability to show more than just the name – weight class, record, that sort of thing. But for now, I’m happy with my little program. It was a fun little project, and I learned a few things along the way. Step by step, right?

Share196Tweet123
SophiaSanders

SophiaSanders

Sophia, known as "Serve Master," is a dedicated tennis player and fan. Her powerful serves and strategic play make her a formidable opponent on the court. She follows all the major tournaments and admires the skill and precision of top players like Serena Williams and Novak Djokovic.

  • Trending
  • Comments
  • Latest
NFL Imperialism Map How to Make Your Own (Quick and Easy Tutorial)

NFL Imperialism Map How to Make Your Own (Quick and Easy Tutorial)

2024-12-24
From Court to Life: The Real Players of Coach Carter – Where Are They Now?

From Court to Life: The Real Players of Coach Carter – Where Are They Now?

2024-10-29
Signing Bonus Impact: Does It Count Against the Cap NFL?

Signing Bonus Impact: Does It Count Against the Cap NFL?

2024-12-30
Diamondbacks Manager Torey Lovullo in Heated Exchange with Jack Flaherty

Diamondbacks Manager Torey Lovullo in Heated Exchange with Jack Flaherty

0
Liv Morgan Left Humiliated by Dominik Mysterio’s Actions on WWE Raw

Liv Morgan Left Humiliated by Dominik Mysterio’s Actions on WWE Raw

0
Dominik Mysterio Shames Liv Morgan in Public Feud on WWE RAW

Dominik Mysterio Shames Liv Morgan in Public Feud on WWE RAW

0
Trying to get what does util mean in baseball? We explain this cool and versatile role for you.

Trying to get what does util mean in baseball? We explain this cool and versatile role for you.

2025-05-28
WWE Hall of Fame: Is Triple H a Member? (Get the Answer)

WWE Hall of Fame: Is Triple H a Member? (Get the Answer)

2025-03-12
Tennis Player Grunts: Why It Happens (Is It Necessary or a Habit?)

Tennis Player Grunts: Why It Happens (Is It Necessary or a Habit?)

2025-03-11

Copyright © 2024 CMs.

No Result
View All Result
  • Home
  • NBA
  • Baseball
  • Football
  • Tennis
  • NFL
  • F1
  • Boxing
  • WWE

Copyright © 2024 CMs.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In